rpms/system-config-date/F-12 .cvsignore, 1.112, 1.113 sources, 1.124, 1.125 system-config-date.spec, 1.132, 1.133

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


Author: nphilipp

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

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-12/.cvsignore,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -p -r1.112 -r1.113
--- .cvsignore	20 Oct 2009 12:13:06 -0000	1.112
+++ .cvsignore	30 Jun 2010 15:36:32 -0000	1.113
@@ -1 +1 @@
-system-config-date-1.9.53.tar.bz2
+system-config-date-1.9.59.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/F-12/sources,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -p -r1.124 -r1.125
--- sources	20 Oct 2009 12:13:06 -0000	1.124
+++ sources	30 Jun 2010 15:36:32 -0000	1.125
@@ -1 +1 @@
-3659e166608c8d6703de23f8ca6af9f0  system-config-date-1.9.53.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-12/system-config-date.spec,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -p -r1.132 -r1.133
--- system-config-date.spec	20 Oct 2009 12:13:06 -0000	1.132
+++ system-config-date.spec	30 Jun 2010 15:36:32 -0000	1.133
@@ -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.53
+Version: 1.9.59
 Release: 1%{?dist}
 URL: http://fedorahosted.org/%{name}
 License: GPLv2+
@@ -25,25 +32,23 @@ Group: System Environment/Base
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 Source0: http://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.bz2
-Obsoletes: timetool < 3.0
-Obsoletes: dateconfig < 1.2
-Obsoletes: timeconfig < 3.2.10
-Obsoletes: redhat-config-date < 1.5.26
 # Until version 1.9.34, system-config-date contained online documentation.
 # From version 1.9.35 on, online documentation is split off into its own
 # 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
 BuildRequires: python
 BuildRequires: python-devel
 
-Requires: libselinux-python
 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
@@ -113,8 +118,7 @@ fi
 %{_bindir}/system-config-date
 %{_datadir}/system-config-date
 %{_datadir}/applications/system-config-date.desktop
-%{_datadir}/system-config-date/pixmaps/system-config-date.png
-%{_datadir}/icons/hicolor/48x48/apps/system-config-date.png
+%{_datadir}/icons/hicolor/*/apps/system-config-date.*
 %{_mandir}/man8/system-config-date*
 %{_mandir}/fr/man8/system-config-date*
 %{_mandir}/ja/man8/system-config-date*
@@ -125,6 +129,46 @@ 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
+
+* Wed Apr 21 2010 Nils Philippsen <nils at redhat.com>
+- use new icons matching the rest of the icon theme (#583802, provided by Lapo
+  Calamandrei)
+
+* Wed Apr 07 2010 Nils Philippsen <nils at redhat.com> - 1.9.56-1
+- pick up translation updates
+
+* Tue Mar 23 2010 Nils Philippsen <nils at redhat.com> - 1.9.55-1
+- pick up translation updates
+
+* Mon Mar 22 2010 Nils Philippsen <nils at redhat.com>
+- fix UnicodeDecodeError (#539904)
+
+* Thu Feb 25 2010 Nils Philippsen <nils at redhat.com> - 1.9.54-1
+- remove obsolete obsolete lines
+- remove duplicate file listing
+
+* Mon Feb 08 2010 Nils Philippsen <nils at redhat.com>
+- don't require libselinux-python directly anymore, this code was moved to
+  slip.util.files (#562331)
+
+* Tue Nov 03 2009 Nils Philippsen <nils at redhat.com>
+- fix duplicate keyboard shortcut (#532686), add missing keyboard shortcut
+
 * Tue Oct 20 2009 Nils Philippsen <nils at redhat.com> - 1.9.53-1
 - make translating time zones more robust (#525921)
 



More information about the scm-commits mailing list