Hello community, here is the log from the commit of package gnome-clocks for openSUSE:Factory checked in at 2013-02-15 18:45:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-clocks (Old) and /work/SRC/openSUSE:Factory/.gnome-clocks.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-clocks", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-clocks/gnome-clocks.changes 2012-12-07 14:09:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-clocks.new/gnome-clocks.changes 2013-02-15 18:45:21.000000000 +0100 @@ -1,0 +2,17 @@ +Tue Feb 5 22:11:55 UTC 2013 - [email protected] + +- Update to version 0.1.6: + + Reworked the alarms panel (design is still in progress). + + Implemented disabled alarms. + + Depend on newer GWeather. + + Ported to Python 3. + + Ported to autotools. + + Move configuration to GSettings. + + Remove pyxdg dependency. + + Misc bugfixes. + + Updated translations. +- Change build and install section to use configure / make install. +- Add glib schema handling to post/postun. +- Drop python-xdg Requires: no longer needed. + +------------------------------------------------------------------- Old: ---- gnome-clocks-0.1.5.tar.xz New: ---- gnome-clocks-0.1.6.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-clocks.spec ++++++ --- /var/tmp/diff_new_pack.xp5WIJ/_old 2013-02-15 18:45:24.000000000 +0100 +++ /var/tmp/diff_new_pack.xp5WIJ/_new 2013-02-15 18:45:24.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnome-clocks # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: gnome-clocks -Version: 0.1.5 +Version: 0.1.6 Release: 0 Summary: Clock application designed for GNOME 3 License: GPL-2.0+ @@ -29,13 +29,15 @@ BuildRequires: gobject-introspection # For icont_theme_chache post and postun macros BuildRequires: hicolor-icon-theme -BuildRequires: intltool -BuildRequires: python-distutils-extra +BuildRequires: intltool >= 0.40 +BuildRequires: python >= 3.2 BuildRequires: update-desktop-files -Requires: python-xdg +BuildRequires: pkgconfig(pycairo) +BuildRequires: pkgconfig(pygobject-3.0) >= 3.4.2 Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch +%glib2_gsettings_schema_requires %description A nice simple app to show the time, date, and alarms. @@ -45,21 +47,23 @@ %setup -q %build -python setup.py build +%configure %install -python setup.py install --root=%{buildroot} --prefix=%{_prefix} -# We package the DOCS in defaultdocdir. -rm -r %{buildroot}%{_datadir}/doc/%{name}/ +%make_install %suse_update_desktop_file %{name} Utility X-SuSE-TimeUtility %find_lang %{name} %{?no_lang_C} %post +%glib2_gsettings_schema_post %icon_theme_cache_post +%icon_theme_cache_post HighContrast %desktop_database_post %postun +%glib2_gsettings_schema_postun %icon_theme_cache_postun +%icon_theme_cache_postun HighContrast %desktop_database_postun %files @@ -67,9 +71,10 @@ %doc README COPYING %{_bindir}/%{name} %{_datadir}/%{name}/ -%{_datadir}/icons/hicolor/*/apps/clocks.* -%{python_sitelib}/gnomeclocks/ -%{python_sitelib}/gnome_clocks-%{version}-py%{py_ver}.egg-info +%{_datadir}/glib-2.0/schemas/org.gnome.clocks.gschema.xml +%{_datadir}/icons/hicolor/*/apps/gnome-clocks.* +%{_datadir}/icons/HighContrast/ +%{python3_sitelib}/gnomeclocks/ %{_datadir}/applications/%{name}.desktop %files lang -f %{name}.lang -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
