rpms/system-config-date/F-13 .cvsignore, 1.116, 1.117 sources, 1.128, 1.129 system-config-date.spec, 1.136, 1.137

Nils Philippsen nphilipp at fedoraproject.org
Wed Jun 30 15:36:31 UTC 2010


Author: nphilipp

Update of /cvs/pkgs/rpms/system-config-date/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10493

Modified Files:
	.cvsignore sources system-config-date.spec 
Log Message:
version 1.9.59


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/F-13/.cvsignore,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -p -r1.116 -r1.117
--- .cvsignore	22 Apr 2010 16:24:21 -0000	1.116
+++ .cvsignore	30 Jun 2010 15:36:30 -0000	1.117
@@ -1 +1 @@
-system-config-date-1.9.57.tar.bz2
+system-config-date-1.9.59.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/F-13/sources,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -p -r1.128 -r1.129
--- sources	22 Apr 2010 16:24:22 -0000	1.128
+++ sources	30 Jun 2010 15:36:30 -0000	1.129
@@ -1 +1 @@
-7030ebfbccf768416d619047c45942fc  system-config-date-1.9.57.tar.bz2
+620fccc1b3aa8bfcc36021cb8d83fefc  system-config-date-1.9.59.tar.bz2


Index: system-config-date.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/F-13/system-config-date.spec,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -p -r1.136 -r1.137
--- system-config-date.spec	22 Apr 2010 16:24:22 -0000	1.136
+++ system-config-date.spec	30 Jun 2010 15:36:30 -0000	1.137
@@ -15,9 +15,16 @@
 %bcond_with console_util
 %endif
 
+# Enterprise versions pull in docs automatically
+%if 0%{?rhel} > 0
+%bcond_without require_docs
+%else
+%bcond_with require_docs
+%endif
+
 Summary: A graphical interface for modifying system date and time
 Name: system-config-date
-Version: 1.9.57
+Version: 1.9.59
 Release: 1%{?dist}
 URL: http://fedorahosted.org/%{name}
 License: GPLv2+
@@ -30,6 +37,9 @@ Source0: http://fedorahosted.org/release
 # package system-config-date-docs. The following ensures that updating from
 # earlier versions gives you both the main package and documentation.
 Obsoletes: system-config-date < 1.9.35
+%if %{with require_docs}
+Requires: system-config-date-docs
+%endif
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: intltool
@@ -38,7 +48,7 @@ BuildRequires: python-devel
 
 Requires: ntp
 Requires: python >= 2.0
-Requires: python-slip >= 0.2.3
+Requires: python-slip >= 0.2.11
 Requires: pygtk2 >= 2.12.0
 Requires: pygtk2-libglade
 Requires: gnome-python2-canvas
@@ -119,6 +129,19 @@ fi
 #%{python_sitelib}/scdate.dbus-%{version}-py%{python_version}.egg-info
 
 %changelog
+* Wed Jun 30 2010 Nils Philippsen <nils at redhat.com> - 1.9.59-1
+- require docs in enterprise builds
+- configure iburst mode instead of ntpdate upon boot (original patch by Radek
+  Nováček)
+- fix configuring ntp.conf template
+
+* Tue Jun 22 2010 Nils Philippsen <nils at redhat.com> - 1.9.58-1
+- pick up additional translations
+
+* Mon Jun 14 2010 Nils Philippsen <nils at redhat.com>
+- use better ugettext to allow anaconda to use the time zone widget even with
+  encodings other than UTF-8
+
 * Thu Apr 22 2010 Nils Philippsen <nils at redhat.com> - 1.9.57-1
 - use themed icon for window
 



More information about the scm-commits mailing list