New upstream release 0.5.0
- https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.5.0
This commit is contained in:
parent
43ecfb5972
commit
97cd42fbab
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/ding-libs-0.3.0.tar.gz
|
||||
/ding-libs-0.3.0.1.tar.gz
|
||||
/ding-libs-0.4.0.tar.gz
|
||||
/ding-libs-0.5.0.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ding-libs
|
||||
Version: 0.4.0
|
||||
Release: 25%{?dist}
|
||||
Version: 0.5.0
|
||||
Release: 26%{?dist}
|
||||
Summary: "Ding is not GLib" assorted utility libraries
|
||||
Group: Development/Libraries
|
||||
License: LGPLv3+
|
||||
@ -13,10 +13,10 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
# allow clean upgrades!
|
||||
%global path_utils_version 0.2.1
|
||||
%global dhash_version 0.4.3
|
||||
%global collection_version 0.6.2
|
||||
%global ref_array_version 0.1.4
|
||||
%global collection_version 0.7.0
|
||||
%global ref_array_version 0.1.5
|
||||
%global basicobjects_version 0.1.1
|
||||
%global ini_config_version 1.1.0
|
||||
%global ini_config_version 1.2.0
|
||||
|
||||
### Patches ###
|
||||
|
||||
@ -295,6 +295,7 @@ structure
|
||||
%files -n libini_config-devel
|
||||
%{_includedir}/ini_config.h
|
||||
%{_includedir}/ini_comment.h
|
||||
%{_includedir}/ini_configmod.h
|
||||
%{_includedir}/ini_configobj.h
|
||||
%{_includedir}/ini_valueobj.h
|
||||
%{_libdir}/libini_config.so
|
||||
@ -337,6 +338,10 @@ rm -f \
|
||||
rm -f */doc/html/installdox
|
||||
|
||||
%changelog
|
||||
* Wed Aug 26 2015 Robbie Harwood <rharwood@redhat.com> - 0.5.0-26
|
||||
- New upstream release 0.5.0
|
||||
- https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.5.0
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user