commit redshift for openSUSE:Factory
Hello community, here is the log from the commit of package redshift for openSUSE:Factory checked in at 2014-11-26 10:33:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-11-30 17:39:22.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.redshift.new/redshift.changes 2014-11-26 10:34:00.000000000 +0100 @@ -1,0 +2,24 @@ +Mon Nov 24 16:40:22 UTC 2014 - robert.munteanu@gmail.com + +- Update to 1.9.1 + * Fix: Do not distribute redshift-gtk, only redshift-gtk.in. + * Fix: Geoclue support should pull in Glib as dependency. + * geoclue: Fix segfault when error is NULL (Mattias Andrée). + * geoclue: Set DISPLAY=:0 to work around issue when outside X (Mattias Andrée). + * redshift-gtk: Fix crash when toggling state using the status icon. + * redshift-gtk: Fix line splitting logic (Maks Verver). +- Update to 1.9 + * Use improved color scheme provided by Ingo Thies. + * Add drm driver which will apply adjustments on linux consoles (Mattias Andrée). + * Remove deprecated GNOME clock location provider. + * Set proc title for redshift-gtk (Linux/BSD) (Philipp Hagemeister). + * Show current temperature, location and status in GUI. + * Add systemd user unit files so that redshift can be used with systemd as a session manager (Henry de Valence). + * Use checkbox to toggle Redshift in GUI (Mattias Andrée). + * Gamma correction is applied after brightness and temperature (Mattias Andrée). + * Use XDG Base Directory Specification when looking for configuration file (Mattias Andrée). + * Load config from %LOCALAPPDATA%\redshift.conf on Windows (TingPing). + * Add RPM spec for Fedora in contrib. + * redshift-gtk has been ported to Python3 and new PyGObject bindings for Python. + +------------------------------------------------------------------- Old: ---- v1.8.tar.gz New: ---- v1.9.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ redshift.spec ++++++ --- /var/tmp/diff_new_pack.iifMUy/_old 2014-11-26 10:34:02.000000000 +0100 +++ /var/tmp/diff_new_pack.iifMUy/_new 2014-11-26 10:34:02.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package redshift # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -17,7 +17,7 @@ Name: redshift -Version: 1.8 +Version: 1.9.1 Release: 0 Summary: Adjusts the color temperature of your screen License: GPL-3.0 @@ -28,15 +28,15 @@ BuildRequires: fdupes BuildRequires: gettext-tools BuildRequires: hicolor-icon-theme -BuildRequires: python-devel +BuildRequires: python3-devel BuildRequires: update-desktop-files BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(geoclue) +BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xrandr) -BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xxf86vm) -Requires: python-xdg +Requires: python3-xdg BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: https://github.com/jonls/redshift/archive/v%{version}.tar.gz @@ -59,12 +59,14 @@ %build ./bootstrap -%configure +# disable systemd unit installation, not really sure how that's expected to work +%configure --enable-gui --enable-geoclue --enable-randr --enable-vidmode \ + --with-systemduserunitdir=no make %install %{?make_install} %{!?make_install:%makeinstall} -%fdupes %{buildroot}%{python_sitelib} +%fdupes %{buildroot}%{python3_sitelib} %suse_update_desktop_file redshift-gtk GTK X-SuSE-DesktopUtility %find_lang %{name} @@ -80,7 +82,7 @@ %files gtk -f %{name}.lang %defattr(-,root,root) %{_bindir}/redshift-gtk -%{python_sitelib}/redshift_gtk +%{python3_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 ++++++ v1.8.tar.gz -> v1.9.1.tar.gz ++++++ ++++ 21824 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de