Hello community,

here is the log from the commit of package redshift for openSUSE:Factory 
checked in at 2013-11-30 17:35:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-26 
06:13:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.redshift.new/redshift.changes   2013-11-30 
17:39:22.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Nov 27 06:39:06 UTC 2013 - [email protected]
+
+- Separate GUI and CLI application into different packages
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ redshift.spec ++++++
--- /var/tmp/diff_new_pack.qzk0s5/_old  2013-11-30 17:39:22.000000000 +0100
+++ /var/tmp/diff_new_pack.qzk0s5/_new  2013-11-30 17:39:22.000000000 +0100
@@ -46,6 +46,14 @@
 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.
 
+%package gtk
+Summary:        Gtk frontend for redshift
+Group:          System/X11/Utilities
+Requires:       redshift = %{version}
+
+%description gtk
+A graphical user interface for the redshift tool that integrates into Gtk+ and 
GNOME.
+
 %prep
 %setup -q
 
@@ -61,23 +69,26 @@
 %suse_update_desktop_file redshift-gtk GTK X-SuSE-DesktopUtility
 %find_lang %{name}
 
-%post
+%post gtk
 %desktop_database_post
 %icon_theme_cache_post
 
-%postun
+%postun gtk
 %desktop_database_postun
 %icon_theme_cache_postun
 
-%files -f %{name}.lang
+%files gtk -f %{name}.lang
 %defattr(-,root,root)
 %{_bindir}/redshift-gtk
-%{_bindir}/redshift
 %{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
+
+%files
+%defattr(-,root,root)
+%{_bindir}/redshift
 %{_mandir}/man1/redshift.1.gz
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to