New upstream release 0.3.0.1
https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.3.0.1 Obsoletes patch0001
This commit is contained in:
parent
b9a46df048
commit
f39bc67c22
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/ding-libs-0.1.3.tar.gz
|
||||
/ding-libs-0.2.91.tar.gz
|
||||
/ding-libs-0.3.0.tar.gz
|
||||
/ding-libs-0.3.0.1.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: ding-libs
|
||||
Version: 0.3.0
|
||||
Version: 0.3.0.1
|
||||
Release: 2%{?dist}
|
||||
Summary: "Ding is not GLib" assorted utility libraries
|
||||
Group: Development/Libraries
|
||||
@ -13,10 +13,9 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
%global collection_version 0.6.2
|
||||
%global ref_array_version 0.1.3
|
||||
%global basicobjects_version 0.1.0
|
||||
%global ini_config_version 1.0.0
|
||||
%global ini_config_version 1.0.0.1
|
||||
|
||||
### Patches ###
|
||||
Patch0001: 0001-Remove-spurious-cast.patch
|
||||
|
||||
### Dependencies ###
|
||||
# ding-libs is a meta-package that will pull in all of its own
|
||||
@ -316,7 +315,6 @@ structure
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0001 -p1 -b .cast
|
||||
|
||||
%build
|
||||
autoreconf -ivf
|
||||
@ -351,6 +349,11 @@ rm -f */doc/html/installdox
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Fri Mar 29 2013 Jakub Hrozek <jhrozek@redhat.com> - 0.3.0.1-1
|
||||
- New upstream release 0.3.0.1
|
||||
- https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.3.0.1
|
||||
- obsoletes patch0001
|
||||
|
||||
* Thu Mar 28 2013 Jakub Hrozek <jhrozek@redhat.com> - 0.3.0-2
|
||||
- Remove cast to allow INI to work on 32bits
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user