Hello community,

here is the log from the commit of package xfce4-power-manager for 
openSUSE:Factory checked in at 2019-08-20 10:58:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-power-manager (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-power-manager.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-power-manager"

Tue Aug 20 10:58:17 2019 rev:72 rq:724084 version:1.6.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-power-manager/xfce4-power-manager.changes  
2018-05-16 11:43:55.803196490 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-power-manager.new.22127/xfce4-power-manager.changes
       2019-08-20 10:58:17.920669883 +0200
@@ -1,0 +2,66 @@
+Fri Aug 16 12:56:05 UTC 2019 - Maurizio Galli <[email protected]>
+
+- Fixed sources in spec file
+
+-------------------------------------------------------------------
+Mon Aug 12 09:54:44 UTC 2019 - Maurizio Galli <[email protected]>
+
+- Update to version 1.6.5
+  * Improve size of critical power level spin
+  * Correctly hide brightness label (bxo#14649)
+  * Replace GtkStock buttons
+  * Add icons to close and help buttons in prefs
+  * Translation Updates 
+- Cleaned up spec file
+
+-------------------------------------------------------------------
+Sun Jul 28 14:23:09 UTC 2019 - Marcel Kuehlhorn <[email protected]>
+
+- Update to version 1.6.4
+  * Make inhibition affect dimming and inactivity action (bxo#14687)
+  * Add support of xfce4-screensaver
+  * Disable trayicon when panel plugin is present (bxo#15682)
+  * Translation updates
+
+-------------------------------------------------------------------
+Wed Jul 17 18:37:53 UTC 2019 - Maurizio Galli <[email protected]>
+
+- Panel plugin sub-package renamed to follow upstream name:
+  xfce4-foo-plugin
+
+-------------------------------------------------------------------
+Sun Jun 30 22:55:06 UTC 2019 - Marcel Kuehlhorn <[email protected]>
+
+- Update to version 1.6.3
+  * Revert "Read from actual_brightness instead of brightness"
+  * Translation updates
+- Validate appstream metadata
+
+-------------------------------------------------------------------
+Fri May 17 16:30:26 UTC 2019 - Maurizio Galli <[email protected]>
+
+- Update to version 1.6.2
+  * Fix compiler warning (bxo#14104)
+  * Fix various warnings
+  * Don't autostart the power manager in the LXQt DE (bxo#14450)
+  * Don't overwrite the user's XScreensaver settings (bxo#14968)
+  * Fix slider labels (bxo#14395)
+  * Replace xfconf_channel_new by xfconf_channel_get
+  * Read from actual_brightness instead of brightness
+  * Fix g_type_class_add_private is deprecated
+  * Handle glib deprecations
+  * Use the newer up_client_get_devices2
+  * Install Appdata in metainfo (bxo#15380)
+  * plugin: Show discharge level even in unknown state (bxo#15280)
+  * settings: change "going from sleep" to "going to sleep"(bxo#15144)
+  * settings: Improve devices tab visually by adding frame 
+  * Translation updates
+- Dropped obsolete patches:
+  - xfce4-power-manager-1.6.1-fix-no-return-in-nonvoid.diff
+  - xfce4-power-manager-1.6.1-no-show-in-lxqt.diff
+- Added bcond to build with sources from git master branch
+- Switched to %autosetup for simpler maintenance
+- Switch urls to https://
+- Cleaned up spec file
+
+-------------------------------------------------------------------

Old:
----
  xfce4-power-manager-1.6.1-fix-no-return-in-nonvoid.diff
  xfce4-power-manager-1.6.1-no-show-in-lxqt.diff
  xfce4-power-manager-1.6.1.tar.bz2

New:
----
  _service
  xfce4-power-manager-1.6.5.tar.bz2

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

Other differences:
------------------
++++++ xfce4-power-manager.spec ++++++
--- /var/tmp/diff_new_pack.nkYGpJ/_old  2019-08-20 10:58:18.480669767 +0200
+++ /var/tmp/diff_new_pack.nkYGpJ/_new  2019-08-20 10:58:18.480669767 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-power-manager
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,24 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define panel_version 4.12.0
+%bcond_with git
 Name:           xfce4-power-manager
-Version:        1.6.1
+Version:        1.6.5
 Release:        0
 Summary:        Power Management for the Xfce Desktop Environment
 License:        GPL-2.0-or-later
 Group:          System/GUI/XFCE
-Url:            
http://goodies.xfce.org/projects/applications/xfce4-power-manager
-Source0:        
http://archive.xfce.org/src/xfce/xfce4-power-manager/1.6/%{name}-%{version}.tar.bz2
+URL:            
https://goodies.xfce.org/projects/applications/xfce4-power-manager
+Source0:        
https://archive.xfce.org/src/xfce/xfce4-power-manager/1.6/%{name}-%{version}.tar.bz2
 Source1:        xfce4-power-manager.xml
-# PATCH-FIX-Upstream xfce4-power-manager-1.6.1-fix-no-return-in-nonvoid.diff 
-- [email protected]
-Patch0:         xfce4-power-manager-1.6.1-fix-no-return-in-nonvoid.diff
-# PATCH-FIX-openSUSE xfce4-power-manager-1.6.1-no-show-in-lxqt.diff -- 
[email protected]
-Patch1:         xfce4-power-manager-1.6.1-no-show-in-lxqt.diff
+BuildRequires:  appstream-glib
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libxslt-tools
@@ -43,21 +41,23 @@
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libxfce4panel-2.0) >= %{panel_version}
-BuildRequires:  pkgconfig(libxfce4ui-1)
-BuildRequires:  pkgconfig(libxfce4util-1.0)
+BuildRequires:  pkgconfig(libxfce4ui-2) >= 4.12.0
+BuildRequires:  pkgconfig(libxfce4util-1.0) >= 4.12.0
 BuildRequires:  pkgconfig(libxfconf-0)
 BuildRequires:  pkgconfig(polkit-gobject-1) >= 0.100
 BuildRequires:  pkgconfig(upower-glib) >= 0.99.0
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xrandr)
+%if %{with git}
+BuildRequires:  xfce4-dev-tools
+%endif
 Requires:       polkit
 Requires:       systemd
 Requires:       upower
 Recommends:     %{name}-lang = %{version}
 Provides:       xfce4-power-manager-doc = %{version}
 Obsoletes:      xfce4-power-manager-doc <= 1.2.0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The Xfce Power Manager is a tool for the Xfce desktop environment for managing
@@ -69,7 +69,7 @@
 Furthermore, it provides a standardized inhibit interface which allows
 applications to prevent automatic sleep actions via the power manager.
 
-%package -n xfce4-panel-plugin-power-manager
+%package -n xfce4-power-manager-plugin
 Summary:        Xfce Panel Plugin for Monitoring Batteries and Changing the 
Display Brightness
 Group:          System/GUI/XFCE
 Requires:       %{name} = %{version}
@@ -78,8 +78,11 @@
 Obsoletes:      xfce4-panel-plugin-brightness <= 1.3.0
 Provides:       xfce4-panel-plugin-xfce4battery = %{version}
 Obsoletes:      xfce4-panel-plugin-xfce4battery <= 1.3.1
+# package was renamed in 2019 after Leap 15.1
+Obsoletes:      xfce4-panel-plugin-power-manager < %{version}-%{release}
+Provides:       xfce4-panel-plugin-power-manager = %{version}-%{release}
 
-%description -n xfce4-panel-plugin-power-manager
+%description -n xfce4-power-manager-plugin
 This package provides a plugin for the Xfce panel for monitoring battery and
 device charge levels and to regulate display brightness.
 
@@ -99,9 +102,7 @@
 %lang_package
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
+%autosetup
 
 # xfce4-pm-helper is only needed on non-systemd systems
 xsltproc --nonet - ./src/org.xfce.power.policy.in2 <<'EOF' \
@@ -124,8 +125,14 @@
 EOF
 
 %build
+%if %{with git}
+NOCONFIGURE=1 ./autogen.sh
+%configure \
+    --enable-maintainer-mode
+%else
 %configure
-make %{?_smp_mflags} V=1
+%endif
+%make_build
 
 %install
 %make_install
@@ -145,17 +152,11 @@
 
 %fdupes %{buildroot}/%{_datadir}
 
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
+appstream-util validate-relax --nonet 
%{buildroot}%{_datadir}/metainfo/*.appdata.xml
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README ChangeLog
+%doc AUTHORS NEWS README ChangeLog
+%license COPYING
 %{_bindir}/xfce4-power-manager
 %{_bindir}/xfce4-power-manager-settings
 %{_sbindir}/xfpm-power-backlight-helper
@@ -164,21 +165,18 @@
 %dir %{_datadir}/polkit-1
 %dir %{_datadir}/polkit-1/actions
 %{_datadir}/polkit-1/actions/org.xfce.power.policy
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/xfce4-power-manager.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/xfce4-power-manager.appdata.xml
 %{_datadir}/applications/xfce4-power-manager-settings.desktop
 %{_datadir}/icons/hicolor/*/*/*
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
-%files -n xfce4-panel-plugin-power-manager
-%defattr(-,root,root)
+%files -n xfce4-power-manager-plugin
 %{_libdir}/xfce4/panel/plugins/libxfce4powermanager.so
 %{_datadir}/xfce4/panel/plugins/power-manager-plugin.desktop
 
 %files branding-upstream
-%defattr(-,root,root)
 %dir %{_sysconfdir}/xdg/xfce4
 %dir %{_sysconfdir}/xdg/xfce4/xfconf
 %dir %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml

++++++ _service ++++++
<?xml version="1.0"?>
<services>
  <service name="obs_scm" mode="disabled">
    <param name="url">https://git.xfce.org/xfce/xfce4-power-manager/</param>
    <param name="scm">git</param>
    <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
    <param name="changesgenerate">enable</param>
    <param name="changesauthor">[email protected]</param>
    <param name="versionrewrite-pattern">xfce4powermanager(.*)</param>
  </service>
  <service name="set_version" mode="disabled"/>
  <service name="tar" mode="disabled"/>
  <service name="recompress" mode="disabled">
    <param name="compression">xz</param>
    <param name="file">*.tar</param>
  </service>
</services>
++++++ xfce4-power-manager-1.6.1.tar.bz2 -> xfce4-power-manager-1.6.5.tar.bz2 
++++++
++++ 78916 lines of diff (skipped)


Reply via email to