Hello community,

here is the log from the commit of package caffeine for openSUSE:Factory 
checked in at 2014-12-30 00:50:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/caffeine (Old)
 and      /work/SRC/openSUSE:Factory/.caffeine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "caffeine"

Changes:
--------
--- /work/SRC/openSUSE:Factory/caffeine/caffeine.changes        2013-09-23 
14:20:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.caffeine.new/caffeine.changes   2014-12-30 
00:50:47.000000000 +0100
@@ -1,0 +2,73 @@
+Mon Dec 29 10:33:00 UTC 2014 - [email protected]
+
+- Rebase
+  caffeine-fix-desktop-file-semicolon-trailing-character.patch to
+  really fix the missing trailing ;
+- Drop %lang_package macro that was still present.
+
+-------------------------------------------------------------------
+Thu Dec 25 14:00:52 UTC 2014 - [email protected]
+
+- Update to version 2.7.2:
+  + Fix a crash when there is no active window (lp#1322291).
+  + Fix Caffeine not terminating when the session ends
+    (lp#1324304).
+- Changes from version 2.7.1:
+  + Fix a crash when a window disappears during full-screen check.
+- Changes from version 2.7:
+  + Remove manual control, and hence UI.
+  + Allow multiple instances per user: should really be one per X
+    display.
+- Changes from version 2.6.2:
+  + Add a build number just to persuade Launchpad to rebuild.
+- Changes from version 2.6:
+  + Auto-activate the screensaver when a full-screen window is
+    present.
+  + Remove the ability to watch processes; applications should
+    inhibit idleness themselves, and many now do.
+  + Remove -a and -d command-line arguments: single-instance
+    nature of Caffeine means it shouldn't be used from the command
+    line. xdg-screensaver should be used instead.
+  + Bump to standards 3.9.5 (no change).
+- Changes from version 2.5:
+  + Fix right-click on icon (lp#892663).
+  + Replace autostart option with an XDG autostart .desktop file.
+  + Remove specific support for Quake Live.
+  + Require appindicator3; remove non-appindicator support.
+  + Put requirement for notify support in package, not code.
+  + Remove ability to disable icon: this should be done by the
+    desktop environment, not the application.
+  + Remove hash-bang lines from non-executable files (lp#931875).
+  + Fix race condition for notifications, patch from André Ericson
+    (lp#892865).
+  + Fix i18n issues (lp#941495).
+  + Fix Open Build Service desktop file errors (lp#931874).
+  + Add dependencies for all required libraries (lp#1093324).
+  + Fix recognition of apps which mention their name in their
+    arguments (lp#1249796).
+  + Use freedesktop ScreenSaver DBus API instead of per-desktop
+    APIs (lp#1239935).
+  + Put description string on one line in setup.py to placate
+    rpmbuild (lp#595889).
+  + Remove non-working Flash support.
+  + Remove custom logging module.
+  + Remove --preferences command-line option, no longer needed.
+  + Remove --time command-line option: we're not supporting timed
+    disabling any more.
+  + Make Ctrl+C work (lp#907517).
+- Remove obsolete patches (fixed upstream):
+  + caffeine-add-indicator-menu.patch
+  + caffeine-fix-desktop-categories.patch
+  + caffeine-fix-non-executable-script.patch
+- Added
+  caffeine-fix-desktop-file-semicolon-trailing-character.patch: fix
+  missing semicolons in .desktop file.
+- Drop glib2-devel BuildRequires: caffeine no longer install a
+  gschema file.
+- Remove glib2_gsettings_schema_post/postun due to above change.
+- Drop and deprecate caffeine-lang subpackage: upstream does not
+  provide translations anymore.
+- Remove deprecated %py_requires.
+- ICONS.INFO doesn't exist anymore.
+
+-------------------------------------------------------------------

Old:
----
  caffeine-add-indicator-menu.patch
  caffeine-fix-desktop-categories.patch
  caffeine-fix-non-executable-script.patch
  caffeine_2.4.1+419~oneiric1.tar.gz

New:
----
  caffeine-fix-desktop-file-semicolon-trailing-character.patch
  caffeine_2.7.2.tar.gz

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

Other differences:
------------------
++++++ caffeine.spec ++++++
--- /var/tmp/diff_new_pack.xg2LRv/_old  2014-12-30 00:50:49.000000000 +0100
+++ /var/tmp/diff_new_pack.xg2LRv/_new  2014-12-30 00:50:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package caffeine
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Malcolm J Lewis <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,22 +20,16 @@
 %define __requires_exclude typelib\\(AppIndicator3\\)
 
 Name:           caffeine
-Version:        2.4.1+419
+Version:        2.7.2
 Release:        0
 Summary:        Utility to inhibit screensaver and sleep modes
 License:        GPL-3.0+ and LGPL-3.0+
 Group:          System/GUI/GNOME
 Url:            https://launchpad.net/caffeine
-Source0:        
http://launchpad.net/caffeine/2.4/2.4.1/+download/caffeine_2.4.1+419~oneiric1.tar.gz
-# PATCH-FIX-UPSTREAM caffeine-add-indicator-menu.patch lp#892663 
[email protected] -- Adds the menu via right-click on indicator
-Patch0:         caffeine-add-indicator-menu.patch
-# PATCH-FIX-UPSTREAM caffeine-fix-desktop-categories.patch lp#931874 
[email protected] -- Fix categories string and missing semi-colon.
-Patch1:         caffeine-fix-desktop-categories.patch
-# PATCH-FIX-UPSTREAM caffeine-fix-non-executable-script.patch lp#931875 
[email protected] -- Fix non-executable-script warnings.
-Patch2:         caffeine-fix-non-executable-script.patch
+Source0:        
https://launchpad.net/~caffeine-developers/+archive/ubuntu/ppa/+files/%{name}_%{version}.tar.gz
+# PATCH-FIX-UPSTREAM caffeine-fix-desktop-file-semicolon-trailing-character 
[email protected] -- Fix missing semicolon in Keywords entries.
+Patch1:         caffeine-fix-desktop-file-semicolon-trailing-character.patch
 BuildRequires:  fdupes
-# For %%glib2_gsettings_schema_* macros
-BuildRequires:  glib2-devel
 # For typelib() Requires
 BuildRequires:  gobject-introspection
 BuildRequires:  hicolor-icon-theme
@@ -43,60 +37,45 @@
 BuildRequires:  update-desktop-files
 Requires:       python-xdg
 Requires:       python-xlib
-Recommends:     %{name}-lang
+Provides:       %{name}-lang = %{version}
+Obsoletes:      %{name}-lang < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-%glib2_gsettings_schema_requires
-%py_requires
 
 %description
 Caffeine is a status bar application able to temporarily prevent the
 activation of both the screensaver and the "sleep" powersaving mode.
 
-%lang_package
 %prep
-%setup -q -n recipe-%{version}
-%patch0
+%setup -q -n %{name}
 %patch1 -p1
-%patch2 -p1
 
 %build
 python setup.py build
 
 %install
-python setup.py install -O1 --skip-build --prefix=%{_prefix} 
--root=%{buildroot}
-%suse_update_desktop_file %{name}
-%suse_update_desktop_file %{name}-preferences
-# we don't need ubuntu themes
-rm -r %{buildroot}%{_datadir}/icons/ubuntu*
-%find_lang %{name} %{?no_lang_C}
+python setup.py install -O1 --prefix=%{_prefix} --root=%{buildroot}
+%suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop
 %fdupes %{buildroot}
 
 %post
-%glib2_gsettings_schema_post
 %desktop_database_post
 %icon_theme_cache_post
 
 %postun
-%glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
 
 %files
 %defattr(-,root,root)
-%doc COPYING COPYING.LESSER ICONS.INFO README
+%doc COPYING COPYING.LESSER README
 %{_bindir}/caffeine
-%{python_sitelib}/caffeine
-%{python_sitelib}/caffeine-2.4.1-py%{py_ver}.egg-info
-%{_datadir}/applications/caffeine-preferences.desktop
+%{python_sitelib}/ewmh*
+%{python_sitelib}/caffeine-%{version}-py%{py_ver}.egg-info
 %{_datadir}/applications/caffeine.desktop
-%{_datadir}/caffeine/
-%{_datadir}/glib-2.0/schemas/net.launchpad.caffeine.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/caffeine.*
-%{_datadir}/icons/hicolor/*/status/caffeine-*.*
 %{_datadir}/pixmaps/caffeine.png
 %{_mandir}/man1/caffeine.1%{?ext_man}
-
-%files lang -f %{name}.lang
+%{_sysconfdir}/xdg/autostart/%{name}.desktop
 
 %changelog

++++++ caffeine-fix-desktop-file-semicolon-trailing-character.patch ++++++
--- a/share/applications/caffeine.desktop.orig  2014-01-31 00:24:20.000000000 
+0100
+++ b/share/applications/caffeine.desktop       2014-12-25 15:42:07.322502449 
+0100
@@ -6,6 +6,6 @@
 Terminal=false
 Type=Application
 Categories=Utility;TrayIcon;
-Keywords=Screensaver,Power,Saving,Blank
+Keywords=Screensaver,Power,Saving,Blank;
 OnlyShowIn=GNOME;Unity;
 StartupNotify=false
++++++ caffeine_2.4.1+419~oneiric1.tar.gz -> caffeine_2.7.2.tar.gz ++++++
++++ 12781 lines of diff (skipped)

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

Reply via email to