Hello community, here is the log from the commit of package redshift for openSUSE:Factory checked in at 2013-11-26 06:13:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/redshift (Old) and /work/SRC/openSUSE:Factory/.redshift.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "redshift" Changes: -------- --- /work/SRC/openSUSE:Factory/redshift/redshift.changes 2011-09-23 12:44:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.redshift.new/redshift.changes 2013-11-26 06:13:58.000000000 +0100 @@ -1,0 +2,14 @@ +Mon Nov 25 07:47:11 UTC 2013 - [email protected] + +- Add missing GeoClue build dependency +- Update to 1.8 + * IMPORTANT: gtk-redshift has changed name to redshift-gtk. + * Fix crash when starting geoclue provider. (Thanks to Maks Verver) + * Fix slight flicker int gamme ramp values (Sean Hildebrand) + * Add redshift-gtk option to suspend for a short time period (Jendrik Seipp). + * Add print mode (prints parameters and exits) by Vincent Breitmoser. + * Set buffering on stdout and stderr to line-buffered. + * Allow separate brightness for day and night (Olivier Fabre and Jeremy Erickson). + * Fix various crashes/bugs/typos (Benjamin Kerensa and others) + +------------------------------------------------------------------- Old: ---- redshift-1.7.tar.bz2 New: ---- v1.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ redshift.spec ++++++ --- /var/tmp/diff_new_pack.WCDSHK/_old 2013-11-26 06:13:58.000000000 +0100 +++ /var/tmp/diff_new_pack.WCDSHK/_new 2013-11-26 06:13:58.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package redshift # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,34 +16,41 @@ # - Name: redshift -Version: 1.7 -Release: 3 -License: GPL-3.0 +Version: 1.8 +Release: 0 Summary: Adjusts the color temperature of your screen -Url: http://jonls.dk/redshift/ +License: GPL-3.0 Group: System/X11/Utilities +Url: http://jonls.dk/redshift/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: fdupes +BuildRequires: gettext-tools BuildRequires: hicolor-icon-theme BuildRequires: python-devel BuildRequires: update-desktop-files -BuildRequires: fdupes -BuildRequires: xorg-x11-devel -BuildRequires: gconf2-devel +BuildRequires: pkgconfig(gconf-2.0) +BuildRequires: pkgconfig(geoclue) +BuildRequires: pkgconfig(xcb) +BuildRequires: pkgconfig(xrandr) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xxf86vm) Requires: python-xdg BuildRoot: %{_tmppath}/%{name}-%{version}-build - -Source: http://launchpad.net/redshift/trunk/1.7/+download/redshift-1.7.tar.bz2 +Source: https://github.com/jonls/redshift/archive/v%{version}.tar.gz %{py_requires} %description -Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night. +Redshift adjusts the color temperature of your screen according to your surroundings. +This may help your eyes hurt less if you are working in front of the screen at night. %prep %setup -q %build +./bootstrap %configure make @@ -51,18 +58,23 @@ %{?make_install} %{!?make_install:%makeinstall} %fdupes %{buildroot}%{python_sitelib} -%suse_update_desktop_file gtk-redshift GTK X-SuSE-DesktopUtility +%suse_update_desktop_file redshift-gtk GTK X-SuSE-DesktopUtility %find_lang %{name} -%clean -rm -rf %{buildroot} +%post +%desktop_database_post +%icon_theme_cache_post + +%postun +%desktop_database_postun +%icon_theme_cache_postun %files -f %{name}.lang %defattr(-,root,root) -%{_bindir}/gtk-redshift +%{_bindir}/redshift-gtk %{_bindir}/redshift -%{python_sitelib}/gtk_redshift -%{_datadir}/applications/gtk-redshift.desktop +%{python_sitelib}/redshift_gtk +%{_datadir}/applications/redshift-gtk.desktop %{_datadir}/icons/hicolor/scalable/apps/redshift-status-off.svg %{_datadir}/icons/hicolor/scalable/apps/redshift-status-on.svg %{_datadir}/icons/hicolor/scalable/apps/redshift.svg -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
