Hello community,

here is the log from the commit of package lollypop-portal for openSUSE:Factory 
checked in at 2018-04-27 16:01:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lollypop-portal (Old)
 and      /work/SRC/openSUSE:Factory/.lollypop-portal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lollypop-portal"

Fri Apr 27 16:01:21 2018 rev:7 rq:598813 version:0.9.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/lollypop-portal/lollypop-portal.changes  
2018-03-30 12:08:29.299422371 +0200
+++ /work/SRC/openSUSE:Factory/.lollypop-portal.new/lollypop-portal.changes     
2018-04-27 16:01:23.843735494 +0200
@@ -1,0 +2,8 @@
+Thu Apr 19 17:12:09 UTC 2018 - [email protected]
+
+- Fix shebang replacement:
+  * We want '#!/usr/bin python3', not '#!/usr/bin/python3 python3'.
+- Use %license instead of %doc for license file (boo#1082318).
+- Clean with spec-cleaner.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lollypop-portal.spec ++++++
--- /var/tmp/diff_new_pack.XID7tl/_old  2018-04-27 16:01:24.339717292 +0200
+++ /var/tmp/diff_new_pack.XID7tl/_new  2018-04-27 16:01:24.343717145 +0200
@@ -22,15 +22,13 @@
 Summary:        Lollypop flatpak portal (advanced features for Lollypop)
 License:        GPL-3.0-or-later
 Group:          Productivity/Multimedia/Sound/Players
-Url:            https://gitlab.gnome.org/gnumdk/lollypop-portal
+URL:            https://gitlab.gnome.org/gnumdk/lollypop-portal
 Source:         %{name}-%{version}.tar.xz
-BuildRequires:  gobject-introspection-devel
-BuildRequires:  meson
-BuildRequires:  ninja
+BuildRequires:  meson >= 0.40
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.35.9
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
 BuildRequires:  pkgconfig(python3)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -38,18 +36,18 @@
 
 %prep
 %setup -q
+sed -E -i "s|/usr/bin/env python3|/usr/bin/python3|g" lollypop-portal.in
 
 %build
 %meson
+%meson_build
 
 %install
 %meson_install
 
-sed -E -i "s|/usr/bin/env|/usr/bin/python3|g" 
%{buildroot}%{_libexecdir}/lollypop-portal
-
 %files
-%defattr(-,root,root)
-%doc LICENSE README.md
+%doc README.md
+%license LICENSE
 %{_datadir}/dbus-1/services/org.gnome.Lollypop.Portal.service
 %{_libexecdir}/lollypop-portal
 


Reply via email to