Update to 1.15.

This commit is contained in:
Matthias Saou 2005-11-02 11:51:57 +00:00
commit baa7ca8490
4 changed files with 7 additions and 33 deletions

View file

@ -1 +1 @@
advancecomp-1.14.tar.gz
advancecomp-1.15.tar.gz

View file

@ -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 <string.h>
+#include <stdint.h>
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

View file

@ -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 <http://freshrpms.net/> 1.15-1
- Update to 1.15, includes 64bit fixes.
* Fri May 27 2005 Matthias Saou <http://freshrpms.net/> 1.14-5
- Update 64bit patch to a cleaner approach as Ralf suggested.

View file

@ -1 +1 @@
6d3b0f3b1e52199214626dcfec05c821 advancecomp-1.14.tar.gz
bb236d8bee6fa473d34108cda1e09076 advancecomp-1.15.tar.gz