rpms/system-config-date/F-9 .cvsignore, 1.91, 1.92 sources, 1.99, 1.100 system-config-date.spec, 1.104, 1.105

Nils Philippsen nphilipp at fedoraproject.org
Wed Feb 18 16:48:39 UTC 2009


Author: nphilipp

Update of /cvs/pkgs/rpms/system-config-date/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32763

Modified Files:
	.cvsignore sources system-config-date.spec 
Log Message:
version 1.9.36



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/F-9/.cvsignore,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- .cvsignore	1 Jul 2008 09:29:57 -0000	1.91
+++ .cvsignore	18 Feb 2009 16:48:09 -0000	1.92
@@ -1 +1 @@
-system-config-date-1.9.32.tar.bz2
+system-config-date-1.9.36.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/F-9/sources,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- sources	1 Jul 2008 09:29:57 -0000	1.99
+++ sources	18 Feb 2009 16:48:09 -0000	1.100
@@ -1 +1 @@
-9313218885ff689407201c5730aa7490  system-config-date-1.9.32.tar.bz2
+fdf5da74d3256620d761718b65afd21d  system-config-date-1.9.36.tar.bz2


Index: system-config-date.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/F-9/system-config-date.spec,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- system-config-date.spec	1 Jul 2008 09:29:57 -0000	1.104
+++ system-config-date.spec	18 Feb 2009 16:48:09 -0000	1.105
@@ -12,49 +12,36 @@
 %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.32
+Version: 1.9.36
 Release: 1%{?dist}
-URL: http://fedoraproject.org/wiki/SystemConfig/date
+URL: http://fedorahosted.org/%{name}
 License: GPLv2+
 Group: System Environment/Base
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-# We are upstream, thus the source is only available from within this source
-# package.
-Source0: %{name}-%{version}.tar.bz2
+Source0: http://fedorahosted.org/releases/%(echo %{name} | %{__sed} 's@\(\(.\)\(.\).*\)@\2/\3/\1@')/%{name}-%{version}.tar.bz2
 Obsoletes: timetool < 3.0
 Obsoletes: dateconfig < 1.2
 Obsoletes: timeconfig < 3.2.10
 Obsoletes: redhat-config-date < 1.5.26
+Obsoletes: system-config-date < 1.9.35
+Conflicts: system-config-date < 1.9.35
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: intltool
 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
 Requires: gnome-python2-canvas
 %if 0%{?with_console_util:1}
-Requires: usermode >= 1.94
+Requires: usermode-gtk >= 1.94
 %else
-Requires: usermode >= 1.36
+Requires: usermode-gtk >= 1.36
 %endif
 Requires: chkconfig
 Requires: rhpl
@@ -63,8 +50,6 @@
 %else
 Requires: newt
 %endif
-Requires(post): scrollkeeper >= 0:0.3.4
-Requires(postun): scrollkeeper >= 0:0.3.4
 Requires: hicolor-icon-theme
 # system-config-date can act as a plugin to set the time/date, configure NTP or
 # the timezone for firstboot if the latter is present, but doesn't require it.
@@ -100,20 +85,16 @@
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
-%{_bindir}/scrollkeeper-update -q || :
 
 %postun
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 fi
-%{_bindir}/scrollkeeper-update -q || :
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc COPYING
-%doc %{_datadir}/omf/system-config-date
-%doc %{_datadir}/gnome/help/system-config-date
 %{_bindir}/system-config-date
 %{_bindir}/system-config-time
 %{_bindir}/dateconfig
@@ -134,6 +115,27 @@
 %config(noreplace) %{_sysconfdir}/ntp/ntpservers
 
 %changelog
+* Mon Dec 22 2008 Nils Philippsen <nils at redhat.com> - 1.9.36-1
+- fix typo in Source0 URL
+
+* Mon Dec 15 2008 Nils Philippsen <nils at redhat.com>
+- remove obsolete "dynamic" keyword (#476046)
+
+* Thu Nov 27 2008 Nils Philippsen <nils at redhat.com> - 1.9.35-1
+- add source URL
+
+* Wed Nov 26 2008 Nils Philippsen <nils at redhat.com>
+- obsolete and conflict with system-config-date < 1.9.35 (docs split)
+
+* Tue Nov 25 2008 Nils Philippsen <nils at redhat.com>
+- prune online documentation
+
+* Wed Nov 05 2008 Nils Philippsen <nils at redhat.com> - 1.9.34-1
+- avoid map traceback on non-geographic timezones (#467231)
+
+* Thu Oct 30 2008 Nils Philippsen <nils at redhat.com> - 1.9.33-1
+- require usermode-gtk instead of usermode
+
 * Tue Jul 01 2008 Nils Philippsen <nphilipp at redhat.com> - 1.9.32-1
 - fix Arabic timezone translation (#453202, patch by Muayyad Alsadi)
 




More information about the fedora-extras-commits mailing list