Hello community,

here is the log from the commit of package redshift for openSUSE:Factory 
checked in at 2018-05-29 16:52:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/redshift (Old)
 and      /work/SRC/openSUSE:Factory/.redshift.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "redshift"

Tue May 29 16:52:36 2018 rev:23 rq:612794 version:1.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/redshift/redshift.changes        2017-12-14 
11:03:11.647073496 +0100
+++ /work/SRC/openSUSE:Factory/.redshift.new/redshift.changes   2018-05-29 
16:52:37.723037266 +0200
@@ -1,0 +2,30 @@
+Mon May 28 21:18:37 UTC 2018 - [email protected]
+
+ - Change location providers to allow updates. GeoClue and CoreLocation
+   now provide continuous location updates.
+ - Removes deprecated original GeoClue location provider (use
+   GeoClue 2 instead).
+ - Allow time-based configuration i.e. setting the redness effect
+   based on time of day instead of based on the elevation of the
+   sun. See the man page for more information.
+ - Config file moved to ~/.config/redshift/redshift.conf (or
+   ${XDG_CONFIG_HOME}/redshift/redshift.conf) if $XDG_CONFIG_HOME is
+   set. Old location at ~/.config/redshift.conf is deprecated but
+   still searched as a fallback.
+ - Run hooks when enabling/disabling Redshift.
+ - Default temperatures changed to 6500K during daytime and 4500K
+   during night.
+ - With randr, allow multiple but not all CRTCs to be redshifted.
+ - Option for enabling a short fade between color effects is now
+   called `fade` instead of `transition` in the configuration file.
+   Term transition caused a lot of confusion about what this option
+   does (the old option still works but is deprecated).
+ - The preserve option is enabled by default for vidmode, randr,
+   Windows (w32gdi) and macOS (quartz). The option is now controlled
+   by the -P command line option.
+ - Work around issue where Windows adjustments sometimes fail.
+ - Install AppArmor profile.
+ - quartz: Fix incorrect use of display identifier.
+ - Various bug fixes and updated translations. 
+
+-------------------------------------------------------------------

Old:
----
  redshift-1.11.tar.xz

New:
----
  redshift-1.12.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ redshift.spec ++++++
--- /var/tmp/diff_new_pack.p4dzBp/_old  2018-05-29 16:52:38.411011954 +0200
+++ /var/tmp/diff_new_pack.p4dzBp/_new  2018-05-29 16:52:38.415011807 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package redshift
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX 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,12 +17,12 @@
 
 
 Name:           redshift
-Version:        1.11
+Version:        1.12
 Release:        0
 Summary:        Adjusts the color temperature of your screen
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          System/X11/Utilities
-Url:            http://jonls.dk/redshift/
+URL:            http://jonls.dk/redshift/
 Source:         
https://github.com/jonls/redshift/releases/download/v%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gettext-tools
@@ -51,8 +51,8 @@
 %package gtk
 Summary:        Gtk frontend for redshift
 Group:          System/X11/Utilities
+Requires:       %{name} = %{version}-%{release}
 Requires:       hicolor-icon-theme
-Requires:       redshift = %{version}-%{release}
 %{?systemd_requires}
 %if 0%{?sle_version} > 120100 || 0%{?suse_version} > 1320
 Requires:       python3-gobject-Gdk
@@ -69,7 +69,6 @@
 %build
 %configure \
   --enable-gui \
-  --disable-geoclue \
   --enable-geoclue2 \
   --enable-randr \
   --enable-vidmode \
@@ -79,44 +78,44 @@
 %install
 %make_install
 %fdupes -s %{buildroot}%{python3_sitelib}
-%suse_update_desktop_file redshift-gtk GTK X-SuSE-DesktopUtility
-sed -i 's|/env python3|/python3|' %{buildroot}%{_bindir}/redshift-gtk
+%suse_update_desktop_file %{name}-gtk GTK X-SuSE-DesktopUtility
+sed -i 's|/env python3|/python3|' %{buildroot}%{_bindir}/%{name}-gtk
 
 %find_lang %{name}
 
 %post
-%systemd_user_post redshift.service
+%systemd_user_post %{name}.service
 
 %preun
-%systemd_user_preun redshift.service
+%systemd_user_preun %{name}.service
 
 %postun
-%systemd_user_postun redshift.service
+%systemd_user_postun %{name}.service
 
 %post gtk
-%systemd_user_post redshift-gtk.service
+%systemd_user_post %{name}-gtk.service
 
 %preun gtk
-%systemd_user_preun redshift-gtk.service
+%systemd_user_preun %{name}-gtk.service
 
 %postun gtk
-%systemd_user_postun redshift-gtk.service
+%systemd_user_postun %{name}-gtk.service
 
 %files gtk -f %{name}.lang
-%{_bindir}/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
-%{_datadir}/icons/hicolor/scalable/apps/redshift.svg
-%{_userunitdir}/redshift-gtk.service
+%{_bindir}/%{name}-gtk
+%{python3_sitelib}/%{name}_gtk
+%{_datadir}/applications/%{name}-gtk.desktop
+%{_datadir}/icons/hicolor/scalable/apps/%{name}-status-off.svg
+%{_datadir}/icons/hicolor/scalable/apps/%{name}-status-on.svg
+%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
+%{_userunitdir}/%{name}-gtk.service
 %dir %{_datadir}/appdata
-%{_datadir}/appdata/redshift-gtk.appdata.xml
+%{_datadir}/appdata/%{name}-gtk.appdata.xml
 
 %files
-%{_bindir}/redshift
-%{_mandir}/man1/redshift.1%{ext_man}
-%{_datadir}/applications/redshift.desktop
-%{_userunitdir}/redshift.service
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1%{?ext_man}
+%{_datadir}/applications/%{name}.desktop
+%{_userunitdir}/%{name}.service
 
 %changelog

++++++ redshift-1.11.tar.xz -> redshift-1.12.tar.xz ++++++
++++ 73077 lines of diff (skipped)


Reply via email to