rpms/system-config-date/devel .cvsignore, 1.63, 1.64 sources, 1.67, 1.68 system-config-date.spec, 1.73, 1.74

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Thu Aug 16 20:57:25 UTC 2007


Author: nphilipp

Update of /cvs/pkgs/rpms/system-config-date/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12171

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+



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/devel/.cvsignore,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- .cvsignore	31 Jul 2007 14:30:44 -0000	1.63
+++ .cvsignore	16 Aug 2007 20:56:53 -0000	1.64
@@ -1 +1 @@
-system-config-date-1.9.3.tar.bz2
+system-config-date-1.9.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/devel/sources,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- sources	31 Jul 2007 14:30:44 -0000	1.67
+++ sources	16 Aug 2007 20:56:53 -0000	1.68
@@ -1 +1 @@
-3655eeb5d278ace4fd0ad21f3b73e7ed  system-config-date-1.9.3.tar.bz2
+d8662312a48a99ef06d320ff13e2ee34  system-config-date-1.9.4.tar.bz2


Index: system-config-date.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/devel/system-config-date.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- system-config-date.spec	31 Jul 2007 15:11:21 -0000	1.73
+++ system-config-date.spec	16 Aug 2007 20:56:53 -0000	1.74
@@ -1,9 +1,9 @@
 Summary: A graphical interface for modifying system date and time
 Name: system-config-date
-Version: 1.9.3
-Release: 2%{?dist}
+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,8 +100,23 @@
 %config(noreplace) %{_sysconfdir}/ntp/ntpservers
 
 %changelog
-* Tue Jul 31 2007 Nils Philippsen <nphilipp at redhat.com> 1.9.3-2
-- bump release to appease build system
+* 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




More information about the fedora-extras-commits mailing list