[ding-libs/f19] Fix libiniconfig_devel Requires

Jakub Hrozek jhrozek at fedoraproject.org
Fri Apr 5 16:25:27 UTC 2013


commit 3818bd905cdb2cc76072d3cb6ae419cc0b33b726
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                  |    7 ++++++-
 2 files changed, 6 insertions(+), 26 deletions(-)
---
diff --git a/ding-libs.spec b/ding-libs.spec
index e4c6f01..667e812 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,6 +354,9 @@ rm -f */doc/html/installdox
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* 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 -15 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