rpms/system-config-date/F-10 .cvsignore, 1.94, 1.95 sources, 1.102, 1.103 system-config-date.spec, 1.106, 1.107

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


Author: nphilipp

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

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-10/.cvsignore,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- .cvsignore	5 Nov 2008 10:14:53 -0000	1.94
+++ .cvsignore	18 Feb 2009 16:47:57 -0000	1.95
@@ -1 +1 @@
-system-config-date-1.9.34.tar.bz2
+system-config-date-1.9.36.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/F-10/sources,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- sources	5 Nov 2008 10:14:53 -0000	1.102
+++ sources	18 Feb 2009 16:47:57 -0000	1.103
@@ -1 +1 @@
-874bf7b03f83d4e9eb5e8c46aa26cd84  system-config-date-1.9.34.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-10/system-config-date.spec,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- system-config-date.spec	5 Nov 2008 10:14:53 -0000	1.106
+++ system-config-date.spec	18 Feb 2009 16:47:57 -0000	1.107
@@ -12,40 +12,27 @@
 %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.34
+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
@@ -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,21 @@
 %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)
 




More information about the fedora-extras-commits mailing list