rpms/tzdata/FC-5 .cvsignore, 1.21, 1.22 sources, 1.23, 1.24 tzdata.spec, 1.27, 1.28

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 6 12:30:56 UTC 2006


Author: pmachata

Update of /cvs/dist/rpms/tzdata/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv32126

Modified Files:
	.cvsignore sources tzdata.spec 
Log Message:
- Upstream 2006c



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/tzdata/FC-5/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	22 Feb 2006 14:29:38 -0000	1.21
+++ .cvsignore	6 Apr 2006 12:30:53 -0000	1.22
@@ -1,3 +1,3 @@
-tzdata2006b-1-base.tar.bz2
-tzdata2006b.tar.gz
-tz64code2006b.tar.gz
+tzcode2006c.tar.gz
+tzdata2006c.tar.gz
+tzdata-base-0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/tzdata/FC-5/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources	22 Feb 2006 14:29:41 -0000	1.23
+++ sources	6 Apr 2006 12:30:53 -0000	1.24
@@ -1,3 +1,3 @@
-906a4c98cc5240f416524a256b039c42  tzdata2006b-1-base.tar.bz2
-244523d10f93f392d96da4ef11b6cdd7  tzdata2006b.tar.gz
-37524ee1c072a51511a6c220f8faf95f  tz64code2006b.tar.gz
+2100d0b0c6f2ad320260290e5dc7e957  tzcode2006c.tar.gz
+420d97a09c9750839afc2703f6b8276f  tzdata2006c.tar.gz
+906a4c98cc5240f416524a256b039c42  tzdata-base-0.tar.bz2


Index: tzdata.spec
===================================================================
RCS file: /cvs/dist/rpms/tzdata/FC-5/tzdata.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- tzdata.spec	22 Feb 2006 14:29:41 -0000	1.27
+++ tzdata.spec	6 Apr 2006 12:30:53 -0000	1.28
@@ -1,12 +1,12 @@
 Summary: Timezone data
 Name: tzdata
-Version: 2006b
-Release: 1
+Version: 2006c
+Release: 1.fc5
 License: GPL
 Group: System Environment/Base
-Source0: tzdata%{version}-%{release}-base.tar.bz2
+Source0: tzdata-base-0.tar.bz2
 Source1: ftp://elsie.nci.nih.gov/pub/tzdata%{version}.tar.gz
-Source2: ftp://elsie.nci.nih.gov/pub/tz64code%{version}.tar.gz
+Source2: ftp://elsie.nci.nih.gov/pub/tzcode%{version}.tar.gz
 BuildRequires: gawk, glibc, glibc-common, perl
 Conflicts: glibc-common <= 2.3.2-63
 BuildArchitectures: noarch
@@ -17,7 +17,7 @@
 the world.
 
 %prep
-%setup -n tzdata
+%setup -n %{name}
 mkdir %{name}%{version}
 tar xzf %{SOURCE1} -C %{name}%{version}
 mkdir tzcode%{version}
@@ -33,6 +33,8 @@
 
 %install
 make install
+
+%check
 echo ====================TESTING=========================
 make check
 echo ====================TESTING END=====================
@@ -46,6 +48,23 @@
 %doc tzcode%{version}/README tzcode%{version}/Theory tzcode%{version}/tz-link.html
 
 %changelog
+* Thu Apr  6 2006 Petr Machata <pmachata at redhat.com> - 2006c-1.fc5
+- Upstream 2006c
+  - Time-related changes:
+    - dozens of historical and commentary changes
+    - Iran stopped observing DST
+    - Sri Lanka switches from UTC+6 to UTC+5:30
+    - America/Thule and America/Edmonton will adopt new US rules,
+      starting 2007
+    - Tunisia is adopting regular DST
+  - Code:
+    - asctime.c: Chages in format strings to silent gcc warnings
+    - removing K&R notation from function signatures
+    - few fixes across the code
+
+* Wed Mar 22 2006 Petr Machata <pmachata at redhat.com> - 2006b-2.fc5
+- Patch for Sri Lanka time zone change (#184514)
+
 * Thu Feb 22 2006 Petr Machata <pmachata at redhat.com> 2006b-1
 - Upstream 2006b:
   - using tz64code version, as 32 is legacy according to tzdata ML




More information about the fedora-cvs-commits mailing list