rpms/aimage/devel aimage-3.2.1.gcc44.patch, NONE, 1.1 aimage.spec, 1.8, 1.9 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 aimage-3.2.0-gcc44.patch, 1.1, NONE

Nicolas Chauvet kwizart at fedoraproject.org
Wed Sep 2 10:11:25 UTC 2009


Author: kwizart

Update of /cvs/pkgs/rpms/aimage/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20643

Modified Files:
	aimage.spec .cvsignore sources 
Added Files:
	aimage-3.2.1.gcc44.patch 
Removed Files:
	aimage-3.2.0-gcc44.patch 
Log Message:
Update to 3.2.1


aimage-3.2.1.gcc44.patch:
 ident.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE aimage-3.2.1.gcc44.patch ---
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);


Index: aimage.spec
===================================================================
RCS file: /cvs/pkgs/rpms/aimage/devel/aimage.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- aimage.spec	21 Aug 2009 12:20:09 -0000	1.8
+++ aimage.spec	2 Sep 2009 10:11:24 -0000	1.9
@@ -1,16 +1,16 @@
 Name:           aimage
-Version:        3.2.0
-Release:        6%{?dist}
+Version:        3.2.1
+Release:        1%{?dist}
 Summary:        Advanced Disk Imager
 
 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.0-gcc44.patch
+Patch0:         aimage-3.2.1.gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  afflib-devel
+BuildRequires:  afflib-devel >= 3.3.7
 BuildRequires:  expat-devel
 BuildRequires:  openssl-devel
 
@@ -44,6 +44,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep  2 2009 kwizart < kwizart at gmail.com > - 3.2.1-1
+- Update to 3.2.1
+- Update gcc44 patch
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 3.2.0-6
 - rebuilt with new openssl
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/aimage/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	23 Sep 2008 14:40:21 -0000	1.4
+++ .cvsignore	2 Sep 2009 10:11:24 -0000	1.5
@@ -1 +1 @@
-aimage-3.2.0.tar.gz
+aimage-3.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/aimage/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	23 Sep 2008 14:40:21 -0000	1.4
+++ sources	2 Sep 2009 10:11:24 -0000	1.5
@@ -1 +1 @@
-58218cfc5cfcfdbabb216f1f8c0f9c39  aimage-3.2.0.tar.gz
+0afd3376fe2c8dd8e43571282505a9fb  aimage-3.2.1.tar.gz


--- aimage-3.2.0-gcc44.patch DELETED ---




More information about the fedora-extras-commits mailing list