Hello community,

here is the log from the commit of package timezone for openSUSE:Factory 
checked in at 2012-09-14 12:40:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/timezone (Old)
 and      /work/SRC/openSUSE:Factory/.timezone.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "timezone", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/timezone/timezone-java.changes   2012-08-13 
14:46:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone-java.changes      
2012-09-14 12:40:47.000000000 +0200
@@ -1,0 +2,16 @@
+Thu Sep 13 15:06:27 UTC 2012 - [email protected]
+
+- cleanup stale rpmnew / symlink of posixrules to /etc/localtime (bnc#762210)
+- remove %config part on posixrules symlink, it is not a config file
+
+- update to 2012f (bnc#780276):
+  * Fiji DST is October 21st 2012 -> January 20th, 2013
+
+-------------------------------------------------------------------
+Mon Aug 20 15:47:57 UTC 2012 - [email protected]
+
+- Add tzcode-symlink.patch: use a symlink to create /etc/localtime
+  (bnc#773491)
+- Do not apply tzcode-link.diff on openSUSE >= 12.2 (bnc#773491).
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/timezone/timezone.changes        2012-08-26 
11:35:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone.changes   2012-09-14 
12:40:47.000000000 +0200
@@ -1,0 +2,9 @@
+Thu Sep 13 15:06:27 UTC 2012 - [email protected]
+
+- cleanup stale rpmnew / symlink of posixrules to /etc/localtime (bnc#762210)
+- remove %config part on posixrules symlink, it is not a config file
+
+- update to 2012f (bnc#780276):
+  * Fiji DST is October 21st 2012 -> January 20th, 2013
+
+-------------------------------------------------------------------

Old:
----
  tzcode2012e.tar.gz
  tzdata2012e.tar.gz

New:
----
  tzcode2012f.tar.gz
  tzdata2012f.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ timezone-java.spec ++++++
--- /var/tmp/diff_new_pack.N9wKKN/_old  2012-09-14 12:40:49.000000000 +0200
+++ /var/tmp/diff_new_pack.N9wKKN/_new  2012-09-14 12:40:49.000000000 +0200
@@ -25,7 +25,7 @@
 Group:          System/Base
 # COMMON-BEGIN
 # COMMON-BEGIN
-Version:        2012e
+Version:        2012f
 Release:        0
 Source:         ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz
 Source1:        ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz
@@ -34,6 +34,7 @@
 Patch2:         tzcode-ksh.diff
 Patch3:         iso3166-uk.diff
 Patch4:         tzcode-link.diff
+Patch5:         tzcode-symlink.patch
 # COMMON-END
 # COMMON-END
 Url:            http://www.gnu.org/software/libc/libc.html
@@ -56,7 +57,11 @@
 %patch1
 %patch2
 %patch3
+%if 0%{?suse_version} < 1220
 %patch4
+%else
+%patch5 -p1
+%endif
 # COMMON-PREP-END
 # COMMON-PREP-END
 

++++++ timezone.spec ++++++
--- /var/tmp/diff_new_pack.N9wKKN/_old  2012-09-14 12:40:49.000000000 +0200
+++ /var/tmp/diff_new_pack.N9wKKN/_new  2012-09-14 12:40:49.000000000 +0200
@@ -23,7 +23,7 @@
 Url:            http://www.gnu.org/software/libc/libc.html
 PreReq:         filesystem, coreutils
 # COMMON-BEGIN
-Version:        2012e
+Version:        2012f
 Release:        0
 Source:         ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz
 Source1:        ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz
@@ -101,11 +101,18 @@
        [ ! -f /etc/localtime ] || echo "WARNING: Not updating /etc/localtime 
with new zone file" >&2
     fi
 fi
+if [ ! -L /usr/share/zoneinfo/posixrules ]; then
+   rm -f /usr/share/zoneinfo/posixrules
+   ln -sf /etc/localtime /usr/share/zoneinfo/posixrules
+fi
+if [ -e /usr/share/zoneinfo/posixrules.rpmnew ]; then
+   rm -f /usr/share/zoneinfo/posixrules.rpmnew
+fi
 
 %files
 %defattr(-,root,root)
 %verify(not link md5 size mtime) %config(missingok,noreplace) /etc/localtime
-%verify(not link md5 size mtime) %config(missingok,noreplace) 
%{_prefix}/share/zoneinfo/posixrules
+%verify(not link md5 size mtime) %{_prefix}/share/zoneinfo/posixrules
 %{_prefix}/share/zoneinfo
 %{_bindir}/tzselect
 %{_sbindir}/zdump

++++++ tzcode2012e.tar.gz -> tzcode2012f.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Makefile new/Makefile
--- old/Makefile        2012-08-03 05:44:55.000000000 +0200
+++ new/Makefile        2012-09-13 08:17:03.000000000 +0200
@@ -3,7 +3,7 @@
 # 2009-05-17 by Arthur David Olson.
 
 # Version numbers of the code and data distributions.
-VERSION = 2012e
+VERSION = 2012f
 
 # Change the line below for your time zone (after finding the zone you want in
 # the time zone files, or adding it to a time zone file).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Theory new/Theory
--- old/Theory  2012-07-25 16:13:46.000000000 +0200
+++ new/Theory  2012-08-31 15:00:04.000000000 +0200
@@ -226,7 +226,7 @@
    agreed since 1970.  This is essential for the intended use: static
    clocks keeping local civil time.
 
- * Indicate to humans as to where that region is.  This simplifes use.
+ * Indicate to humans as to where that region is.  This simplifies use.
 
  * Be robust in the presence of political changes.  This reduces the
    number of updates and backward-compatibility hacks.  For example,

++++++ tzdata2012e.tar.gz -> tzdata2012f.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/australasia new/australasia
--- old/australasia     2012-07-25 16:40:15.000000000 +0200
+++ new/australasia     2012-08-31 15:27:35.000000000 +0200
@@ -321,15 +321,23 @@
 # The commencement of daylight saving will remain unchanged and start
 # on the  23rd of October, 2011.
 
+# From the Fiji Government Online Portal (2012-08-21) via Steffen Thorsen:
+# The Minister for Labour, Industrial Relations and Employment Mr Jone Usamate
+# today confirmed that Fiji will start daylight savings at 2 am on Sunday 21st
+# October 2012 and end at 3 am on Sunday 20th January 2013.
+# 
http://www.fiji.gov.fj/index.php?option=com_content&view=article&id=6702&catid=71&Itemid=155
+#
+# From Paul Eggert (2012-08-31):
+# For now, guess a pattern of the penultimate Sundays in October and January.
+
 # Rule NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
 Rule   Fiji    1998    1999    -       Nov     Sun>=1  2:00    1:00    S
 Rule   Fiji    1999    2000    -       Feb     lastSun 3:00    0       -
 Rule   Fiji    2009    only    -       Nov     29      2:00    1:00    S
 Rule   Fiji    2010    only    -       Mar     lastSun 3:00    0       -
-Rule   Fiji    2010    only    -       Oct     24      2:00    1:00    S
+Rule   Fiji    2010    max     -       Oct     Sun>=18 2:00    1:00    S
 Rule   Fiji    2011    only    -       Mar     Sun>=1  3:00    0       -
-Rule   Fiji    2011    only    -       Oct     23      2:00    1:00    S
-Rule   Fiji    2012    only    -       Jan     22      3:00    0       -
+Rule   Fiji    2012    max     -       Jan     Sun>=18 3:00    0       -
 # Zone NAME            GMTOFF  RULES   FORMAT  [UNTIL]
 Zone   Pacific/Fiji    11:53:40 -      LMT     1915 Oct 26     # Suva
                        12:00   Fiji    FJ%sT   # Fiji Time

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to