rpms/system-config-date/F-7 .cvsignore, 1.60, 1.61 sources, 1.64, 1.65 system-config-date.spec, 1.69, 1.70

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Thu Aug 16 21:00:31 UTC 2007


Author: nphilipp

Update of /cvs/pkgs/rpms/system-config-date/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13583

Modified Files:
	.cvsignore sources system-config-date.spec 
Log Message:
display error message if setting time and date fails (#251818)
require newt-python from Fedora 8 on (#251362)
use different shortcuts for enabling NTP and editing a server (#252043)
use correct "time zone" term (#251868)
check hour, minute, second values when changed (#251821)
don't use python2 binary
fix licensing and author blurbs
tag as GPLv2+
fix canvas tooltip
use smoother zoom steps when using the mouse wheel
hide city label when using the mouse wheel to zoom
use scroll wheel to adjust zoom factor
fixed map panning
fix python formatting in Japanese translation (#248667, Jens Petersen)
make "make archive" work with Hg repo
fix desktop file category (#245891)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/F-7/.cvsignore,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- .cvsignore	2 May 2007 14:20:20 -0000	1.60
+++ .cvsignore	16 Aug 2007 20:59:58 -0000	1.61
@@ -1 +1 @@
-system-config-date-1.9.0.tar.bz2
+system-config-date-1.9.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/F-7/sources,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- sources	2 May 2007 14:20:20 -0000	1.64
+++ sources	16 Aug 2007 20:59:58 -0000	1.65
@@ -1 +1 @@
-475699b9b31ec80d1cf8fd34c8882e40  system-config-date-1.9.0.tar.bz2
+d8662312a48a99ef06d320ff13e2ee34  system-config-date-1.9.4.tar.bz2


Index: system-config-date.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/F-7/system-config-date.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- system-config-date.spec	2 May 2007 14:20:20 -0000	1.69
+++ system-config-date.spec	16 Aug 2007 20:59:58 -0000	1.70
@@ -1,9 +1,9 @@
 Summary: A graphical interface for modifying system date and time
 Name: system-config-date
-Version: 1.9.0
+Version: 1.9.4
 Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/date
-License: GPL
+License: GPLv2+
 ExclusiveOS: Linux
 Group: System Environment/Base
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -27,7 +27,11 @@
 Requires: usermode >= 1.36
 Requires: chkconfig
 Requires: rhpl
+%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 8 || 0%{?rhel} >= 6
+Requires: newt-python
+%else
 Requires: newt
+%endif
 Requires: htmlview
 Requires(post): hicolor-icon-theme
 Requires(postun): hicolor-icon-theme
@@ -96,6 +100,44 @@
 %config(noreplace) %{_sysconfdir}/ntp/ntpservers
 
 %changelog
+* Thu Aug 16 2007 Nils Philippsen <nphilipp at redhat.com> 1.9.4
+- display error message if setting time and date fails (#251818)
+- require newt-python from Fedora 8 on (#251362)
+
+* Tue Aug 14 2007 Nils Philippsen <nphilipp at redhat.com>
+- use different shortcuts for enabling NTP and editing a server (#252043)
+
+* Mon Aug 13 2007 Nils Philippsen <nphilipp at redhat.com>
+- use correct "time zone" term (#251868)
+- check hour, minute, second values when changed (#251821)
+
+* Fri Aug 10 2007 Nils Philippsen <nphilipp at redhat.com>
+- don't use python2 binary
+
+* Fri Aug 03 2007 Nils Philippsen <nphilipp at redhat.com>
+- fix licensing and author blurbs
+- tag as GPLv2+
+
+* Tue Jul 31 2007 Nils Philippsen <nphilipp at redhat.com> 1.9.3
+- fix canvas tooltip
+
+* Mon Jul 30 2007 Nils Philippsen <nphilipp at redhat.com>
+- use smoother zoom steps when using the mouse wheel
+- hide city label when using the mouse wheel to zoom
+
+* Fri Jul 27 2007 Nils Philippsen <nphilipp at redhat.com>
+- use scroll wheel to adjust zoom factor
+
+* Fri Jul 27 2007 Thomas Woerner <twoerner at redhat.com>
+- fixed map panning
+
+* Mon Jul 23 2007 Nils Philippsen <nphilipp at redhat.com> 1.9.2
+- fix python formatting in Japanese translation (#248667, Jens Petersen)
+- make "make archive" work with Hg repo
+
+* Wed Jun 27 2007 Nils Philippsen <nphilipp at redhat.com> 1.9.1
+- fix desktop file category (#245891)
+
 * Wed May 02 2007 Nils Philippsen <nphilipp at redhat.com> 1.9.0
 - pick up updated translations (#237930)
 




More information about the fedora-extras-commits mailing list