Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nulloy for openSUSE:Factory checked 
in at 2022-07-06 15:42:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nulloy (Old)
 and      /work/SRC/openSUSE:Factory/.nulloy.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nulloy"

Wed Jul  6 15:42:21 2022 rev:11 rq:987133 version:0.9.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/nulloy/nulloy.changes    2020-06-06 
23:40:59.081213427 +0200
+++ /work/SRC/openSUSE:Factory/.nulloy.new.1548/nulloy.changes  2022-07-06 
15:42:36.790571292 +0200
@@ -1,0 +2,11 @@
+Mon Jul  4 14:10:12 UTC 2022 - Dave Plater <[email protected]>
+
+- Update to v0.9.5
+- Remove incorporated patch reproducible.patch
+- Remove unneeded patch nulloy-QPainterPath-patch
+- Upstream changes:
+  *Tag editor
+  *Notify about new version once
+  *Other minor bug fixes
+
+-------------------------------------------------------------------

Old:
----
  nulloy-0.8.2.pre61qt5.9b036e.tar.gz
  nulloy-QPainterPath-patch
  reproducible.patch

New:
----
  nulloy-0.9.5.tar.gz

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

Other differences:
------------------
++++++ nulloy.spec ++++++
--- /var/tmp/diff_new_pack.dr6wO7/_old  2022-07-06 15:42:37.166571832 +0200
+++ /var/tmp/diff_new_pack.dr6wO7/_new  2022-07-06 15:42:37.170571837 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nulloy
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,38 +16,40 @@
 #
 
 
-%define rev 9b036eafd1b526c70c8fce8f5f6c1e76b9d74761
+%define rev 0.9.5
+#https://github.com/nulloy/nulloy/archive/refs/tags/0.9.5.tar.gz
 
 Name:           nulloy
-Version:        0.8.2.pre61qt5.9b036e
+Version:        0.9.5
 Release:        0
 Summary:        Music player with a Waveform Progress Bar
 License:        GPL-3.0-only
 Group:          Productivity/Multimedia/Sound/Players
 URL:            http://nulloy.com
-Source:         
https://github.com/nulloy/nulloy/archive/%{rev}.tar.gz#/%{name}-%{version}.tar.gz
-Patch0:         reproducible.patch
-Patch1:         nulloy-QPainterPath-patch
-BuildRequires:  gcc-c++
+Source:         
https://github.com/nulloy/nulloy/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+#Patch0:         reproducible.patch
+#Patch1:         nulloy-QPainterPath-patch
+BuildRequires:  clang
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libQt5Gui-private-headers-devel
+BuildRequires:  libqt5-qtbase-common-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  zip
+BuildRequires:  pkgconfig(ImageMagick)
 BuildRequires:  pkgconfig(Qt5Core) >= 5.6
 BuildRequires:  pkgconfig(Qt5Designer)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5Script)
+BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
 BuildRequires:  pkgconfig(libvlc)
-BuildRequires:  pkgconfig(phonon4qt5)
 BuildRequires:  pkgconfig(taglib)
 Recommends:     %{name}-gstreamer
 Recommends:     %{name}-taglib
-Recommends:     %{name}-phonon
 Recommends:     %{name}-vlc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -74,15 +76,6 @@
 This package contains the gstreamer playback plugin for %{name} - a lightweight
 music player with a Waveform Progressbar.
 
-%package phonon
-Summary:        Phonon plugin for %{name}
-Group:          Productivity/Multimedia/Sound/Players
-Requires:       %{name} = %{version}
-
-%description phonon
-This package contains the phonon playback plugin for %{name} - a lightweight
-music player with a Waveform Progressbar.
-
 %package vlc
 Summary:        VLC plugin for %{name}
 Group:          Productivity/Multimedia/Sound/Players
@@ -97,16 +90,17 @@
 %autopatch -p1
 
 %build
+# -Wno-error=return-type
 # This is not an autotools configure
+
 CFLAGS="%{optflags}" \
-CXXFLAGS="%{optflags}" \
-QMAKE=qmake-qt5 \
+CXXFLAGS="%{optflags} -Wno-error=return-type" \
+QMAKE=%{_libdir}/qt5/bin/qmake \
 LRELEASE=lrelease-qt5 \
 ./configure \
        --no-update-check \
        --prefix %{_prefix} \
        --vlc \
-        --phonon \
        --libdir "%{_lib}" \
        --gstreamer-tagreader
 
@@ -121,11 +115,11 @@
        --no-update-check \
        --prefix %{buildroot}%{_prefix} \
        --vlc \
-        --phonon \
        --libdir "%{_lib}" \
        --gstreamer-tagreader
 
 %makeinstall
+cp -v .tmp/nulloy.svg %{buildroot}%{_datadir}/icons/hicolor/*/apps/
 %suse_update_desktop_file %{name}
 
 %files
@@ -134,7 +128,7 @@
 %license LICENSE.GPL3
 %{_bindir}/nulloy
 %{_datadir}/applications/nulloy.desktop
-%{_datadir}/icons/hicolor/*/apps/nulloy.png
+%{_datadir}/icons/hicolor/*/apps/nulloy.svg
 %{_datadir}/nulloy
 %dir %{_libdir}/nulloy
 %dir %{_libdir}/nulloy/plugins
@@ -147,10 +141,6 @@
 %defattr(-,root,root)
 %{_libdir}/nulloy/plugins/libplugin_gstreamer.so
 
-%files phonon
-%defattr(-,root,root)
-%{_libdir}/nulloy/plugins/libplugin_phonon.so
-
 %files vlc
 %defattr(-,root,root)
 %{_libdir}/nulloy/plugins/libplugin_vlc.so

++++++ nulloy-0.8.2.pre61qt5.9b036e.tar.gz -> nulloy-0.9.5.tar.gz ++++++
++++ 18439 lines of diff (skipped)

Reply via email to