rpms/apt/devel .cvsignore, 1.14, 1.15 apt.spec, 1.36, 1.37 sources, 1.14, 1.15

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Sat Dec 23 12:29:00 UTC 2006


Author: athimm

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

Modified Files:
	.cvsignore apt.spec sources 
Log Message:
papering over mmap cache bugs.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/apt/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	23 Nov 2006 16:45:49 -0000	1.14
+++ .cvsignore	23 Dec 2006 12:28:30 -0000	1.15
@@ -1,2 +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/devel/apt.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- apt.spec	9 Dec 2006 16:15:43 -0000	1.36
+++ apt.spec	23 Dec 2006 12:28:30 -0000	1.37
@@ -6,7 +6,7 @@
 Summary: Debian's Advanced Packaging Tool with RPM support
 Name: apt
 Version: 0.5.15lorg3.2
-Release: 8.1%{?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 -p1 -b .mmap
 
 # fix docs to reference correct paths
 perl -pi -e \
@@ -287,6 +290,10 @@
 
 
 %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.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/apt/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	23 Nov 2006 16:45:49 -0000	1.14
+++ sources	23 Dec 2006 12:28:30 -0000	1.15
@@ -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