Hello community,

here is the log from the commit of package mpc-qt for openSUSE:Factory checked 
in at 2020-07-06 16:25:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpc-qt (Old)
 and      /work/SRC/openSUSE:Factory/.mpc-qt.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mpc-qt"

Mon Jul  6 16:25:24 2020 rev:11 rq:818702 version:18.08+git20200704

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpc-qt/mpc-qt.changes    2020-03-19 
19:54:27.620278019 +0100
+++ /work/SRC/openSUSE:Factory/.mpc-qt.new.3060/mpc-qt.changes  2020-07-06 
16:28:48.515073091 +0200
@@ -1,0 +2,8 @@
+Fri Jul  3 08:19:18 UTC 2020 - Luigi Baldoni <[email protected]>
+
+- Update to version 18.08+git20200704
+- Switch again to the original developer's repository
+- Add _service 
+- Drop mpv-qthelper.patch (merged upstream)
+
+-------------------------------------------------------------------

Old:
----
  mpc-qt-18.08+git20190618.tar.gz
  mpv-qthelper.patch

New:
----
  _service
  mpc-qt-18.08+git20200704.tar.xz

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

Other differences:
------------------
++++++ mpc-qt.spec ++++++
--- /var/tmp/diff_new_pack.wLNWkl/_old  2020-07-06 16:28:51.347081774 +0200
+++ /var/tmp/diff_new_pack.wLNWkl/_new  2020-07-06 16:28:51.351081787 +0200
@@ -17,17 +17,13 @@
 
 
 Name:           mpc-qt
-Version:        18.08+git20190618
+Version:        18.08+git20200704
 Release:        0
 Summary:        Media Player Classic Qute Theater
 License:        GPL-2.0-only
 URL:            https://github.com/cmdrkotori/mpc-qt
-# the original cvs at https://github.com/cmdrkotori/mpc-qt.git is gone
-# this is a dump of the reconstructed tree at 
https://gitlab.com/lbaldoni/mpc-qt.git
-Source0:        %{name}-%{version}.tar.gz
+Source0:        %{name}-%{version}.tar.xz
 Source1:        %{name}.changes
-# PATCH-FIX-UPSTREAM mpv-qthelper.patch including header removed from mpv-devel
-Patch0:         mpv-qthelper.patch
 BuildRequires:  libQt5Gui-private-headers-devel
 BuildRequires:  libqt5-linguist
 BuildRequires:  pkgconfig(Qt5Core)
@@ -37,7 +33,7 @@
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4
 BuildRequires:  pkgconfig(Qt5X11Extras)
 BuildRequires:  pkgconfig(mpv) >= 1.101.0
-%if 0%{?suse_version} >= 1500
+%if 0%{?suse_version} > 1500
 BuildRequires:  gcc-c++
 %else
 BuildRequires:  gcc7-c++
@@ -51,15 +47,13 @@
 rm -rf mpv-dev
 
 %build
-export CC=gcc
 export CXX=g++
-test -x "$(type -p gcc-7)" && export CC=gcc-7
 test -x "$(type -p g++-7)" && export CXX=g++-7
 qmake-qt5 \
   QMAKE_CFLAGS+="%{optflags}" QMAKE_CXXFLAGS+="%{optflags}" \
   QMAKE_CC="${CC}" QMAKE_CXX="${CXX}" PREFIX=%{_prefix} \
   mpc-qt.pro
-make %{?_smp_mflags}
+%make_build
 
 %install
 mkdir -p %{buildroot}/%{_bindir} \

++++++ _service ++++++
<services>
  <service mode="disabled" name="tar_scm">
    <param name="url">https://github.com/cmdrkotori/mpc-qt-origin.git</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="revision">master</param>
    <param name="versionformat">@PARENT_TAG@+git%cd</param>
    <param name="versionrewrite-pattern">v(.*)</param>
    <param name="filename">mpc-qt</param>
  </service>
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version" />
</services>


Reply via email to