From 3754fd84926ef9ef384ad61b97748b6d690118b1 Mon Sep 17 00:00:00 2001 From: Fernando Nasser Date: Sep 28 2007 20:27:07 +0000 Subject: Update timestamp to match Eclipse 3.3.1 release. --- diff --git a/icu4j-updatetimestamp.patch b/icu4j-updatetimestamp.patch new file mode 100644 index 0000000..8da6c0d --- /dev/null +++ b/icu4j-updatetimestamp.patch @@ -0,0 +1,10 @@ +# release-3-6-1-eclipse331-20070906 +--- icu4j-3.6.1/build.properties 2007-04-27 11:42:26.000000000 -0400 ++++ icu4j-3.6.1/build.properties 2007-09-06 15:18:03.000000000 -0400 +@@ -14,4 +14,4 @@ + copyright=Copyright (c) 2000-2007, International Business Machines Corporation and others. All Rights Reserved. + corp=IBM Corporation + copyright.eclipse=Licensed Materials - Property of IBM \n (C) Copyright IBM Corp. 2000, 2007. All Rights Reserved. \n IBM is a registered trademark of IBM Corp. +-icu4j.eclipse.build.version.string=3.6.1.v20070417 ++icu4j.eclipse.build.version.string=3.6.1.v20070906 + diff --git a/icu4j.spec b/icu4j.spec index 7b1b8b8..8de9043 100644 --- a/icu4j.spec +++ b/icu4j.spec @@ -48,7 +48,7 @@ Name: icu4j Version: 3.6.1 -Release: 1jpp.3%{?dist} +Release: 1jpp.4%{?dist} Epoch: 0 Summary: International Components for Unicode for Java License: MIT style @@ -57,6 +57,7 @@ Group: Development/Libraries/Java Source0: http://download.icu-project.org/files/icu4j/3.6.1/icu4jsrc_3_6_1.jar Patch0: %{name}-crosslink.patch Patch1: %{name}-disable-javadocs.patch +Patch2: %{name}-updatetimestamp.patch BuildRequires: ant BuildRequires: java-javadoc BuildRequires: jpackage-utils >= 0:1.5 @@ -112,6 +113,7 @@ Eclipse plugin support for %{name}. %setup -q -c %patch0 -p0 %patch1 -p0 +%patch2 -p1 %{__sed} -i 's/\r//' license.html %{__sed} -i 's/\r//' APIChangeReport.html @@ -231,6 +233,9 @@ fi %endif %changelog +* Fri Sep 28 2007 Andrew Overholt 3.6.1-1jpp.4 +- Update timestamp to match Eclipse 3.3.1 release. + * Wed Aug 29 2007 Fedora Release Engineering - 3.6.1-1jpp.3 - Rebuild for selinux ppc32 issue.