[ding-libs] New upstream release 0.3.0

Jakub Hrozek jhrozek at fedoraproject.org
Thu Mar 28 17:29:14 UTC 2013


commit af5d393e3ec82c23c3e2a0ef5fde312d91e38dd1
Author: Jakub Hrozek <jhrozek at redhat.com>
Date:   Thu Mar 28 18:28:19 2013 +0100

    New upstream release 0.3.0
    
    https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.3.0

 ding-libs.spec |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/ding-libs.spec b/ding-libs.spec
index 5b57f39..72bbca0 100644
--- a/ding-libs.spec
+++ b/ding-libs.spec
@@ -1,6 +1,6 @@
 Name: ding-libs
-Version: 0.2.91
-Release: 14%{?dist}
+Version: 0.3.0
+Release: 1%{?dist}
 Summary: "Ding is not GLib" assorted utility libraries
 Group: Development/Libraries
 License: LGPLv3+
@@ -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 0.7.0
+%global ini_config_version 1.0.0
 
 ### Patches ###
-Patch0001:  0001-Include-AM_PROG_AR-in-configure.ac-to-get-rid-of-war.patch
 
 ### Dependencies ###
 # ding-libs is a meta-package that will pull in all of its own
@@ -302,6 +301,9 @@ structure
 %files -n libini_config-devel
 %defattr(-,root,root,-)
 %{_includedir}/ini_config.h
+%{_includedir}/ini_comment.h
+%{_includedir}/ini_configobj.h
+%{_includedir}/ini_valueobj.h
 %{_libdir}/libini_config.so
 %{_libdir}/pkgconfig/ini_config.pc
 %doc ini/doc/html/
@@ -313,7 +315,6 @@ structure
 
 %prep
 %setup -q
-%patch0001 -p1 -b .confwarn
 
 %build
 autoreconf -ivf
@@ -348,6 +349,10 @@ rm -f */doc/html/installdox
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Thu Mar 28 2013 Jakub Hrozek <jhrozek at redhat.com> - 0.3.0-1
+- New upstream release 0.3.0
+- https://fedorahosted.org/sssd/wiki/Releases/DingNotes-0.3.0
+
 * Mon Mar 25 2013 Jakub Hrozek <jhrozek at redhat.com> - 0.2.91-14
 - include a patch to get rid of autoreconf warnings
 - run autoreconf before configure


More information about the scm-commits mailing list