diff --git a/.cvsignore b/.cvsignore index f23d637..14da08e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -advancecomp-1.14.tar.gz +advancecomp-1.15.tar.gz diff --git a/advancecomp-1.14-64bit.patch b/advancecomp-1.14-64bit.patch deleted file mode 100644 index 3f1ccfa..0000000 --- a/advancecomp-1.14-64bit.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -Naupr advancecomp-1.14.orig/7z/Portable.h advancecomp-1.14/7z/Portable.h ---- advancecomp-1.14.orig/7z/Portable.h 2003-02-10 20:25:16.000000000 +0100 -+++ advancecomp-1.14/7z/Portable.h 2005-05-27 10:24:22.000000000 +0200 -@@ -2,6 +2,7 @@ - #define __PORTABLE_H - - #include -+#include - - typedef signed char INT8; - typedef unsigned char UINT8; -@@ -12,11 +13,11 @@ typedef unsigned long UINT32; - typedef long long INT64; - typedef unsigned long long UINT64; - --typedef UINT8 BYTE; --typedef UINT16 WORD; --typedef UINT32 DWORD; -+typedef uint8_t BYTE; -+typedef uint16_t WORD; -+typedef uint32_t DWORD; - --typedef unsigned UINT_PTR; -+typedef uintptr_t UINT_PTR; - - typedef int BOOL; - #define FALSE 0 diff --git a/advancecomp.spec b/advancecomp.spec index 1508354..a5b0f95 100644 --- a/advancecomp.spec +++ b/advancecomp.spec @@ -1,12 +1,11 @@ Summary: Recompression utilities for .PNG, .MNG and .ZIP files Name: advancecomp -Version: 1.14 -Release: 5 +Version: 1.15 +Release: 1 License: GPL Group: Applications/Emulators URL: http://advancemame.sourceforge.net/ Source: http://dl.sf.net/advancemame/advancecomp-%{version}.tar.gz -Patch0: advancecomp-1.14-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gcc-c++, zlib-devel @@ -19,7 +18,6 @@ The main features are : %prep %setup -q -%patch0 -p1 -b .64bit %build @@ -44,6 +42,9 @@ The main features are : %changelog +* Wed Nov 2 2005 Matthias Saou 1.15-1 +- Update to 1.15, includes 64bit fixes. + * Fri May 27 2005 Matthias Saou 1.14-5 - Update 64bit patch to a cleaner approach as Ralf suggested. diff --git a/sources b/sources index 4527239..620cbe1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d3b0f3b1e52199214626dcfec05c821 advancecomp-1.14.tar.gz +bb236d8bee6fa473d34108cda1e09076 advancecomp-1.15.tar.gz