rpms/apt/devel apt.spec,1.55,1.56

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Fri Aug 1 13:46:57 UTC 2008


Author: athimm

Update of /cvs/extras/rpms/apt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32161

Modified Files:
	apt.spec 
Log Message:
Trying to build against latest rpm.


Index: apt.spec
===================================================================
RCS file: /cvs/extras/rpms/apt/devel/apt.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- apt.spec	22 Feb 2008 15:19:13 -0000	1.55
+++ apt.spec	1 Aug 2008 13:46:27 -0000	1.56
@@ -6,7 +6,7 @@
 Summary: Debian's Advanced Packaging Tool with RPM support
 Name: apt
 Version: 0.5.15lorg3.94
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: System Environment/Base
 URL: http://apt-rpm.org/
 # SourceLicense: GPLv2+ except lua/ which is MIT
@@ -38,6 +38,8 @@
 Patch1: apt-0.5.15lorg3.x-cache-corruption.patch
 Patch2: apt-0.5.15lorg3.94-tool-headers.patch
 Patch3: apt-0.5.15lorg3.94-gcc43.patch
+# for rpm 4.6
+Patch4: apt-0.5.15lorg3.94-makebuild.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
@@ -124,6 +126,7 @@
 %patch1 -p0 -b .mmap
 %patch2 -p1 -b .toolheader
 %patch3 -p1 -b .gcc43
+%patch4 -p1 -b .rpm46
 
 install -pm 644 %{SOURCE19} comps2prio.xsl
 
@@ -289,6 +292,9 @@
 
 
 %changelog
+* Fri Aug  1 2008 Axel Thimm <athimm at localhost.localdomain> - 0.5.15lorg3.94-4
+- Support for rpm 4.6 (Caolan McNamara <caolanm at redhat.com>).
+
 * Fri Feb 22 2008 Panu Matilainen <pmatilai at redhat.com> 0.5.15lorg3.94-3
 - add missing include for gcc 4.3 (#433982)
 - remove bogus build dependencies from ancient times




More information about the fedora-extras-commits mailing list