Hello community,

here is the log from the commit of package piper for openSUSE:Factory checked 
in at 2019-04-03 10:50:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/piper (Old)
 and      /work/SRC/openSUSE:Factory/.piper.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "piper"

Wed Apr  3 10:50:39 2019 rev:3 rq:690075 version:0.2.904

Changes:
--------
--- /work/SRC/openSUSE:Factory/piper/piper.changes      2019-02-01 
11:46:47.156469882 +0100
+++ /work/SRC/openSUSE:Factory/.piper.new.25356/piper.changes   2019-04-03 
10:50:44.781921043 +0200
@@ -1,0 +2,12 @@
+Sat Mar 30 09:11:19 UTC 2019 - Matthias Bach <ma...@marix.org>
+
+- Update to version 0.2.904:
+  * Adjusted to breaking DBus API changes of libratbag 0.9.905.
+  * Removed "Add Profile" button as the functionality was not
+    implemented.
+  * SVG handling is now done wholly within Piper instead of relying
+    on libratbag providing the SVGs.
+- Added patch fix-resource-generation-script-shebang.patch which
+  backports a fix for one of the build scripts.
+
+-------------------------------------------------------------------

Old:
----
  piper-0.2.903.tar.xz

New:
----
  fix-resource-generation-script-shebang.patch
  piper-0.2.904.tar.xz

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

Other differences:
------------------
++++++ piper.spec ++++++
--- /var/tmp/diff_new_pack.TnmP67/_old  2019-04-03 10:50:45.357921197 +0200
+++ /var/tmp/diff_new_pack.TnmP67/_new  2019-04-03 10:50:45.357921197 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           piper
-Version:        0.2.903
+Version:        0.2.904
 Release:        0
 Summary:        Configuration UI for gaming mice
 License:        GPL-2.0-only
@@ -26,17 +26,19 @@
 Url:            https://github.com/libratbag/piper
 Source:         %name-%version.tar.xz
 Patch1:         shebang-env.patch
+Patch2:         fix-resource-generation-script-shebang.patch
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  meson
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-gobject-devel
+BuildRequires:  python3-lxml
 BuildRequires:  update-desktop-files
 Requires:       python3-gobject
 Requires:       python3-gobject-Gdk
 Requires:       python3-lxml
-Requires:       ratbagd >= 0.9.904
+Requires:       ratbagd >= 0.9.905
 Requires(post): update-desktop-files
 Requires(postun): update-desktop-files
 
@@ -47,7 +49,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 %meson

++++++ _service ++++++
--- /var/tmp/diff_new_pack.TnmP67/_old  2019-04-03 10:50:45.405921209 +0200
+++ /var/tmp/diff_new_pack.TnmP67/_new  2019-04-03 10:50:45.405921209 +0200
@@ -2,7 +2,7 @@
   <service name="obs_scm" mode="disabled">
     <param name="url">https://github.com/libratbag/piper.git</param>
     <param name="scm">git</param>
-    <param name="revision">0.2.903</param>
+    <param name="revision">0.2.904</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
   </service>

++++++ fix-resource-generation-script-shebang.patch ++++++
From: Matthias Bach <ma...@marix.org>
Date: 2019-03-30 11:30:00 +0200
Subject: Fix the Shebang of the resource generation script
Upstream: merged

diff --git a/data/generate-piper-gresource.xml.py 
b/data/generate-piper-gresource.xml.py
index 19bc43d..af12cac 100644
--- a/data/generate-piper-gresource.xml.py
+++ b/data/generate-piper-gresource.xml.py
@@ -1,4 +1,4 @@
-#!/bin/python3
+#!/usr/bin/env python3
 
 import sys
 
++++++ piper-0.2.903.tar.xz -> piper-0.2.904.tar.xz ++++++
++++ 12698 lines of diff (skipped)


Reply via email to