rpms/apt/FC-5 .cvsignore, 1.6, 1.7 apt.spec, 1.23, 1.24 sources, 1.7, 1.8

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Sat Dec 23 13:30:58 UTC 2006


Author: athimm

Update of /cvs/extras/rpms/apt/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20878/FC-5

Modified Files:
	.cvsignore apt.spec sources 
Log Message:
papering over mmap cache bugs for non-devel.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/apt/FC-5/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	22 Jun 2006 09:53:04 -0000	1.6
+++ .cvsignore	23 Dec 2006 13:30:28 -0000	1.7
@@ -1 +1,3 @@
 apt-0.5.15lorg3.2.tar.bz2
+apt-0.5.15lorg3.2-ppc.patch
+apt-0.5.15lorg3.x-cache-corruption.patch


Index: apt.spec
===================================================================
RCS file: /cvs/extras/rpms/apt/FC-5/apt.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- apt.spec	23 Nov 2006 16:45:48 -0000	1.23
+++ apt.spec	23 Dec 2006 13:30:28 -0000	1.24
@@ -6,7 +6,7 @@
 Summary: Debian's Advanced Packaging Tool with RPM support
 Name: apt
 Version: 0.5.15lorg3.2
-Release: 8%{?dist}
+Release: 9%{?dist}
 Group: System Environment/Base
 URL: http://apt-rpm.org/
 License: GPL
@@ -33,6 +33,8 @@
 
 # Fix ppc mapping
 Patch0: apt-0.5.15lorg3.2-ppc.patch
+# band aid for mmap issues (#211254)
+Patch1: apt-0.5.15lorg3.x-cache-corruption.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -114,6 +116,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .ppc
+%patch1 -p0 -b .mmap
 
 # fix docs to reference correct paths
 perl -pi -e \
@@ -287,6 +290,13 @@
 
 
 %changelog
+* Sat Dec 23 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.5.15lorg3.2-9
+- Add a patch to notify user and rebuild the cache on cache
+  corruption.
+
+* Sat Dec  9 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.5.15lorg3.2-8.1
+- Rebuild against python 2.5.
+
 * Thu Nov 23 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.5.15lorg3.2-8
 - Fix ppc mapping (#210833).
 - make-up.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/apt/FC-5/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	23 Nov 2006 16:45:48 -0000	1.7
+++ sources	23 Dec 2006 13:30:28 -0000	1.8
@@ -1,2 +1,3 @@
 ce05fcc7e0e614fa6e2175008945bb59  apt-0.5.15lorg3.2.tar.bz2
 319591417226d12f0264cce78a1c95fa  apt-0.5.15lorg3.2-ppc.patch
+6c2e9568a0c2bbe6b0bbd1aa0643a377  apt-0.5.15lorg3.x-cache-corruption.patch




More information about the fedora-extras-commits mailing list