rpms/system-config-date/devel .cvsignore, 1.71, 1.72 sources, 1.75, 1.76 system-config-date.spec, 1.81, 1.82

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Tue Oct 9 16:11:32 UTC 2007


Author: nphilipp

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

Modified Files:
	.cvsignore sources system-config-date.spec 
Log Message:
use xdg-open if available
don't throw exceptions when selecting non-geographic time zones (#293241)
fix permissions of timeconfig tool (#241737)
add "make diff" ("dif") and "make shortdiff" ("sdif")
make canvas scroll buttons work (#324941)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/devel/.cvsignore,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- .cvsignore	5 Oct 2007 15:07:46 -0000	1.71
+++ .cvsignore	9 Oct 2007 16:11:00 -0000	1.72
@@ -1 +1 @@
-system-config-date-1.9.11.tar.bz2
+system-config-date-1.9.12.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/devel/sources,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- sources	5 Oct 2007 15:07:46 -0000	1.75
+++ sources	9 Oct 2007 16:11:00 -0000	1.76
@@ -1 +1 @@
-dd3c318de84a0f26d16d10a67e562af2  system-config-date-1.9.11.tar.bz2
+83e6e78a2813e6bdef9bef3f0e409bf1  system-config-date-1.9.12.tar.bz2


Index: system-config-date.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/devel/system-config-date.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- system-config-date.spec	5 Oct 2007 15:07:46 -0000	1.81
+++ system-config-date.spec	9 Oct 2007 16:11:00 -0000	1.82
@@ -1,6 +1,6 @@
 Summary: A graphical interface for modifying system date and time
 Name: system-config-date
-Version: 1.9.11
+Version: 1.9.12
 Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/date
 License: GPLv2+
@@ -32,7 +32,11 @@
 %else
 Requires: newt
 %endif
+%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 7 || 0%{?rhel} >= 6
+Requires: xdg-utils
+%else
 Requires: htmlview
+%endif
 Requires(post): hicolor-icon-theme
 Requires(postun): hicolor-icon-theme
 # system-config-date can act as a plugin to set the time/date, configure NTP or
@@ -100,6 +104,15 @@
 %config(noreplace) %{_sysconfdir}/ntp/ntpservers
 
 %changelog
+* Tue Oct 09 2007 Nils Philippsen <nphilipp at redhat.com> 1.9.12
+- use xdg-open if available
+- don't throw exceptions when selecting non-geographic time zones (#293241)
+- fix permissions of timeconfig tool (#241737)
+
+* Mon Oct 08 2007 Nils Philippsen <nphilipp at redhat.com>
+- add "make diff" ("dif") and "make shortdiff" ("sdif")
+- make canvas scroll buttons work (#324941)
+
 * Tue Oct 02 2007 Nils Philippsen <nphilipp at redhat.com> 1.9.11
 - don't remove notebook pages when acting as a firstboot module (#296711)
 - pick up updated translations




More information about the fedora-extras-commits mailing list