[ding-libs] Fix libiniconfig_devel Requires

Jakub Hrozek jhrozek at fedoraproject.org
Fri Apr 5 16:18:41 UTC 2013


commit 3ba04467c0fd1b103b5854902a48ff6b0c8492f7
Author: Jakub Hrozek <jhrozek at redhat.com>
Date:   Fri Apr 5 18:16:26 2013 +0200

    Fix libiniconfig_devel Requires

 0001-Remove-spurious-cast.patch |   25 -------------------------
 ding-libs.spec                  |    9 +++++++--
 2 files changed, 7 insertions(+), 27 deletions(-)
---
diff --git a/ding-libs.spec b/ding-libs.spec
index 16e031a..a7cf0d3 100644
--- a/ding-libs.spec
+++ b/ding-libs.spec
@@ -1,6 +1,6 @@
 Name: ding-libs
 Version: 0.3.0.1
-Release: 15%{?dist}
+Release: 16%{?dist}
 Summary: "Ding is not GLib" assorted utility libraries
 Group: Development/Libraries
 License: LGPLv3+
@@ -286,6 +286,8 @@ Group: Development/Libraries
 License: LGPLv3+
 Requires: libini_config = %{ini_config_version}-%{release}
 Requires: libcollection-devel = %{collection_version}-%{release}
+Requires: libref_array-devel = %{ref_array_version}-%{release}
+Requires: libbasicobjects-devel = %{basicobjects_version}-%{release}
 Version: %{ini_config_version}
 
 %description -n libini_config-devel
@@ -352,7 +354,10 @@ rm -f */doc/html/installdox
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
-* Thu Apr 04 2013 Jakub Hrozek <jhrozek at redhat.com> - 0.3.0.1-13
+* Fri Apr 05 2013 Jakub Hrozek <jhrozek at redhat.com> - 0.3.0.1-16
+- Fix libiniconfig_devel Requires
+
+* Thu Apr 04 2013 Jakub Hrozek <jhrozek at redhat.com> - 0.3.0.1-15
 - Increase the release number to -13 to allow clean upgrade path from
   0.2 since some of the components kept their version the same in 0.3
 


More information about the scm-commits mailing list