commit timezone for openSUSE:11.3
Hello community, here is the log from the commit of package timezone for openSUSE:11.3 checked in at Fri Mar 25 10:21:35 CET 2011. -------- --- old-versions/11.3/UPDATES/all/timezone/timezone-java.changes 2011-03-08 04:00:29.000000000 +0100 +++ 11.3/timezone/timezone-java.changes 2011-03-14 21:44:04.000000000 +0100 @@ -2 +2 @@ -Tue Mar 8 03:00:38 UTC 2011 - crrodriguez@opensuse.org +Mon Mar 14 21:40:14 CET 2011 - dmueller@suse.de @@ -4 +4,39 @@ -- Update to 2011c, updates for Chile and Australia. +- update to 2011d: + * Pacific/Apia: Move DST from April 3rd to April 2nd + * Europe/Istanbul: Move DST from March 27th to 28th + * America/Cuba: DST starts on March 20th + +------------------------------------------------------------------- +Sat Mar 12 11:09:35 CET 2011 - dmueller@suse.de + +- update to 2011c: + * northamerica Replace Juneau with Juneau, Sitka, and Metlakatla. + * southamerica Delay end of DST in 2011 until first Sunday in April. + +------------------------------------------------------------------- +Wed Feb 16 00:48:03 CET 2011 - dmueller@suse.de + +- update to 2011b: + * updates for australasia and northamerica + +------------------------------------------------------------------- +Tue Nov 2 11:57:20 CET 2010 - dmueller@suse.de + +- update to 2010o: + * fix Pacific/Apia and Austalasia/Fiji + +------------------------------------------------------------------- +Tue Oct 5 15:42:21 CEST 2010 - dmueller@suse.de + +- update to 2010m: + * fix historic data of Antarctica/Vostok + +------------------------------------------------------------------- +Tue Sep 21 16:18:24 CEST 2010 - dmueller@suse.de + +- change execlp into execl + +------------------------------------------------------------------- +Wed Aug 25 11:59:01 CEST 2010 - ro@suse.de + +- add missing sentinel to tzcode-link.diff @@ -26,0 +65,5 @@ + +------------------------------------------------------------------- +Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de + +- use %_smp_mflags timezone.changes: same change calling whatdependson for 11.3-i586 Old: ---- _service _service:download_url:tzcode2011c.tar.gz _service:download_url:tzdata2011c.tar.gz New: ---- tzcode2011d.tar.gz tzdata2011d.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ timezone-java.spec ++++++ --- /var/tmp/diff_new_pack.q8Bd7j/_old 2011-03-25 10:21:21.000000000 +0100 +++ /var/tmp/diff_new_pack.q8Bd7j/_new 2011-03-25 10:21:21.000000000 +0100 @@ -25,10 +25,10 @@ Group: System/Base # COMMON-BEGIN # COMMON-BEGIN -Version: 2011c +Version: 2011d Release: 0.<RELEASE2> Source: tzdata%{version}.tar.gz -Source1: tzcode%{version}.tar.gz +Source1: tzcode%version.tar.gz # COMMON-END # COMMON-END Url: http://www.gnu.org/software/libc/libc.html ++++++ timezone.spec ++++++ --- /var/tmp/diff_new_pack.q8Bd7j/_old 2011-03-25 10:21:21.000000000 +0100 +++ /var/tmp/diff_new_pack.q8Bd7j/_new 2011-03-25 10:21:21.000000000 +0100 @@ -25,10 +25,10 @@ Url: http://www.gnu.org/software/libc/libc.html PreReq: filesystem, coreutils # COMMON-BEGIN -Version: 2011c +Version: 2011d Release: 0.<RELEASE2> Source: tzdata%{version}.tar.gz -Source1: tzcode%{version}.tar.gz +Source1: tzcode%version.tar.gz # COMMON-END Patch0: tzdata-china.diff Patch1: tzcode-zic.diff @@ -60,8 +60,8 @@ AREA=%{AREA} ZONE=%{ZONE} export AREA LANG LC_ALL ZONE -make %{?jobs:-j%jobs} TZDIR=%{_prefix}/share/zoneinfo CFLAGS="$RPM_OPT_FLAGS -DHAVE_GETTEXT=1 -DTZDEFAULT='\"/etc/localtime\"'" AWK=awk -make %{?jobs:-j%jobs} TZDIR=zoneinfo AWK=awk zones +make %{?_smp_mflags} TZDIR=%{_prefix}/share/zoneinfo CFLAGS="$RPM_OPT_FLAGS -DHAVE_GETTEXT=1 -DTZDEFAULT='\"/etc/localtime\"'" AWK=awk +make %{?_smp_mflags} TZDIR=zoneinfo AWK=awk zones # Generate posixrules ./zic -y ./yearistype -d zoneinfo -p %{AREA}/%{ZONE} ++++++ tzcode-link.diff ++++++ --- /var/tmp/diff_new_pack.q8Bd7j/_old 2011-03-25 10:21:22.000000000 +0100 +++ /var/tmp/diff_new_pack.q8Bd7j/_new 2011-03-25 10:21:22.000000000 +0100 @@ -10,7 +10,7 @@ +const char * const toname; +{ + if (!fork()) { -+ execlp("cp", "cp", fromname, toname, (char*) NULL); ++ execl("/bin/cp", "cp", fromname, toname, (char*) NULL); + _exit(1); + } + int s; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de