[icu4j] Consistent versioning

Krzysztof Daniel kdaniel at fedoraproject.org
Thu Jan 26 18:58:30 UTC 2012


commit 4743430a4b7cc671ac96ed46d76031f49abb3adf
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Thu Jan 26 19:58:04 2012 +0100

    Consistent versioning

 .gitignore                                         |    1 +
 ...-4.4.2.2-MANIFEST.MF => icu4j-4.4.2-MANIFEST.MF |    0
 icu4j.spec                                         |    9 ++++++---
 sources                                            |    2 +-
 4 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9a88094..78cd92b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 icu4j-*-src.jar
 /icu4j-*.tar.xz
+icu4j-4.4.2.tar.xz
diff --git a/icu4j-4.4.2.2-MANIFEST.MF b/icu4j-4.4.2-MANIFEST.MF
similarity index 100%
rename from icu4j-4.4.2.2-MANIFEST.MF
rename to icu4j-4.4.2-MANIFEST.MF
diff --git a/icu4j.spec b/icu4j.spec
index 65106f3..304f2a8 100644
--- a/icu4j.spec
+++ b/icu4j.spec
@@ -41,8 +41,8 @@
 %endif
 
 Name:           icu4j
-Version:        4.4.2.2
-Release:        6%{?dist}
+Version:        4.4.2
+Release:        7%{?dist}
 Epoch:          1
 Summary:        International Components for Unicode for Java
 License:        MIT and EPL 
@@ -52,7 +52,7 @@ Group:          Development/Libraries
 #to create a tarball use following procedure
 #svn co http://source.icu-project.org/repos/icu/icu4j/tags/release-4-4-2-eclipse37-20110208/ icu4j-<version>
 #tar caf icu4j-<version>.tar.xz icu4j-<version>/
-Source0:        icu4j-4.4.2.2.tar.xz
+Source0:        icu4j-4.4.2.tar.xz
 Source1:        %{name}-4.4.2.pom
 ## CAUTION
 ## Please do not forget to update this Manifest to the latest one taken from the icu4j bundle from
@@ -187,6 +187,9 @@ cp %{name}-4.4.2.pom $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
 %endif
 
 %changelog
+* Thu Jan 26 2012 Krzysztof Daniel <kdaniel at redhat.com> 1:4.4.2-7
+- Better versioning consistent with previous releases
+
 * Mon Jan 16 2012 Krzysztof Daniel <kdaniel at redhat.com> 1:4.4.2.2-6
 - Update to 4.4.2.2.
 
diff --git a/sources b/sources
index cc56e46..39ad776 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6cdc2e36700b1c0dc9ae7a2608c42489  icu4j-4.4.2.2.tar.xz
+aa6203907fefd576dbb3f67a4b1683a9  icu4j-4.4.2.tar.xz


More information about the scm-commits mailing list