diff --git a/.cvsignore b/.cvsignore index e7209f7..d054aca 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -aimage-3.2.1.tar.gz +aimage-3.2.3.tar.gz diff --git a/aimage-3.2.1.gcc44.patch b/aimage-3.2.1.gcc44.patch deleted file mode 100644 index be7270d..0000000 --- a/aimage-3.2.1.gcc44.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up aimage-3.2.1/src/ident.cpp.gcc44 aimage-3.2.1/src/ident.cpp ---- aimage-3.2.1/src/ident.cpp.gcc44 2009-09-02 11:54:51.199071082 +0200 -+++ aimage-3.2.1/src/ident.cpp 2009-09-02 11:56:43.164073238 +0200 -@@ -126,7 +126,7 @@ char *getfileline(const char *dirname,co - */ - void getresult(const char *buf,const char *str,char **res) - { -- char *pos = strstr(buf,str); -+ const char *pos = strstr(buf,str); - if(!pos) return; - pos += strlen(str); - *res = strdup(pos); diff --git a/aimage.spec b/aimage.spec index 00572bb..fd56327 100644 --- a/aimage.spec +++ b/aimage.spec @@ -1,5 +1,5 @@ Name: aimage -Version: 3.2.1 +Version: 3.2.3 Release: 1%{?dist} Summary: Advanced Disk Imager @@ -7,7 +7,6 @@ Group: Applications/System License: BSD with advertising URL: http://www.afflib.org Source0: http://www.afflib.org/downloads/aimage-%{version}.tar.gz -Patch0: aimage-3.2.1.gcc44.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: afflib-devel >= 3.3.7 @@ -20,7 +19,6 @@ Advanced Disk Imager. %prep %setup -q -%patch0 -p1 -b .gcc44 %build @@ -44,6 +42,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Nov 22 2009 Nicolas Chauvet - 3.2.3-1 +- Update to 3.2.3 +- Remove upstreamed patch + * Wed Sep 2 2009 kwizart < kwizart at gmail.com > - 3.2.1-1 - Update to 3.2.1 - Update gcc44 patch diff --git a/sources b/sources index 8ec1405..f1e6046 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0afd3376fe2c8dd8e43571282505a9fb aimage-3.2.1.tar.gz +ce0e20d509c39169a3587319e93f1f0c aimage-3.2.3.tar.gz