diff --git a/0001-Remove-spurious-cast.patch b/0001-Remove-spurious-cast.patch deleted file mode 100644 index b1f0fec..0000000 --- a/0001-Remove-spurious-cast.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 04130842ae8fb7952e5055dfe8769d6ecf47aafa Mon Sep 17 00:00:00 2001 -From: Jakub Hrozek -Date: Thu, 28 Mar 2013 15:09:29 -0400 -Subject: [PATCH] Remove spurious cast - ---- - ini/ini_get_valueobj.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/ini/ini_get_valueobj.c b/ini/ini_get_valueobj.c -index a7efe95bee97702905e2b17dbd85ad29d815a6e4..dad99329aa4b518772f23a14b919445a1dd3c00e 100644 ---- a/ini/ini_get_valueobj.c -+++ b/ini/ini_get_valueobj.c -@@ -224,7 +224,7 @@ int ini_get_config_valueobj(const char *section, - return EOK; - } - -- if ((hash == (unsigned long int)col_get_item_hash(item)) && -+ if ((hash == col_get_item_hash(item)) && - (strncasecmp(col_get_item_property(item, &len), name, name_len) == 0) && - (len == name_len)) { - TRACE_INFO_STRING("Item is found", name); --- -1.8.0 - 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 - 0.3.0.1-13 +* Fri Apr 05 2013 Jakub Hrozek - 0.3.0.1-16 +- Fix libiniconfig_devel Requires + +* Thu Apr 04 2013 Jakub Hrozek - 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