rpms/PackageKit/F-9 packagekit-bump-soname.patch, NONE, 1.1 PackageKit.spec, 1.38, 1.39

Richard Hughes (rhughes) fedora-extras-commits at redhat.com
Tue Jul 8 00:01:26 UTC 2008


Author: rhughes

Update of /cvs/pkgs/rpms/PackageKit/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12339

Modified Files:
	PackageKit.spec 
Added Files:
	packagekit-bump-soname.patch 
Log Message:
* Tue Jul 08 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.3-3
- Bump the soname so the upgrade of PackageKit-libs from 0.1.12 works --
  I really should have done this upstream when we broke ABI.


packagekit-bump-soname.patch:

--- NEW FILE packagekit-bump-soname.patch ---
commit 6ce6a982f080aad1dfe449f9ba454ba2ed5adf06
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Jul 8 00:43:44 2008 +0100

    bugfix: bump the soname as we changed ABI some time ago

diff --git a/configure.ac b/configure.ac
index de8071b..d92c919 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ DEVELOPMENT_RELEASE=no
 # REVISION	If the API and ABI remains the same, but bugs are fixed.
 # AGE		If libpackagekit can be linked into executables which can be
 # 		built with previous versions of this library. Don't use.
-LT_CURRENT=3
+LT_CURRENT=4
 LT_REVISION=0
 LT_AGE=0
 AC_SUBST(LT_CURRENT)


Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/F-9/PackageKit.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- PackageKit.spec	4 Jul 2008 15:57:42 -0000	1.38
+++ PackageKit.spec	8 Jul 2008 00:00:40 -0000	1.39
@@ -10,7 +10,7 @@
 Name:      PackageKit
 Version:   0.2.3
 #Release:   1.%{?alphatag}%{?dist}
-Release:   2%{?dist}
+Release:   3%{?dist}
 License:   GPLv2+
 Group:     System Environment/Libraries
 URL:       http://packagekit.freedesktop.org
@@ -18,6 +18,7 @@
 Source0:   http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 #Patch0: packagekit-backport-gpg-giant-bodge.patch
+Patch0:    packagekit-bump-soname.patch
 
 Requires: dbus >= %{dbus_version}
 Requires: PackageKit-libs = %{version}-%{release}
@@ -101,6 +102,7 @@
 %prep
 #%setup -q -n %{name}-%{version}-%{?alphatag}
 %setup -q
+%patch0 -p1
 
 %build
 %configure --enable-yum --enable-yum2 --with-default-backend=yum --disable-local
@@ -196,6 +198,10 @@
 %{_includedir}/*
 
 %changelog
+* Tue Jul 08 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.3-3
+- Bump the soname so the upgrade of PackageKit-libs from 0.1.12 works --
+  I really should have done this upstream when we broke ABI.
+
 * Fri Jul 04 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.3-2
 - Fix the .. release string.
 




More information about the fedora-extras-commits mailing list