[imagej] try to fix patch0

Fabien Georget manawy at fedoraproject.org
Mon Oct 25 19:37:18 UTC 2010


commit e58961240ebac59295f9fbd97ed7e67a1aa67f34
Author: manawy <manawy at fedoraproject.org>
Date:   Wed Oct 13 21:53:00 2010 +0200

    try to fix patch0

 .gitignore               |    1 +
 imagej-1.44-patch0.patch |    6 +++---
 imagej.spec              |   11 +++++++----
 sources                  |    2 +-
 4 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b11c217..121b34b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 ij143m-src.zip
 macros.zip
 /ij144h-src.zip
+/macros.zip
diff --git a/imagej-1.44-patch0.patch b/imagej-1.44-patch0.patch
index bf368c1..0537c8f 100644
--- a/imagej-1.44-patch0.patch
+++ b/imagej-1.44-patch0.patch
@@ -1,6 +1,6 @@
-diff -up ./source/build.xml.patch0 ./source/build.xml
---- ./source/build.xml.patch0	2010-09-28 20:40:51.481574104 +0200
-+++ ./source/build.xml	2010-09-28 20:41:06.019566895 +0200
+diff -up source/build.xml.patch0 source/build.xml
+--- source/build.xml.patch0	2010-09-28 20:40:51.481574104 +0200
++++ source/build.xml	2010-09-28 20:41:06.019566895 +0200
 @@ -19,8 +19,8 @@
      <copy file="IJ_Props.txt" todir="build" />
      <copy file="images/microscope.gif" tofile="build/microscope.gif" />
diff --git a/imagej.spec b/imagej.spec
index 0114035..1339b76 100644
--- a/imagej.spec
+++ b/imagej.spec
@@ -1,12 +1,12 @@
 Name:           imagej
-Version:        1.43
-Release:        1.m%{?dist}
+Version:        1.44
+Release:        1.h%{?dist}
 Summary:        Image Processing and Analysis in Java
 
 Group:          Applications/Engineering
 License:        Public Domain
 URL:            http://rsbweb.nih.gov/ij/index.html
-Source0:        http://rsbweb.nih.gov/ij/download/src/ij143m-src.zip
+Source0:        http://rsbweb.nih.gov/ij/download/src/ij144h-src.zip
 Source1:        %{name}.desktop
 Source2:        http://rsbweb.nih.gov/ij/macros/macros.zip
 Source3:        http://rsb.info.nih.gov/ij/download/linux/unix-script.txt
@@ -46,7 +46,7 @@ This package contains the API documentation for %{name}.
 %prep
 %setup -q -c -n "%{name}-%{version}" 
 # patch build.xml
-%patch0 -p1 -b .patch0
+%patch0 -b .patch0
 # unzip macros.zip
 unzip -u %{SOURCE2} 
 # erase binary and useless files 
@@ -148,6 +148,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Sep 28 2010 Georget Fabien <fabien.georget at gmail.com> 1.44-1.h
+- version 1.44h
+
 * Fri Dec 11 2009 Georget Fabien <fabien.georget at gmail.com> 1.43-1.m
 - version 1.43m 
 
diff --git a/sources b/sources
index 1e2c64b..4f377d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cb4e4f94166268bf09885355a0de5ca0  ij144h-src.zip
+8161ec95aa84e9fa3e46e68a00fada4d  macros.zip


More information about the scm-commits mailing list