rpms/system-config-date/devel .cvsignore, 1.81, 1.82 sources, 1.88, 1.89 system-config-date.spec, 1.92, 1.93

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Tue Feb 5 08:52:11 UTC 2008


Author: nphilipp

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

Modified Files:
	.cvsignore sources system-config-date.spec 
Log Message:
keep UTC info in /etc/adjtime, drop ARC support (patch by Bill Nottingham)
add BR: docbook-dtds, scrollkeeper/rarian-compat



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/devel/.cvsignore,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- .cvsignore	18 Jan 2008 16:31:08 -0000	1.81
+++ .cvsignore	5 Feb 2008 08:51:35 -0000	1.82
@@ -1 +1 @@
-system-config-date-1.9.21.tar.bz2
+system-config-date-1.9.22.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/devel/sources,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- sources	18 Jan 2008 16:31:08 -0000	1.88
+++ sources	5 Feb 2008 08:51:35 -0000	1.89
@@ -1 +1 @@
-cc992f7604ab3169435c019f294ad506  system-config-date-1.9.21.tar.bz2
+bd17995fca0794c22f045d22c547bbf9  system-config-date-1.9.22.tar.bz2


Index: system-config-date.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/devel/system-config-date.spec,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- system-config-date.spec	18 Jan 2008 16:31:08 -0000	1.92
+++ system-config-date.spec	5 Feb 2008 08:51:35 -0000	1.93
@@ -12,9 +12,15 @@
 %bcond_with console_util
 %endif
 
+%if 0%{?fedora} < 8 || 0%{?rhel} < 6
+%bcond_without scrollkeeper
+%else
+%bcond_with scrollkeeper
+%endif
+
 Summary: A graphical interface for modifying system date and time
 Name: system-config-date
-Version: 1.9.21
+Version: 1.9.22
 Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/date
 License: GPLv2+
@@ -34,6 +40,13 @@
 BuildRequires: python
 BuildRequires: anaconda
 BuildRequires: gnome-doc-utils
+BuildRequires: docbook-dtds
+%if %{with scrollkeeper}
+BuildRequires: scrollkeeper
+%else
+BuildRequires: rarian-compat
+%endif
+
 Requires: ntp
 Requires: python >= 2.0
 Requires: pygtk2-libglade
@@ -121,6 +134,12 @@
 %config(noreplace) %{_sysconfdir}/ntp/ntpservers
 
 %changelog
+* Tue Feb 05 2008 Nils Philippsen <nphilipp at redhat.com> - 1.9.22-1
+- keep UTC info in /etc/adjtime, drop ARC support (patch by Bill Nottingham)
+
+* Sat Jan 19 2008 Nils Philippsen <nphilipp at redhat.com>
+- add BR: docbook-dtds, scrollkeeper/rarian-compat
+
 * Fri Jan 18 2008 Nils Philippsen <nphilipp at redhat.com> - 1.9.21-1
 - online help: reorg, make xmllint happy
 




More information about the fedora-extras-commits mailing list