Update to 3.2.3
This commit is contained in:
parent
39ad259a7d
commit
f49dee5274
4 changed files with 7 additions and 17 deletions
|
|
@ -1 +1 @@
|
|||
aimage-3.2.1.tar.gz
|
||||
aimage-3.2.3.tar.gz
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
@ -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 <kwizart@fedoraproject.org> - 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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
0afd3376fe2c8dd8e43571282505a9fb aimage-3.2.1.tar.gz
|
||||
ce0e20d509c39169a3587319e93f1f0c aimage-3.2.3.tar.gz
|
||||
|
|
|
|||
Reference in a new issue