From f45a35f3b61e0327a781b3bbf2413ff584203866 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 23 May 2013 14:28:26 +0200 Subject: [PATCH] Apply patch by Ondrej Kos to bump libtool version info --- 0001-INI-Bump-version-info.patch | 26 ++++++++++++++++++++++++++ ding-libs.spec | 7 ++++++- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 0001-INI-Bump-version-info.patch diff --git a/0001-INI-Bump-version-info.patch b/0001-INI-Bump-version-info.patch new file mode 100644 index 0000000..e2a8762 --- /dev/null +++ b/0001-INI-Bump-version-info.patch @@ -0,0 +1,26 @@ +From c42187dbbec1380ed632782315226220385b2af7 Mon Sep 17 00:00:00 2001 +From: Ondrej Kos +Date: Mon, 6 May 2013 11:41:50 +0200 +Subject: [PATCH] INI: Bump version-info + +https://fedorahosted.org/sssd/ticket/1908 +--- + Makefile.am | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile.am b/Makefile.am +index 3045ac5ce18e08f09faebce569f89893135e4b04..69f761474a464623e1082c945ee74fe9377fcfc4 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -245,7 +245,7 @@ libini_config_la_LIBADD = \ + libref_array.la \ + libbasicobjects.la + libini_config_la_LDFLAGS = \ +- -version-info 3:0:0 ++ -version-info 4:0:1 + + dist_noinst_DATA += \ + ini/ini.conf \ +-- +1.8.2.1 + diff --git a/ding-libs.spec b/ding-libs.spec index a7cf0d3..c921273 100644 --- a/ding-libs.spec +++ b/ding-libs.spec @@ -1,6 +1,6 @@ Name: ding-libs Version: 0.3.0.1 -Release: 16%{?dist} +Release: 17%{?dist} Summary: "Ding is not GLib" assorted utility libraries Group: Development/Libraries License: LGPLv3+ @@ -19,6 +19,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %global ini_config_version 1.0.0.1 ### Patches ### +Patch0001: 0001-INI-Bump-version-info.patch ### Dependencies ### # ding-libs is a meta-package that will pull in all of its own @@ -320,6 +321,7 @@ structure %prep %setup -q +%patch0001 -p1 -b .version %build autoreconf -ivf @@ -354,6 +356,9 @@ rm -f */doc/html/installdox rm -rf $RPM_BUILD_ROOT %changelog +* Thu May 23 2013 Jakub Hrozek - 0.3.0.1-17 +- Apply patch by Ondrej Kos to bump libtool version info + * Fri Apr 05 2013 Jakub Hrozek - 0.3.0.1-16 - Fix libiniconfig_devel Requires