Apply patch by Ondrej Kos to bump libtool version info
This commit is contained in:
parent
3ba04467c0
commit
f45a35f3b6
26
0001-INI-Bump-version-info.patch
Normal file
26
0001-INI-Bump-version-info.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From c42187dbbec1380ed632782315226220385b2af7 Mon Sep 17 00:00:00 2001
|
||||
From: Ondrej Kos <okos@redhat.com>
|
||||
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
|
||||
|
@ -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 <jhrozek@redhat.com> - 0.3.0.1-17
|
||||
- Apply patch by Ondrej Kos to bump libtool version info
|
||||
|
||||
* Fri Apr 05 2013 Jakub Hrozek <jhrozek@redhat.com> - 0.3.0.1-16
|
||||
- Fix libiniconfig_devel Requires
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user