Hello community,

here is the log from the commit of package baka-mplayer for openSUSE:Factory 
checked in at 2018-10-26 11:10:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/baka-mplayer (Old)
 and      /work/SRC/openSUSE:Factory/.baka-mplayer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "baka-mplayer"

Fri Oct 26 11:10:22 2018 rev:3 rq:644649 version:2.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/baka-mplayer/baka-mplayer.changes        
2017-03-31 15:07:24.054084432 +0200
+++ /work/SRC/openSUSE:Factory/.baka-mplayer.new/baka-mplayer.changes   
2018-10-26 11:10:26.117705946 +0200
@@ -1,0 +2,5 @@
+Thu Oct 25 10:13:33 UTC 2018 - Ondřej Súkup <[email protected]>
+
+- cleanup specfile 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ baka-mplayer.spec ++++++
--- /var/tmp/diff_new_pack.RiyKgz/_old  2018-10-26 11:10:26.525705399 +0200
+++ /var/tmp/diff_new_pack.RiyKgz/_new  2018-10-26 11:10:26.525705399 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package baka-mplayer
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,9 +20,9 @@
 Version:        2.0.4
 Release:        0
 Summary:        A media player with UI using libmpv
-License:        GPL-2.0+ and Apache-2.0
+License:        GPL-2.0-or-later AND Apache-2.0
 Group:          Productivity/Multimedia/Video/Players
-Url:            http://bakamplayer.u8sand.net/
+URL:            http://bakamplayer.u8sand.net/
 Source0:        
https://github.com/u8sand/Baka-MPlayer/archive/v%{version}.tar.gz#/Baka-MPlayer-%{version}.tar.gz
 Patch0:         ceil.patch
 BuildRequires:  libqt5-linguist
@@ -35,8 +35,6 @@
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5X11Extras)
 BuildRequires:  pkgconfig(mpv)
-Requires(post): hicolor-icon-theme
-Requires(postun): hicolor-icon-theme
 
 %description
 Baka MPlayer is a libmpv-based multimedia player. It supports gesture
@@ -48,32 +46,22 @@
 %patch0 -p1
 
 %build
-QMAKE=qmake-qt5 \
-    qmake-qt5 src/Baka-MPlayer.pro CONFIG+="release install_translations 
man.extra" \
+%qmake5 src/Baka-MPlayer.pro CONFIG+="release install_translations man.extra" \
     lupdate=lupdate-qt5 lrelease=lrelease-qt5  \
-    DOCDIR=%{_docdir} LICENSEDIR=%{_docdir} \
-    QMAKE_CFLAGS+="%{optflags}" QMAKE_CXXFLAGS+="%{optflags}"
+    DOCDIR=%{_docdir}
 
-make %{?_smp_mflags}
+%make_jobs
 
 %install
-make install INSTALL_ROOT=%{buildroot}
+%qmake5_install
 %suse_update_desktop_file %{name} AudioVideo Video Player
 
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %files
-%defattr(-,root,root)
-%doc LICENSE DOCS/%{name}.md
+%license LICENSE
+%doc DOCS/%{name}.md
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
-%{_mandir}/man1/%{name}.1%{ext_man}
+%{_mandir}/man1/%{name}.1%{?ext_man}
 %{_datadir}/pixmaps/%{name}.svg
 %{_datadir}/icons/hicolor/scalable
 %{_datadir}/icons/hicolor/scalable/apps


Reply via email to