[jgoodies-common] Update to 1.2.1

Mohamed ElMorabity melmorabity at fedoraproject.org
Sat Sep 3 15:10:52 UTC 2011


commit 9e1880c2f415e4f309fdfeb457da347b08ba4939
Author: Mohamed El Morabity <melmorabity at fedoraproject.org>
Date:   Sat Sep 3 17:11:55 2011 +0200

    Update to 1.2.1

 .gitignore           |    1 +
 jgoodies-common.spec |    9 ++++++---
 sources              |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ba6b1f2..3d5c11d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /jgoodies-common-1_1_1.zip
+/jgoodies-common-1_2_1.zip
diff --git a/jgoodies-common.spec b/jgoodies-common.spec
index 6faf929..9c73e59 100644
--- a/jgoodies-common.spec
+++ b/jgoodies-common.spec
@@ -1,8 +1,8 @@
 %global shortname common
 
 Name:           jgoodies-common
-Version:        1.1.1
-Release:        2%{?dist}
+Version:        1.2.1
+Release:        1%{?dist}
 Summary:        Common library shared by JGoodies libraries and applications
 
 Group:          Development/Libraries
@@ -36,7 +36,7 @@ This package contains the API documentation for %{name}.
 %setup -q
 
 # Delete prebuild JARs
-find -name "*.jar" -exec rm -f {} \;
+find -name "*.jar" -exec rm {} \;
 
 # Remove DOS line endings
 for file in LICENSE.txt RELEASE-NOTES.txt; do
@@ -71,6 +71,9 @@ cp -a build/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}/
 
 
 %changelog
+* Sat Sep 03 2011 Mohamed El Morabity <melmorabity at fedoraproject.org> - 1.2.1-1
+- Update to 1.2.1
+
 * Sat Feb 19 2011 Mohamed El Morabity <melmorabity at fedoraproject.org> - 1.1.1-2
 - Remove obsolete clean section and BuildRoot tag
 
diff --git a/sources b/sources
index 0bf42a3..6ce291b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-48cd0511251611669e6bfedb1a34f0ea  jgoodies-common-1_1_1.zip
+01eb7b963ef7f0c98ff5ef8af3fb9042  jgoodies-common-1_2_1.zip


More information about the scm-commits mailing list