4abe849
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
4abe849
%{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")}
4abe849
5af669b
# Command line configurables
5af669b
5af669b
%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 8 || 0%{?rhel} >= 6
5af669b
%bcond_without newt_python
5af669b
%else
5af669b
%bcond_with newt_python
5af669b
%endif
5af669b
2680bd7
# Enterprise versions pull in docs automatically
2680bd7
%if 0%{?rhel} > 0
2680bd7
%bcond_without require_docs
2680bd7
%else
2680bd7
%bcond_with require_docs
2680bd7
%endif
2680bd7
d76ffd1
# Use systemd instead of traditional init
d76ffd1
%if ! 0%{?fedora}%{?rhel} || 0%{?fedora} >= 15 || 0%{?rhel} >= 7
d76ffd1
%bcond_without systemd
d76ffd1
%else
d76ffd1
%bcond_with systemd
d76ffd1
%endif
d76ffd1
cvsdist 4bd137b
Summary: A graphical interface for modifying system date and time
cvsdist 4bd137b
Name: system-config-date
915a403
Version: 1.10.1
3a16511
Release: 1%{?dist}
653eed1
URL: http://fedorahosted.org/%{name}
9812bb1
License: GPLv2+
cvsdist 4bd137b
Group: System Environment/Base
8d84361
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsdist 4bd137b
BuildArch: noarch
aa6a085
Source0: http://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.bz2
52b25cc
# Until version 1.9.34, system-config-date contained online documentation.
52b25cc
# From version 1.9.35 on, online documentation is split off into its own
52b25cc
# package system-config-date-docs. The following ensures that updating from
52b25cc
# earlier versions gives you both the main package and documentation.
653eed1
Obsoletes: system-config-date < 1.9.35
2680bd7
%if %{with require_docs}
2680bd7
Requires: system-config-date-docs
2680bd7
%endif
cvsdist 4bd137b
BuildRequires: desktop-file-utils
cvsdist 4bd137b
BuildRequires: gettext
ed81bec
BuildRequires: intltool
33fcd09
BuildRequires: python
fd23c0b
BuildRequires: python-devel
f0b3637
8d84361
Requires: python >= 2.0
6c04027
Requires: python-slip >= 0.2.21
84ab010
Requires: pygtk2 >= 2.12.0
98d2fc7
Requires: pygtk2-libglade
98d2fc7
Requires: gnome-python2-canvas
7eaf47f
Requires: polkit
d76ffd1
d76ffd1
%if %{with systemd}
6c20b50
Requires: systemd-units
d76ffd1
%else
d76ffd1
Requires: chkconfig
d76ffd1
%endif
d76ffd1
d76ffd1
%if %{with newt_python}
9812bb1
Requires: newt-python
9812bb1
%else
cvsdist 4bd137b
Requires: newt
9812bb1
%endif
fa7662f
Requires: hicolor-icon-theme
60234e8
# system-config-date can act as a plugin to set the time/date, configure NTP or
60234e8
# the timezone for firstboot if the latter is present, but doesn't require it.
60234e8
# It won't work with old versions of firstboot however.
4cde52d
Conflicts: firstboot <= 1.3.26
cvsdist 4bd137b
cvsdist 4bd137b
%description
cvsdist ebacd80
system-config-date is a graphical interface for changing the system date and
cvsdist ebacd80
time, configuring the system time zone, and setting up the NTP daemon to
28852b0
synchronize the time of the system with an NTP time server.
cvsdist 4bd137b
cvsdist 4bd137b
%prep
cvsdist 4bd137b
%setup -q
cvsdist 4bd137b
cvsdist 4bd137b
%build
aa6a085
make \
aa6a085
%if 0%{?fedora} > 0
aa6a085
    POOL_NTP_ORG_VENDOR=fedora \
aa6a085
%endif
aa6a085
%if 0%{?rhel} > 0
aa6a085
    POOL_NTP_ORG_VENDOR=rhel \
aa6a085
%endif
d76ffd1
    %{?_smp_mflags}
cvsdist 4bd137b
cvsdist 4bd137b
%install
8d84361
rm -rf $RPM_BUILD_ROOT
ed81bec
make DESTDIR=$RPM_BUILD_ROOT install
cvsdist 4bd137b
desktop-file-install --vendor system --delete-original       \
cvsdist 4bd137b
  --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
cvsdist 4bd137b
  --add-category X-Red-Hat-Base                             \
cvsdist 4bd137b
  $RPM_BUILD_ROOT%{_datadir}/applications/system-config-date.desktop
cvsdist 4bd137b
cvsdist 4bd137b
%find_lang %name
cvsdist 4bd137b
cvsdist 4bd137b
%clean
cvsdist 4bd137b
rm -rf $RPM_BUILD_ROOT
cvsdist 4bd137b
87d9d5a
%post
87d9d5a
touch --no-create %{_datadir}/icons/hicolor
fa7662f
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
fa7662f
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
87d9d5a
fi
87d9d5a
87d9d5a
%postun
87d9d5a
touch --no-create %{_datadir}/icons/hicolor
fa7662f
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
fa7662f
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
87d9d5a
fi
87d9d5a
cvsdist 4bd137b
%files -f %{name}.lang
fa7662f
%defattr(-,root,root,-)
cvsdist 4bd137b
%doc COPYING
f6dfc3e
%{_bindir}/system-config-date
f6dfc3e
%{_datadir}/system-config-date
f6dfc3e
%{_datadir}/applications/system-config-date.desktop
5921607
%{_datadir}/icons/hicolor/*/apps/system-config-date.*
f6dfc3e
%{_mandir}/man8/system-config-date*
f6dfc3e
%{_mandir}/fr/man8/system-config-date*
f6dfc3e
%{_mandir}/ja/man8/system-config-date*
af7493b
%{_datadir}/polkit-1/actions/org.fedoraproject.config.date.policy
4abe849
%{python_sitelib}/scdate
4abe849
%{python_sitelib}/scdate-%{version}-py%{python_version}.egg-info
4abe849
#%{python_sitelib}/scdate.dbus-%{version}-py%{python_version}.egg-info
cvsdist 4bd137b
cvsdist 4bd137b
%changelog
915a403
* Tue Oct 23 2012 Nils Philippsen <nils@redhat.com> - 1.10.1-1
915a403
- don't trip over missing /etc/sysconfig/network file (#857412)
915a403
- pull updated translations
915a403
6c04027
* Mon Oct 22 2012 Nils Philippsen <nils@redhat.com> - 1.10.0-1
6c04027
- use pkexec instead of consolehelper
6c04027
- read/write /etc/localtime as symbolic link and only fall back to using
6c04027
  /etc/sysconfig/clock if it is present (#824033)
6c04027
3a16511
* Tue Sep 11 2012 Nils Philippsen <nils@redhat.com> - 1.9.68-1
3a16511
- pull updated translations
fe05ac4
7d2aecb
* Tue Oct 18 2011 Nils Philippsen <nils@redhat.com> - 1.9.67-1
7d2aecb
- enable tree lines in TZ treeview (#746731)
7d2aecb
- pull updated translations
7d2aecb
247e7df
* Wed Oct 05 2011 Nils Philippsen <nils@redhat.com> - 1.9.66-1
247e7df
- improve enabling/disabling, starting/stopping NTP daemons, take care of the
247e7df
  respective "other" NTP daemon as well (#743533)
247e7df
- pull updated translations
247e7df
7069168
* Fri Sep 09 2011 Nils Philippsen <nils@redhat.com> - 1.9.65-1
7069168
- cope with neither ntpd nor chrony being installed (#734993)
7069168
- pull updated translations
7069168
a242dcb
* Tue Aug 23 2011 Nils Philippsen <nils@redhat.com> - 1.9.64-1
a242dcb
- pull updated translations
a242dcb
d76ffd1
* Fri Aug 19 2011 Nils Philippsen <nils@redhat.com> - 1.9.63-1
d76ffd1
- don't bail out if ntpdate can't be run (#731667)
d76ffd1
- cope with systemd or SysVinit, alternatively
d76ffd1
d76ffd1
* Tue Aug 16 2011 Nils Philippsen <nils@redhat.com> - 1.9.63-1
d76ffd1
- add support for chrony (#616385, patch by Miroslav Lichvár)
d76ffd1
d76ffd1
* Tue Aug 16 2011 Nils Philippsen <nils@redhat.com> - 1.9.62-1
d76ffd1
- improve building/cleaning message files (Martin Pitt)
d76ffd1
- properly tie dialogs to toplevels, set slightly better dialog titles, set
d76ffd1
  dialogs transient for notebook due to firstboot (#528157)
d76ffd1
- use branded name in desktop file (#727204)
d76ffd1
- use Transifex and pull updated translations
02b2aaa
9e9b6dc
* Tue Aug 24 2010 Nils Philippsen <nils@redhat.com> - 1.9.61-1
9e9b6dc
- pick up updated translations
9e9b6dc
6715887
* Fri Aug 06 2010 Nils Philippsen <nils@redhat.com> - 1.9.60-1
6715887
- recreate TZ translations after each language change
6715887
6715887
* Thu Aug 05 2010 Nils Philippsen <nils@redhat.com>
6715887
- make time zones translations work in anaconda
084823a
2680bd7
* Wed Jun 30 2010 Nils Philippsen <nils@redhat.com> - 1.9.59-1
2680bd7
- require docs in enterprise builds
2680bd7
- configure iburst mode instead of ntpdate upon boot (original patch by Radek
2680bd7
  Nováček)
2680bd7
- fix configuring ntp.conf template
2680bd7
0405228
* Tue Jun 22 2010 Nils Philippsen <nils@redhat.com> - 1.9.58-1
0405228
- pick up additional translations
0405228
0405228
* Mon Jun 14 2010 Nils Philippsen <nils@redhat.com>
0405228
- use better ugettext to allow anaconda to use the time zone widget even with
0405228
  encodings other than UTF-8
0405228
5921607
* Thu Apr 22 2010 Nils Philippsen <nils@redhat.com> - 1.9.57-1
5921607
- use themed icon for window
5921607
5921607
* Wed Apr 21 2010 Nils Philippsen <nils@redhat.com>
5921607
- use new icons matching the rest of the icon theme (#583802, provided by Lapo
5921607
  Calamandrei)
5921607
862494c
* Wed Apr 07 2010 Nils Philippsen <nils@redhat.com> - 1.9.56-1
862494c
- pick up translation updates
862494c
b76b4cd
* Tue Mar 23 2010 Nils Philippsen <nils@redhat.com> - 1.9.55-1
b76b4cd
- pick up translation updates
b76b4cd
b76b4cd
* Mon Mar 22 2010 Nils Philippsen <nils@redhat.com>
b76b4cd
- fix UnicodeDecodeError (#539904)
b76b4cd
ce25ca6
* Thu Feb 25 2010 Nils Philippsen <nils@redhat.com> - 1.9.54-1
ce25ca6
- remove obsolete obsolete lines
ce25ca6
- remove duplicate file listing
ce25ca6
ce25ca6
* Mon Feb 08 2010 Nils Philippsen <nils@redhat.com>
ce25ca6
- don't require libselinux-python directly anymore, this code was moved to
ce25ca6
  slip.util.files (#562331)
ce25ca6
595eb26
* Tue Nov 03 2009 Nils Philippsen <nils@redhat.com>
595eb26
- fix duplicate keyboard shortcut (#532686), add missing keyboard shortcut
595eb26
db60931
* Tue Oct 20 2009 Nils Philippsen <nils@redhat.com> - 1.9.53-1
db60931
- make translating time zones more robust (#525921)
db60931
3af3ef6
* Thu Oct 01 2009 Nils Philippsen <nils@redhat.com> - 1.9.52-1
3af3ef6
- pull in fixed Malayalam translations (#526636)
3af3ef6
e7fbca6
* Wed Sep 30 2009 Nils Philippsen <nils@redhat.com> - 1.9.51-1
e7fbca6
- deal better with untranslated time zones (#524823)
e7fbca6
54b712a
* Mon Sep 28 2009 Nils Philippsen <nils@redhat.com> - 1.9.50-1
54b712a
- pick up new translations
54b712a
6815d76
* Mon Sep 14 2009 Nils Philippsen <nils@redhat.com> - 1.9.49-1
6815d76
- pick up updated translations
6815d76
4abe849
* Mon Sep 07 2009 Nils Philippsen <nils@redhat.com> - 1.9.48-1
4abe849
- use string object methods instead of string module
4abe849
- get rid of timeconfig and compat program names
4abe849
- move backend code into scdate.core module
4abe849
57592fc
* Wed Sep 02 2009 Nils Philippsen <nils@redhat.com> - 1.9.47-1
45f50e3
- import gettext from each module again (#520799)
57592fc
84ab010
* Wed Sep 02 2009 Nils Philippsen <nils@redhat.com> - 1.9.46-1
4abe849
- use new gtk tooltip API
84ab010
84ab010
* Tue Sep 01 2009 Nils Philippsen <nils@redhat.com>
84ab010
- use slip.util.files.linkorcopyfile() (#512046)
84ab010
- initialize gettext correctly in all places
84ab010
90be547
* Fri Aug 28 2009 Nils Philippsen <nils@redhat.com> - 1.9.45-1
90be547
- initialize gettext correctly
90be547
2329aac
* Fri Aug 28 2009 Nils Philippsen <nils@redhat.com> - 1.9.44-1
2329aac
- don't unnecessarily initialize gettext
2329aac
c8afda7
* Fri Aug 28 2009 Nils Philippsen <nils@redhat.com> - 1.9.43-1
c8afda7
- use str instead of unicode as N_ implementation
c8afda7
8419103
* Wed Aug 26 2009 Nils Philippsen <nils@redhat.com> - 1.9.42-1
8419103
- provide missing N_()
8419103
b1caefc
* Wed Aug 26 2009 Nils Philippsen <nils@redhat.com> - 1.9.41-1
b1caefc
- use gettext instead of rhpl
b1caefc
52b25cc
* Wed Aug 26 2009 Nils Philippsen <nils@redhat.com> - 1.9.40-1
52b25cc
- explain obsoleting old versions
52b25cc
52b25cc
* Wed Jul 29 2009 Nils Philippsen <nils@redhat.com>
52b25cc
- improve manual and NTP settings (#507619)
52b25cc
- improve frames and expander (#507623)
52b25cc
- display current date and time always
52b25cc
- fix explanation labels on "Date and Time" page
52b25cc
- fix non-zero page size deprecation warnings
b01c102
aa6a085
* Thu Jul 09 2009 Nils Philippsen <nils@redhat.com> - 1.9.39-1
aa6a085
- use POOL_NTP_ORG_VENDOR in Makefile to set default NTP servers (#510309)
aa6a085
aa6a085
* Thu Jun 04 2009 Nils Philippsen <nils@redhat.com>
aa6a085
- don't BR: anaconda
aa6a085
aa6a085
* Thu May 28 2009 Nils Philippsen <nils@redhat.com>
aa6a085
- require libselinux-python
aa6a085
- use simplified source URL
e8395d0
01183a2
* Mon Apr 20 2009 Nils Philippsen <nils@redhat.com> - 1.9.38-1
01183a2
- restore SELinux context of /etc/localtime (#490323, patch by Daniel Walsh)
01183a2
e77a97a
* Tue Apr 14 2009 Nils Philippsen <nils@redhat.com> - 1.9.37-1
3b7364b
- pick up updated translations
867752b
63c0ddf
* Mon Dec 22 2008 Nils Philippsen <nils@redhat.com> - 1.9.36-1
63c0ddf
- fix typo in Source0 URL
63c0ddf
63c0ddf
* Mon Dec 15 2008 Nils Philippsen <nils@redhat.com>
653eed1
- remove obsolete "dynamic" keyword (#476046)
653eed1
653eed1
* Thu Nov 27 2008 Nils Philippsen <nils@redhat.com> - 1.9.35-1
653eed1
- add source URL
653eed1
653eed1
* Wed Nov 26 2008 Nils Philippsen <nils@redhat.com>
653eed1
- obsolete and conflict with system-config-date < 1.9.35 (docs split)
653eed1
653eed1
* Tue Nov 25 2008 Nils Philippsen <nils@redhat.com>
653eed1
- prune online documentation
4332338
0f0ba26
* Wed Nov 05 2008 Nils Philippsen <nils@redhat.com> - 1.9.34-1
0f0ba26
- avoid map traceback on non-geographic timezones (#467231)
0f0ba26
412b872
* Thu Oct 30 2008 Nils Philippsen <nils@redhat.com> - 1.9.33-1
412b872
- require usermode-gtk instead of usermode
acb9002
90095f3
* Tue Jul 01 2008 Nils Philippsen <nphilipp@redhat.com> - 1.9.32-1
90095f3
- fix Arabic timezone translation (#453202, patch by Muayyad Alsadi)
90095f3
c46cba8
* Mon May 05 2008 Nils Philippsen <nphilipp@redhat.com> - 1.9.31-1
c46cba8
- translate underscores to spaces when reading in zone names (#444093, patch by
c46cba8
  Jeremy Katz)
c46cba8
5932b59
* Tue Apr 08 2008 Nils Philippsen <nphilipp@redhat.com> - 1.9.30-1
5932b59
- pick up updated translations
5932b59
e5da76e
* Mon Apr 07 2008 Nils Philippsen <nphilipp@redhat.com> - 1.9.29-1
e5da76e
- further NTP backend cleanup (#441040)
e5da76e
4bfed67
* Thu Apr 03 2008 Nils Philippsen <nphilipp@redhat.com> - 1.9.28-1
4bfed67
- update ntp.conf template
4bfed67
- simplify NTP backend code
4bfed67
- use dynamic keyword for servers (#229217)
4bfed67
e4df331
* Mon Mar 31 2008 Nils Philippsen <nphilipp@redhat.com> - 1.9.27-1
e4df331
- handle missing UTC information in /etc/adjtime, disable UTC/non-UTC selection
e4df331
  if hwclock doesn't work (#438124)
e4df331
514f19b
* Wed Mar 26 2008 Nils Philippsen <nphilipp@redhat.com> - 1.9.26-1
514f19b
- rename timezones/sr@Latn.po to sr@latin.po (#426591)
514f19b
971775b
* Tue Mar 25 2008 Nils Philippsen <nphilipp@redhat.com> - 1.9.25-1
971775b
- use hard links to avoid excessive disk space requirements (#438722)
971775b
f4f5419
* Tue Mar 18 2008 Nils Philippsen <nphilipp@redhat.com> - 1.9.24-1
f4f5419
- pick up updated translations
f4f5419
- enable all languages for online doc translation
f4f5419
- various online doc fixes
f4f5419
- zoom in on click into map (#437767)
f4f5419
- draw label into map for currently selected city
f4f5419
709c6ad
* Tue Mar 04 2008 Nils Philippsen <nphilipp@redhat.com> - 1.9.23-1
709c6ad
- handle ntpdate service (#229217, patch by Miroslav Lichvar)
709c6ad
- change all runlevels instead of only 3 and 5
709c6ad
f0b3637
* Tue Feb 05 2008 Nils Philippsen <nphilipp@redhat.com> - 1.9.22-1
f0b3637
- keep UTC info in /etc/adjtime, drop ARC support (patch by Bill Nottingham)
f0b3637
f0b3637
* Sat Jan 19 2008 Nils Philippsen <nphilipp@redhat.com>
f0b3637
- add BR: docbook-dtds, scrollkeeper/rarian-compat
f0b3637
012c17a
* Fri Jan 18 2008 Nils Philippsen <nphilipp@redhat.com> - 1.9.21-1
012c17a
- online help: reorg, make xmllint happy
012c17a
5af669b
* Fri Jan 11 2008 Nils Philippsen <nphilipp@redhat.com> - 1.9.20-1
5af669b
- use config-util for userhelper configuration from Fedora 9 on (#428394)
5af669b
a5032c9
* Thu Jan 10 2008 Nils Philippsen <nphilipp@redhat.com> - 1.9.19-1
a5032c9
- only attempt to use yelp to display online help (as xdg-open does just the
a5032c9
  same), drop requirements on xdg-utils and yelp for now, update error message
a5032c9
  shown if yelp isn't found (#420101)
a5032c9
bd1cbbc
* Thu Dec 27 2007 Nils Philippsen <nphilipp@redhat.com> - 1.9.18-1
bd1cbbc
- rename sr@Latn to sr@latin (#426591)
bd1cbbc
e7d8d4b
* Thu Nov 22 2007 Nils Philippsen <nphilipp@redhat.com> 1.9.17-1
e7d8d4b
- some doc changes
e7d8d4b
e7d8d4b
* Wed Nov 21 2007 Nils Philippsen <nphilipp@redhat.com>
f6c7235
- migrate documentation to yelp/DocBook XML
f6c7235
- add docs translation rules
f6c7235
f6c7235
* Wed Oct 31 2007 Nils Philippsen <nphilipp@redhat.com>
f6c7235
- mention XEN/virtualization issues if hwclock fails (#357311)
f6c7235
9c70236
* Tue Oct 30 2007 Nils Philippsen <nphilipp@redhat.com> 1.9.16-1
9c70236
- use warning dialog, exit gracefully if hwclock fails to allow operation in a
9c70236
  XEN guest (#357311)
9c70236
863eafe
* Tue Oct 23 2007 Nils Philippsen <nphilipp@redhat.com> 1.9.15-1
863eafe
- cope with comments in /etc/ntp/step-tickers (#333881)
863eafe
75870f8
* Mon Oct 15 2007 Nils Philippsen <nphilipp@redhat.com> 1.9.14-1
75870f8
- avoid traceback when neither xdg-open nor htmlview is found
75870f8
fa7662f
* Mon Oct 15 2007 Nils Philippsen <nphilipp@redhat.com> 1.9.13-1
fa7662f
- change hicolor-icon-theme requirement to be "uncolored" (without
fa7662f
  "(post)"/"(postun)")
fa7662f
- use full path to call gtk-update-icon-cache
fa7662f
- don't let gtk-update-icon-cache fail scriptlets
fa7662f
- use "make %%{?_smp_mflags}"
fa7662f
- remove "ExclusiveOS: Linux"
fa7662f
- remove obsolete no.po translation file
fa7662f
- use "%%defattr(-,root,root,-)"
fa7662f
- add release tags to changelog versions to appease rpmlint
fa7662f
fa7662f
* Tue Oct 09 2007 Nils Philippsen <nphilipp@redhat.com> 1.9.12-1
62cea66
- use xdg-open if available
62cea66
- don't throw exceptions when selecting non-geographic time zones (#293241)
62cea66
- fix permissions of timeconfig tool (#241737)
62cea66
62cea66
* Mon Oct 08 2007 Nils Philippsen <nphilipp@redhat.com>
62cea66
- add "make diff" ("dif") and "make shortdiff" ("sdif")
62cea66
- make canvas scroll buttons work (#324941)
62cea66
fa7662f
* Tue Oct 02 2007 Nils Philippsen <nphilipp@redhat.com> 1.9.11-1
9b217f6
- don't remove notebook pages when acting as a firstboot module (#296711)
9b217f6
- pick up updated translations
9b217f6
fa7662f
* Tue Oct 02 2007 Nils Philippsen <nphilipp@redhat.com> 1.9.10-1
2256714
- pick up updated translations
2256714
fa7662f
* Sun Sep 16 2007 Nils Philippsen <nphilipp@redhat.com> 1.9.9-1
47745bc
- pick up updated translations
47745bc
fa7662f
* Sat Sep 15 2007 Nils Philippsen <nphilipp@redhat.com> 1.9.8-1
23ce996
- pick up updated translations
23ce996
23ce996
* Mon Sep 10 2007 Nils Philippsen <nphilipp@redhat.com>
23ce996
- make use of force tagging (since mercurial 0.9.4)
23ce996
fa7662f
* Mon Aug 27 2007 Nils Philippsen <nphilipp@redhat.com> 1.9.7-1
25524ca
- replace "timezone" by "time zone" where visible (#253428)
877aae4
- updated translations (#253829)
25524ca
fa7662f
* Fri Aug 17 2007 Nils Philippsen <nphilipp@redhat.com> 1.9.5-1
d17bdf7
- fix python string placeholders in id and ms translations (#250495, #250500)
d17bdf7
fa7662f
* Thu Aug 16 2007 Nils Philippsen <nphilipp@redhat.com> 1.9.4-1
9812bb1
- display error message if setting time and date fails (#251818)
9812bb1
- require newt-python from Fedora 8 on (#251362)
9812bb1
9812bb1
* Tue Aug 14 2007 Nils Philippsen <nphilipp@redhat.com>
9812bb1
- use different shortcuts for enabling NTP and editing a server (#252043)
9812bb1
9812bb1
* Mon Aug 13 2007 Nils Philippsen <nphilipp@redhat.com>
9812bb1
- use correct "time zone" term (#251868)
9812bb1
- check hour, minute, second values when changed (#251821)
9812bb1
9812bb1
* Fri Aug 10 2007 Nils Philippsen <nphilipp@redhat.com>
9812bb1
- don't use python2 binary
9812bb1
9812bb1
* Fri Aug 03 2007 Nils Philippsen <nphilipp@redhat.com>
9812bb1
- fix licensing and author blurbs
9812bb1
- tag as GPLv2+
7093b64
fa7662f
* Tue Jul 31 2007 Nils Philippsen <nphilipp@redhat.com> 1.9.3-1
7ce7089
- fix canvas tooltip
7ce7089
7ce7089
* Mon Jul 30 2007 Nils Philippsen <nphilipp@redhat.com>
7ce7089
- use smoother zoom steps when using the mouse wheel
7ce7089
- hide city label when using the mouse wheel to zoom
7ce7089
7ce7089
* Fri Jul 27 2007 Nils Philippsen <nphilipp@redhat.com>
7ce7089
- use scroll wheel to adjust zoom factor
7ce7089
7ce7089
* Fri Jul 27 2007 Thomas Woerner <twoerner@redhat.com>
7ce7089
- fixed map panning
7ce7089
fa7662f
* Mon Jul 23 2007 Nils Philippsen <nphilipp@redhat.com> 1.9.2-1
622b1a0
- fix python formatting in Japanese translation (#248667, Jens Petersen)
622b1a0
- make "make archive" work with Hg repo
622b1a0
fa7662f
* Wed Jun 27 2007 Nils Philippsen <nphilipp@redhat.com> 1.9.1-1
d98a218
- fix desktop file category (#245891)
d98a218
fa7662f
* Wed May 02 2007 Nils Philippsen <nphilipp@redhat.com> 1.9.0-1
3db0168
- pick up updated translations (#237930)
3db0168
3db0168
* Sat Apr 28 2007 Nils Philippsen <nphilipp@redhat.com>
3db0168
- don't use underscore in default timezone in textmode tool
3db0168
3db0168
* Fri Apr 27 2007 Nils Philippsen <nphilipp@redhat.com>
3db0168
- add scrollbars to timezone canvas (#230690)
3db0168
- scroll to city selected via treeview
3db0168
- don't resize window due to excessively long comments of cities
3db0168
fa7662f
* Wed Apr 25 2007 Nils Philippsen <nphilipp@redhat.com> 1.8.96-1
8b04347
- handle missing /etc/ntp.conf gracefully (#237777)
8b04347
- versionize obsoletes
8b04347
- pick up updated translations
8b04347
fa7662f
* Tue Apr 24 2007 Nils Philippsen <nphilipp@redhat.com> 1.8.95-1
f4d63b0
- move zoom scale to the left of the canvas
f4d63b0
fa7662f
* Thu Apr 05 2007 Nils Philippsen <nphilipp@redhat.com> 1.8.94-1
eba7dea
- use underscores instead of spaces in timezone filenames (#235064)
eba7dea
fa7662f
* Mon Mar 26 2007 Nils Philippsen <nphilipp@redhat.com> 1.8.93-1
60234e8
- explain why system-config-date conflicts with old versions of firstboot
60234e8
fa7662f
* Mon Mar 26 2007 Nils Philippsen <nphilipp@redhat.com> 1.8.92-1
f6dfc3e
- use correct modes when installing, to avoid fixing modes when packaging and
f6dfc3e
  to be able to strip down %%files
f6dfc3e
- don't ship unneeded regions file
f6dfc3e
fa7662f
* Thu Mar 22 2007 Nils Philippsen <nphilipp@redhat.com> 1.8.91-1
8d84361
- update URL
8d84361
8d84361
* Tue Mar 20 2007 Nils Philippsen <nphilipp@redhat.com>
8d84361
- mention that we are upstream
8d84361
- use preferred buildroot
8d84361
- use Category: ... System; ... in desktop file
8d84361
- clean buildroot before installing
8d84361
- fix licensing blurb in PO files
8d84361
- require python >= 2.0 instead of python2
8d84361
- recode spec file to UTF-8
8d84361
- don't mark ntp.template as %%config
8d84361
fa7662f
* Mon Mar 19 2007 Nils Philippsen <nphilipp@redhat.com> 1.8.90-1
e3d9c6f
- add tooltip to zoomed-in canvas to describe panning
e3d9c6f
e3d9c6f
* Sun Mar 18 2007 Nils Philippsen <nphilipp@redhat.com>
e3d9c6f
- display to-be-selected city inside map instead of status bar (#211550)
e3d9c6f
- remove remaining regions cruft
e3d9c6f
- make currently selected city non-selectable
e3d9c6f
e3d9c6f
* Sat Mar 17 2007 Nils Philippsen <nphilipp@redhat.com>
e3d9c6f
- implement panning of zoomed timezone map
e3d9c6f
e3d9c6f
* Wed Mar 14 2007 Nils Philippsen <nphilipp@redhat.com>
e3d9c6f
- add zoom slider instead of regions (#211543, #211546)
e3d9c6f
fa7662f
* Fri Feb 23 2007 Nils Philippsen <nphilipp@redhat.com> 1.8.13-1
838d0a3
- pick up updated translations (#229727)
838d0a3
fa7662f
* Tue Jan 16 2007 Nils Philippsen <nphilipp@redhat.com> 1.8.12-1
09dacb4
- pick up updated translations (#220952)
09dacb4
09dacb4
* Mon Jan 08 2007 Nils Philippsen <nphilipp@redhat.com>
09dacb4
- ask whether the configuration should be revisited on NTP problems (#220952)
09dacb4
09dacb4
* Fri Jan 05 2007 Nils Philippsen <nphilipp@redhat.com>
09dacb4
- don't attempt to show error dialog from signal handler (#220952)
09dacb4
fa7662f
* Fri Dec 15 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.11-1
ba961a5
- provide more info when encountering bad timezone translations (i.e. not split
ba961a5
  into Region,Continent/Location) (#219773)
ba961a5
- pick up updated translations (#216073)
ba961a5
ba961a5
* Wed Dec 13 2006 Nils Philippsen <nphilipp@redhat.com>
ba961a5
- fix keyboard shortcuts in Czech translation (#190355)
ba961a5
fa7662f
* Wed Dec 13 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.10-1
cc2be43
- pick up updated translations (#216073)
cc2be43
fa7662f
* Fri Nov 24 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.9-1
952a381
- pick up updated translations (#216073)
952a381
952a381
* Tue Nov 21 2006 Nils Philippsen <nphilipp@redhat.com>
952a381
- revamp timezone potfile generation a bit
952a381
- pick up new timezones for translation (#216073)
952a381
fa7662f
* Tue Oct 17 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.8-1
a99b209
- enable Hebrew, Marathi and Urdu translations
a99b209
- pick up updated translations (#211074)
a99b209
- add dist tag
a99b209
fa7662f
* Fri Oct 13 2006 Bill Nottingham <notting@redhat.com> 1.8.7-1
843804a
- use valid charsets for translation (#210720)
843804a
fa7662f
* Fri Sep 15 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.6-1
ede0e00
- pick up updated strings and translations (#192075, #204441)
ede0e00
fa7662f
* Fri Aug 25 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.5-1
e38f9fe
- hide 'Enable NTP Broadcast' checkbutton as more action is needed than a mere
e38f9fe
  change in ntp.conf
e38f9fe
fa7662f
* Mon Jul 17 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.4-1
dba397e
- pick up updated translations
df22158
fa7662f
* Tue Mar 14 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.3-1
28852b0
- feed timezone po files from anaconda (#131528, patch by Andrew Martynov)
28852b0
fa7662f
* Mon Mar 06 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.2-1
d7de873
- don't write into /tmp
d7de873
- make synchronizing with time servers configurable (#157485)
d7de873
fa7662f
* Fri Mar 03 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.1-1
b196717
- require hicolor-icon-theme (#182859, #182860)
b196717
fa7662f
* Mon Jan 30 2006 Nils Philippsen <nphilipp@redhat.com> 1.8.0-1
98d2fc7
- bump minor version
98d2fc7
- add requirements for pygtk2-libglade, gnome-python2-canvas (#179215)
98d2fc7
fa7662f
* Fri Jan 20 2006 Nils Philippsen <nphilipp@redhat.com> 1.7.99.17-1
1e108e8
- zoom out in TZ map on Escape (#178093)
1e108e8
fa7662f
* Wed Jan 18 2006 Nils Philippsen <nphilipp@redhat.com> 1.7.99.16-1
66f26c3
- don't crash when selecting a timezone (#178086, patch by Chris Lumens)
66f26c3
fa7662f
* Tue Jan 17 2006 Nils Philippsen <nphilipp@redhat.com> 1.7.99.15-1
62be316
- fix setting timezone from firstboot (#177779, patch by Chris Lumens)
62be316
fa7662f
* Mon Jan 16 2006 Nils Philippsen <nphilipp@redhat.com> 1.7.99.14-1
85a4a24
- put Etc/... timezones into "Non-geographic timezones" (#148025)
85a4a24
- default to already set timezone on startup (#177815)
85a4a24
85a4a24
* Tue Jan 10 2006 Nils Philippsen <nphilipp@redhat.com>
85a4a24
- Add translation string for UTC-relative and other non-geographic timezones
85a4a24
bcee69b
* Mon Jan 09 2006 Chris Lumens <clumens@redhat.com> 1.7.99.13-1
bcee69b
- Rename mainWindow to scdMainWindow to avoid import problems in firstboot.
bcee69b
fa7662f
* Wed Jan 04 2006 Nils Philippsen <nphilipp@redhat.com> 1.7.99.12-1
b7c9359
- show actually chosen region, not just something that's in the vicinity
b7c9359
b7c9359
* Fri Dec 30 2005 Nils Philippsen <nphilipp@redhat.com>
b7c9359
- fix highlighted regions when leaving and entering the timeone map canvas
b7c9359
- make timezone list a treeview
b7c9359
- update timezone po source file
b7c9359
7be3cc1
* Thu Dec 15 2005 Jeremy Katz <katzj@redhat.com> - 1.7.99.11-1
7be3cc1
- fix timezone map to not be painfully slow
7be3cc1
fa7662f
* Wed Dec 14 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.10-1
5e2166e
- make TimezoneMap more easily subclassable (Chris Lumens), use uniform
5e2166e
  paren-spacing
ed64613
fa7662f
* Thu Dec 08 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.9-1
7a18741
- draw frame around highlighted region
7a18741
fa7662f
* Thu Nov 24 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.8-1
9671336
- reshow shaded map when reentering map widget from outside
9671336
- clear status line when outside region area in zoomed mode
9671336
fa7662f
* Thu Nov 24 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.7-1
7b740a4
- only select region if pointer is inside region
7b740a4
- replace aa-based shading to avoid aa-related deficiencies of GnomeCanvas
7b740a4
- show shaded border around zoomed in region to zoom out without selecting a
7b740a4
  city
7b740a4
7b740a4
* Wed Nov 23 2005 Nils Philippsen <nphilipp@redhat.com>
7b740a4
- don't let cities get miraculously lost (#173944, patch by Chris Lumens)
7b740a4
fa7662f
* Mon Nov 21 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.6-1
de4b69b
- fix zooming problems with enlarged window (#172982)
de4b69b
- apply workaround by Alex Larsson to avoid hanging when clicking on Asia
de4b69b
  region (#172977)
de4b69b
- add Middle America region, make Antarctica regions overlapping
de4b69b
fa7662f
* Thu Nov 10 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.5-1
3176bcf
- when choosing a region, shade off the rest of the map when hovering over a
3176bcf
  region
3176bcf
fa7662f
* Wed Nov 09 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.4-1
9ad693d
- implement simple timezone zooming
9ad693d
fa7662f
* Fri Oct 21 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.3-1
47b632b
- revamp pot file generation (#171330)
47b632b
47b632b
* Fri Oct 14 2005 Nils Philippsen <nphilipp@redhat.com>
47b632b
- don't use pam_stack (#170623)
47b632b
fa7662f
* Fri Oct 07 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.2-1
e062ac3
- write comment about the ZONE parameter into /etc/sysconfig/clock (#123101)
e062ac3
- handle comments when reading /etc/sysconfig/clock
e062ac3
- consistently use spaces for indentation in timezoneBackend.py
e062ac3
fa7662f
* Thu Sep 22 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.1-1
85d949d
- check whether NTP server is reachable on changes (#135747)
85d949d
85d949d
* Tue Aug 09 2005 Nils Philippsen <nphilipp@redhat.com>
85d949d
- remove workaround causing deprecation warnings for bug that doesn't exist
85d949d
  anymore (#162840)
85d949d
fa7662f
* Thu Aug 04 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.99.0-1
671b582
- add and edit NTP servers inline in the list
671b582
- always display clock left-to-right (#165109)
671b582
- try to be smart about restrict lines when changing or deleting hosts
671b582
- include *.pyo files (#165097)
671b582
- don't remove *.pyc files in %%preun because they're in the file list
33bb062
- don't include timetool symlink anymore
33bb062
- don't install firstboot module symlink, this is dealt with in the firstboot
33bb062
  package for quite a while
671b582
671b582
* Wed Aug 03 2005 Nils Philippsen <nphilipp@redhat.com>
671b582
- implement --help, catch unrecognized options (#164791)
671b582
fa7662f
* Fri May 06 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.18-1
ed81bec
- make desktop file translatable (#156792)
ed81bec
- avoid DeprecationWarnings
ed81bec
- use DESTDIR consistently (#156782)
ed81bec
6874a92
* Tue Apr 19 2005 Matthias Clasen <mclasen@redhat.com> 1.7.17-2
ed81bec
- Silence %%post
6874a92
fa7662f
* Fri Apr 15 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.17-1
73aea48
- make more strings translatable (#154873)
73aea48
45c3068
* Fri Apr 01 2005 Nils Philippsen <nphilipp@redhat.com> 1.7.16-2
c5966f6
- use True, False instead of gtk.TRUE, gtk.FALSE to avoid deprecation warnings
45c3068
  (#153037, patch by Colin Charles)
c5966f6
31cbaa0
* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com>
31cbaa0
- rebuilt
31cbaa0
c5966f6
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 1.7.15-2
87d9d5a
- Update the GTK+ theme icon cache on (un)install
87d9d5a
c5966f6
* Sat Jan 15 2005 Nils Philippsen <nphilipp@redhat.com>
c5966f6
- use current default ntp.conf as template (#132787, #135142)
c5966f6
924e1f4
* Mon Dec 13 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.15-1
924e1f4
- don't lookup names or IP addresses as this may result in hangs (#142583)
924e1f4
ae84658
* Mon Nov 29 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.14-1
ae84658
- bump version
ae84658
ae84658
* Fri Nov 26 2004 Nils Philippsen <nphilipp@redhat.com>
ae84658
- don't use duplicate accelerators (#134172, #140241)
ae84658
3cb41c0
* Fri Nov 26 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.13-1
3cb41c0
- enable Gujarati and Tamil translations (#140881)
3cb41c0
e68b204
* Mon Nov 22 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.12-1
e68b204
- remove wrongly encoded character (#140318) and duplicate word from French
e68b204
  man page
bedb120
81a5311
* Wed Sep 29 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.11-1
81a5311
- avoid GtkDeprecationWarning on gtk.mainquit on new pygtk (#134043)
81a5311
267c478
* Tue Sep 28 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.10-1
267c478
- make timezone page contents actually be shown in firstboot
267c478
4cde52d
* Tue Sep 28 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.9-1
4cde52d
- enable choosing which notebook page(s) to show (for firstboot, #133748)
4cde52d
- some minor firstboot API changes, conflict with firstboot <= 1.3.26
4cde52d
- some minor UI tweaks
4cde52d
- remove pool.ntp.org from list of NTP server choices as system-config-date
4cde52d
  doesn't handle multi-IP machines really well ATM
4cde52d
065e280
* Fri Sep 17 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.8-1
065e280
- use pool.ntp.org as first choice of NTP servers (#132787)
065e280
33fcd09
* Thu Sep 16 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.7-2
33fcd09
- buildrequire python
33fcd09
b4b34bb
* Tue Sep 14 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.7-1
90e297e
- byte-compile python files
b4b34bb
- first shot at something like an interface for firstboot
90e297e
90e297e
* Mon Sep 13 2004 Nils Philippsen <nphilipp@redhat.com>
90e297e
- get widget sensitivity correct on startup (#132431)
90e297e
cvsdist 01f877f
* Thu Sep 03 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.5-1
cvsdist 01f877f
- actually display time zone map (#131641)
cvsdist 01f877f
- put NTP stuff into own tab to better accommodate firstboot (#131314)
cvsdist 01f877f
- add accelerators to Date & Time tab
cvsdist 01f877f
cvsdist 5640bd9
* Fri Aug 27 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.4-1
cvsdist 5640bd9
- handle multiple servers, broadcastclient (#115148),
cvsdist 5640bd9
  local time source (#72110)
cvsdist 5640bd9
cvsdist ebacd80
* Tue Aug 03 2004 Nils Philippsen <nphilipp@redhat.com> 1.7.3.1-1
cvsdist ebacd80
- fix Japanese man page (#128766)
cvsdist ebacd80
cvsdist 317ccdf
* Wed Apr 14 2004 Brent Fox <bfox@redhat.com> 1.7.3-3
cvsdist 317ccdf
- update desktop file (bug #120709)
cvsdist 317ccdf
cvsdist 317ccdf
* Tue Apr  6 2004 Brent Fox <bfox@redhat.com> 1.7.3-2
cvsdist 317ccdf
- fix desktop file icon path (bug #120176)
cvsdist 317ccdf
cvsdist 317ccdf
* Wed Mar 24 2004 Brent Fox <bfox@redhat.com> 1.7.3-1
cvsdist 317ccdf
- just copy over file, don't remove it (bug #119076)
cvsdist 317ccdf
cvsdist 7fdf6f2
* Fri Mar  5 2004 Brent Fox <bfox@redhat.com> 1.7.2-1
cvsdist 7fdf6f2
- preserve old restrict lines (bug #72110)
cvsdist 7fdf6f2
cvsdist 7fdf6f2
* Tue Feb  3 2004 Brent Fox <bfox@redhat.com> 1.7.1-2
cvsdist 7fdf6f2
- correct typo in URL in specfile
cvsdist 7fdf6f2
cvsdist 4bd137b
* Thu Jan  8 2004 Brent Fox <bfox@redhat.com> 1.7.1-1
cvsdist 4bd137b
- apply patch from bug #109803
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Nov 19 2003 Brent Fox <bfox@redhat.com> 1.6.1-1
cvsdist 4bd137b
- rebuild
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Nov 12 2003 Brent Fox <bfox@redhat.com> 1.6.0-1
cvsdist 4bd137b
- rename to system-config-date
cvsdist 4bd137b
- add Obsoletes for redhat-config-date
cvsdist 4bd137b
- adapt to Python2.3
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Nov  3 2003 Brent Fox <bfox@redhat.com> 1.5.27-1
cvsdist 4bd137b
- add flag to allow timezone page to come up first
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Oct 29 2003 Brent Fox <bfox@redhat.com> 1.5.26-1
cvsdist 4bd137b
- add French translation for man page from Frederic.Hornain@GB.BE
cvsdist 4bd137b
cvsdist 4bd137b
* Sun Oct 26 2003 Brent Fox <bfox@redhat.com> 1.5.25-1
cvsdist 4bd137b
- fix some other timezone po file encoding problems
cvsdist 4bd137b
cvsdist 4bd137b
* Sun Oct 26 2003 Brent Fox <bfox@redhat.com> 1.5.24-1
cvsdist 4bd137b
- make sure is.po file is UTF-8 encoded.  (bug #107439) Similar to bug #107033
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Oct 15 2003 Brent Fox <bfox@redhat.com> 1.5.23-1
cvsdist 4bd137b
- UTF8-ify po/timezones/de.po (bug #107033)
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Sep 19 2003 Brent Fox <bfox@redhat.com> 1.5.22-2
cvsdist 4bd137b
- rebuild
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Sep 19 2003 Brent Fox <bfox@redhat.com> 1.5.22-1
cvsdist 4bd137b
- call timeconfig if the GUI cannot be started (bug #104718)
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Sep 11 2003 Brent Fox <bfox@redhat.com> 1.5.21-2
cvsdist 4bd137b
- bump relnum and rebuild
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Sep 11 2003 Brent Fox <bfox@redhat.com> 1.5.21-1
cvsdist 4bd137b
- rebuild with fixed po file encodings (bug #104019)
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Sep 10 2003 Brent Fox <bfox@redhat.com> 1.5.20-1
cvsdist 4bd137b
- add a Requires for newt (bug #104148)
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Aug 29 2003 Brent Fox <bfox@redhat.com> 1.5.19-2
cvsdist 4bd137b
- bump relnum and rebuild
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Aug 29 2003 Brent Fox <bfox@redhat.com> 1.5.19-1
cvsdist 4bd137b
- if timezone in /etc/sysconfig/clock is not in zone.tab, default to America/New_York (bug #101575)
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Aug 14 2003 Brent Fox <bfox@redhat.com> 1.5.18-1
cvsdist 4bd137b
- tag on every build
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Jun 25 2003 Brent Fox <bfox@redhat.com> 1.5.15-2
cvsdist 4bd137b
- bump version number and rebuild
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Jun 25 2003 Brent Fox <bfox@redhat.com> 1.5.15-1
cvsdist 4bd137b
- don't move /usr/share/zoneinfo/UTC into /etc/localtime (#91228)
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Jun 16 2003 Brent Fox <bfox@redhat.com> 1.5.14-2
cvsdist 4bd137b
- bump number and rebuild
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Jun 16 2003 Brent Fox <bfox@redhat.com> 1.5.14-1
cvsdist 4bd137b
- Add a function to get timezone date page (bug #91984)
cvsdist 4bd137b
cvsdist 4bd137b
* Tue May 27 2003 Brent Fox <bfox@redhat.com> 1.5.13-1
cvsdist 4bd137b
- if /var/spool/postfix/etc/localtime exists, copy the new timezone file there (bug #88249)
cvsdist 4bd137b
cvsdist 4bd137b
* Tue May 27 2003 Brent Fox <bfox@redhat.com> 1.5.12-1
cvsdist 4bd137b
- add a header comment to ntpservers file (bug #91619)
cvsdist 4bd137b
cvsdist 4bd137b
* Tue May 27 2003 Brent Fox <bfox@redhat.com> 1.5.11-2
cvsdist 4bd137b
- bump rel num and rebuild
cvsdist 4bd137b
cvsdist 4bd137b
* Thu May 22 2003 Brent Fox <bfox@redhat.com> 1.5.11-1
cvsdist 4bd137b
- check for the existence of hwclock before running (bug #91323)
cvsdist 4bd137b
cvsdist 4bd137b
* Thu May 22 2003 Brent Fox <bfox@redhat.com> 1.5.10-1
cvsdist 4bd137b
- pull zonetab classes out into separate file to fix bug (#90185)
cvsdist 4bd137b
cvsdist 4bd137b
* Tue May 20 2003 Brent Fox <bfox@redhat.com> 1.5.9-11
cvsdist 4bd137b
- copy actual timezone into /etc/localtime instead of making a symlink (bug #91228)
cvsdist 4bd137b
cvsdist 4bd137b
* Fri May 16 2003 Brent Fox <bfox@redhat.com> 1.5.9-10
cvsdist 4bd137b
- when using UTC, make /etc/localtime point to /usr/share/zoneinfo/UTC (bug #89132)
cvsdist 4bd137b
cvsdist 4bd137b
* Fri May 16 2003 Brent Fox <bfox@redhat.com> 1.5.9-9
cvsdist 4bd137b
- Added mnemonics to widgets that didn't have them (bug #91026)
cvsdist 4bd137b
- convert some timezone po files to utf-8 (bug #88461)
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Feb 26 2003 Brent Fox <bfox@redhat.com> 1.5.9-8
cvsdist 4bd137b
- add requires for ntp (bug #85229)
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Feb 21 2003 Brent Fox <bfox@redhat.com> 1.5.9-7
cvsdist 4bd137b
- remove dependency for gnome-python2-canvas, pygtk and ntp (bug #84837)
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Feb 12 2003 Jeremy Katz <katzj@redhat.com> 1.5.9-6
cvsdist 4bd137b
- set codeset so that textmode works (#83518)
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Feb 11 2003 Brent Fox <bfox@redhat.com> 1.5.9-5
cvsdist 4bd137b
- rebuild with latest docs
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Feb 11 2003 Tammy Fox <tfox@redhat.com>
cvsdist 4bd137b
- updated docs
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Feb  4 2003 Brent Fox <bfox@redhat.com> 1.5.9-4
cvsdist 4bd137b
- fall back to IP if we can't resolve it back to a hostname (bug #83463)
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Feb  3 2003 Brent Fox <bfox@redhat.com> 1.5.9-3
cvsdist 4bd137b
- catch bogus ntp server names and raise a dialog
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Feb  3 2003 Brent Fox <bfox@redhat.com> 1.5.9-2
cvsdist 4bd137b
- don't change value of ARC accidentally (bug #82281)
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Jan 30 2003 Brent Fox <bfox@redhat.com> 1.5.9-1
cvsdist 4bd137b
- bump and build
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Jan 29 2003 Brent Fox <bfox@redhat.com> 1.5.8-1
cvsdist 4bd137b
- use the new Red Hat ntp servers
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Jan 16 2003 Brent Fox <bfox@redhat.com> 1.5.7-6
cvsdist 4bd137b
- catch error with no NTP server
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Jan 15 2003 Brent Fox <bfox@redhat.com> 1.5.7-5
cvsdist 4bd137b
- write IPs to the server line instead of domain names (bug #70557)
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Jan 14 2003 Brent Fox <bfox@redhat.com> 1.5.7-4
cvsdist 4bd137b
- list only stratum 2 ntp servers (bug #81629)
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Jan 10 2003 Brent Fox <bfox@redhat.com> 1.5.7-3
cvsdist 4bd137b
- better check on ntp status by looking at initscrip return code
cvsdist 4bd137b
- sent ntp initscript output to /dev/null when calling os.system()
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Jan  9 2003 Brent Fox <bfox@redhat.com> 1.5.7-2
cvsdist 4bd137b
- change to condrestart
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Jan  3 2003 Brent Fox <bfox@redhat.com> 1.5.7-1
cvsdist 4bd137b
- create a TUI to replace timeconfig
cvsdist 4bd137b
- obsolete timeconfig
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Jan  2 2003 Brent Fox <bfox@redhat.com> 1.5.6-3
cvsdist 4bd137b
- write an ipaddress for the restrict line (bug #80593)
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Dec 23 2002 Brent Fox <bfox@redhat.com> 1.5.6-2
cvsdist 4bd137b
- handle missing ntpservers file
cvsdist 4bd137b
- don't pass in parent, it breaks firstboot
cvsdist 4bd137b
- handle busted ntp initscript
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Dec 13 2002 Brent Fox <bfox@redhat.com> 1.5.5-2
cvsdist 4bd137b
- Print an error message if run from the console
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Nov 15 2002 Brent Fox <bfox@redhat.com> 1.5.5-1
cvsdist 4bd137b
- Handle empty server lines in /etc/ntp.conf
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Nov 12 2002 Brent Fox <bfox@redhat.com> 1.5.4-2
cvsdist 4bd137b
- Rebuild with latest translations
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Oct 30 2002 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- Add a build requires for python-tools
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Oct 25 2002 Brent Fox <bfox@redhat.com> 1.5.4-1
cvsdist 4bd137b
- Write out an appropriate restrict line to /etc/ntp.conf
cvsdist 4bd137b
- Fixes bug 70557
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Oct 22 2002 Brent Fox <bfox@redhat.com> 1.5.3-1
cvsdist 4bd137b
- Apply patch from katzj to fix bug 76313
cvsdist 4bd137b
- Fix bug 72149 correctly this time (hopefully)
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Oct 14 2002 Brent Fox <bfox@redhat.com> 1.5.2-12
cvsdist 4bd137b
- Move ntpservers file into /etc/ntp.  Fixes bug 74339
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Oct 10 2002 Brent Fox <bfox@redhat.com> 1.5.2-11
cvsdist 4bd137b
- Fix bug 72149.  Always apply timezone changes
cvsdist 4bd137b
- Fix bug 73498.  Apply UTC changes properly
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Sep 03 2002 Brent Fox <bfox@redhat.com> 1.5.2-10
cvsdist 4bd137b
- convert desktop file to UTF8
cvsdist 4bd137b
- pull in latest translations
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Aug 30 2002 Brent Fox <bfox@redhat.com> 1.5.2-9
cvsdist 4bd137b
- run chkconfig on starting/stopping ntpd
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Aug 29 2002 Brent Fox <bfox@redhat.com> 1.5.2-8
cvsdist 4bd137b
- set the flag to close parent on non-NTP setups
cvsdist 4bd137b
- create an updateSpinButton function
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Aug 27 2002 Brent Fox <bfox@redhat.com> 1.5.2-7
cvsdist 4bd137b
- Retrieve the only the first NTP server if there's more than one
cvsdist 4bd137b
- Only modify the first server entry if there's more than one
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Aug 27 2002 Brent Fox <bfox@redhat.com> 1.5.2-6
cvsdist 4bd137b
- Handle the case of having no server line in ntp.conf
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Aug 26 2002 Brent Fox <bfox@redhat.com> 1.5.2-5
cvsdist 4bd137b
- Raise error dialogs if NTP servers can't be contacted
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Aug 21 2002 Brent Fox <bfox@redhat.com> 1.5.2-4
cvsdist 4bd137b
- pull translation domains from rhpl
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Aug 21 2002 Brent Fox <bfox@redhat.com> 1.5.2-3
cvsdist 4bd137b
- Fix timezone selection bug
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Aug 19 2002 Brent Fox <bfox@redhat.com> 1.5.2-2
cvsdist 4bd137b
- Convert desktop file to UTF-8
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Aug 19 2002 Brent Fox <bfox@redhat.com> 1.5.2-1
cvsdist 4bd137b
- Limit ping timeout to 5 seconds.  We need a better solution for this in the future
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Aug 13 2002 Brent Fox <bfox@redhat.com> 1.5.1-2
cvsdist 4bd137b
- Make spin buttons keyboard sensitive.  Fixes bug 68967
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Aug 12 2002 Tammy Fox <tfox@redhat.com> 1.5.1-1
cvsdist 4bd137b
- replace System with SystemSetup in desktop file categories
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Aug 06 2002 Brent Fox <bfox@redhat.com> 1.5-2
cvsdist 4bd137b
- use template ntp.conf file if the original has been removed for some reason
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Aug 05 2002 Brent Fox <bfox@redhat.com> 1.5-1
cvsdist 4bd137b
- Fix translations for timezone list
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Aug 02 2002 Brent Fox <bfox@redhat.com> 1.4-8
cvsdist 4bd137b
- Use new pam timestamp rules
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Jul 31 2002 Brent Fox <bfox@redhat.com>1.4-7
cvsdist 4bd137b
- Put an end-of-line in /etc/ntp/step-tickers
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Jul 25 2002 Brent Fox <bfox@redhat.com> 1.4-6
cvsdist 4bd137b
- Default to New York if the timezone in /etc/sysconfig/clock is bogus
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Jul 24 2002 Brent Fox <bfox@redhat.com> 1.4-5
cvsdist 4bd137b
- Fixed console file bad link
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Jul 23 2002 Tammy Fox <tfox@redhat.com> 1.4-4
cvsdist 4bd137b
- Change desktop file name (bug #69470)
cvsdist 4bd137b
- Spec file fixes
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Jul 18 2002 Brent Fox <bfox@redhat.com> 1.4-3
cvsdist 4bd137b
- Update for pygtk2 API change
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Jul 17 2002 Brent Fox <bfox@redhat.com> 1.4-2
cvsdist 4bd137b
- Fix padding problem
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Jul 12 2002 Tammy Fox <tfox@redhat.com> 1.4-1
cvsdist 4bd137b
- Updated docs for gtk2 interface
cvsdist 4bd137b
- Add note about security level and ntpd (bug #68039)
cvsdist 4bd137b
- Move desktop file to /usr/share/applications only
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Jul 11 2002 Brent Fox <bfox@redhat.com> 1.3-4
cvsdist 4bd137b
- Remove some lingering references to dateconfig
cvsdist 4bd137b
- Create symbolic link from dateconfig to redhat-config-date
cvsdist 4bd137b
cvsdist 4bd137b
* Wed Jul 10 2002 Brent Fox <bfox@redhat.com> 1.3-1
cvsdist 4bd137b
- Rename dateconfig to redhat-config-date
cvsdist 4bd137b
- Check to see if we can ping ntp server before starting ntpd
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Jul 9 2002 Brent Fox <bfox@redhat.com> 1.2-1
cvsdist 4bd137b
- Pull out ntp servers into a separate file
cvsdist 4bd137b
- Write /etc/ntp/step-tickers file
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Jul 1 2002 Brent Fox <bfox@redhat.com> 1.1-3
cvsdist 4bd137b
- If an NTP server is already specified, add it to the combo list
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Jun 28 2002 Brent Fox <bfox@redhat.com> 1.1-2
cvsdist 4bd137b
- Changed spacing of buttons on bottom of the window
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Jun 27 2002 Tammy Fox <tfox@redhat.com> 1.1-2
cvsdist 4bd137b
- Added border widths to clean up interface
cvsdist 4bd137b
- Hooked up help
cvsdist 4bd137b
- Removed Apply button
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Jun 27 2002 Brent Fox <bfox@redhat.com> 1.1-1
cvsdist 4bd137b
- Updated pot file and respective po files
cvsdist 4bd137b
cvsdist 4bd137b
* Sat Jun 22 2002 Brent Fox <bfox@redhat.com> 1.0.3-1
cvsdist 4bd137b
- Fixed bug 66655
cvsdist 4bd137b
- Fixed problem with selecting the current timezone in timezone_gui
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Jun 17 2002 Brent Fox <bfox@redhat.com> 1.0.2-1
cvsdist 4bd137b
- Reenable the icon
cvsdist 4bd137b
cvsdist 4bd137b
* Thu May 30 2002 Brent Fox <bfox@redhat.com> 1.0.1-5
cvsdist 4bd137b
- Fixed translation bug
cvsdist 4bd137b
cvsdist 4bd137b
* Thu May 30 2002 Brent Fox <bfox@redhat.com> 1.0.1-4
cvsdist 4bd137b
- Removed Requires for pygnome
cvsdist 4bd137b
cvsdist 4bd137b
* Mon May 20 2002 Brent Fox <bfox@redhat.com> 1.0.1-3
cvsdist 4bd137b
- Pulled in documentation bugfix for bug #65228
cvsdist 4bd137b
cvsdist 4bd137b
* Mon May 13 2002 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- Added Swedish translations to desktop file from menthos@menthos.com
cvsdist 4bd137b
cvsdist 4bd137b
* Thu May 2 2002 Brent Fox <bfox@redhat.com> 1.0.1-2
cvsdist 4bd137b
- Update for timezone translations
cvsdist 4bd137b
8d84361
* Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.0.1-1
cvsdist 4bd137b
- Update for translations
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Feb 25 2002 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- Bump version to 1.0 
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Feb 12 2002 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- Finished port to Python2.2/GTK2
cvsdist 4bd137b
- Handle starting ntpd more gracefully
cvsdist 4bd137b
- Made variable naming more consistent
cvsdist 4bd137b
cvsdist 4bd137b
* Tue Jan 22 2002 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- Replaced C code for timezone map with Python from anaconda
cvsdist 4bd137b
- Remove timezonemapmodule from /usr/lib/dateconfig
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Oct 18 2001 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- Put timezonemapmodule in /usr/lib/dateconfig
cvsdist 4bd137b
8d84361
* Thu Aug 30 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.7.4-6
cvsdist 4bd137b
- Fix some character sets for translations (#52851)
cvsdist 4bd137b
- dateconfig.png isn't a config file, mark the config files as noreplace
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Aug 27 2001 Tammy Fox <tfox@redhat.com>
cvsdist 4bd137b
- Updated docs for UTC button
cvsdist 4bd137b
cvsdist 4bd137b
* Thu Aug 16 2001 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- Fix sizing for non-US languages
cvsdist 4bd137b
cvsdist 4bd137b
* Mon Aug 6 2001 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- added redhat-config-time and redhat-config-date scripts
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Aug 3 2001 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- created an icon 
cvsdist 4bd137b
- fixed install process to install icon and drop a file in /etc/X11/sysconfig
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Aug  3 2001 Preston Brown <pbrown@redhat.com>
cvsdist 4bd137b
- set hardware clock as well.
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Jul 27 2001 Yukihiro Nakai <ynakai@redhat.com>
cvsdist 4bd137b
- Add Japanese translation.
cvsdist 4bd137b
cvsdist 4bd137b
* Fri Jul 20 2001 Tammy Fox <tfox@redhat.com>
cvsdist 4bd137b
- added i18n stuff
cvsdist 4bd137b
* Wed Jul 04 2001 Karsten Hopp <karsten@redhat.de>
cvsdist 4bd137b
- fix install-path (INSTROOT)
cvsdist 4bd137b
* Tue Jun 27 2001 Tammy Fox <tfox@redhat.com>
cvsdist 4bd137b
- added help and help button
cvsdist 4bd137b
* Sun Jun 24 2001 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- got starting and stopping of ntpd working
cvsdist 4bd137b
- enabled detection of whether ntpd is currently running 
cvsdist 4bd137b
- added msf to author list
cvsdist 4bd137b
* Thu Jun 21 2001 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- fixed problem with system path in timezone_gui.py
cvsdist 4bd137b
* Wed Jun 13 2001 Tammy Fox <tfox@redhat.com>
cvsdist 4bd137b
- improved man page
cvsdist 4bd137b
* Tue Jun 12 2001 Tammy Fox <tfox@redhat.com>
cvsdist 4bd137b
- added console access, fixed Makefile and spec file
cvsdist 4bd137b
* Mon Jun 11 2001 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- added ntp section and timezone section
cvsdist 4bd137b
* Sun Jan 28 2001 Brent Fox <bfox@redhat.com>
cvsdist 4bd137b
- initial coding and packaging
cvsdist 4bd137b