[jlatexmath] Bump version

Clément David davidcl at fedoraproject.org
Thu Dec 22 21:48:02 UTC 2011


commit ccb36feb741e5c413e9db699eb7b9b4d65d0c5ac
Author: Clément DAVID <davidcl at fedoraproject.org>
Date:   Thu Dec 22 22:46:45 2011 +0100

    Bump version

 .gitignore                       |    1 +
 0001-incorrect-fsf-address.patch |   38 --------------------------------------
 jlatexmath.spec                  |   12 ++++++------
 sources                          |    2 +-
 4 files changed, 8 insertions(+), 45 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 73e2c84..34455f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /jlatexmath-src-all-0.9.6.zip
+/jlatexmath-src-all-0.9.7.zip
diff --git a/jlatexmath.spec b/jlatexmath.spec
index f14e3a8..1eead68 100644
--- a/jlatexmath.spec
+++ b/jlatexmath.spec
@@ -1,18 +1,17 @@
 Name:           jlatexmath
-Version:        0.9.6
-Release:        2%{?dist}
+Version:        0.9.7
+Release:        1%{?dist}
 Summary:        Java API to display mathematical formulas written in LaTeX
 
 Group:          Development/Libraries
 License:        GPLv2+
 URL:            http://forge.scilab.org/index.php/p/jlatexmath/
-# $ wget http://forge.scilab.org/index.php/p/jlatexmath/downloads/259/get/
+# $ wget http://forge.scilab.org/index.php/p/jlatexmath/downloads/348/get/
 # After correction of http://projects.ceondo.com/p/indefero/issues/686/ should become :
 # Source0: http://forge.scilab.org/index.php/p/jlatexmath/downloads/%{name}-src-all-%{version}.zip
-Source0:        jlatexmath-src-all-0.9.6.zip
+Source0:        jlatexmath-src-all-0.9.7.zip
 # Fix incorrect-fsf-address /usr/share/doc/jlatexmath-fop-0.9.6/LICENSE
 # upstream bug : http://forge.scilab.org/index.php/p/jlatexmath/issues/458/
-Patch0:         0001-incorrect-fsf-address.patch
 
 BuildRequires:  jpackage-utils
 BuildRequires:  java-devel
@@ -57,7 +56,6 @@ This package contains the API documentation for %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
 
 find -name '*.class' -exec rm -f '{}' \;
 find -name '*.jar' -exec rm -f '{}' \;
@@ -94,6 +92,8 @@ cp -rp doc/ $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 %{_javadocdir}/%{name}
 
 %changelog
+* Thu Dec 22 2011 Clément David <c.david86 at gmail.com> - 0.9.7-1
+- Bump version
 * Thu Jun 03 2011 Clément David <c.david86 at gmail.com> - 0.9.6-2
 - Fix after first review
 - Add 0001-incorrect-fsf-address.patch
diff --git a/sources b/sources
index f252f8b..299da7b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1031433d0667dd7dc8109273cc0d8317  jlatexmath-src-all-0.9.6.zip
+41382e3b062a66df485ad96758aea873  jlatexmath-src-all-0.9.7.zip


More information about the scm-commits mailing list