Hello community,

here is the log from the commit of package clipgrab for openSUSE:Factory 
checked in at 2019-01-24 14:15:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clipgrab (Old)
 and      /work/SRC/openSUSE:Factory/.clipgrab.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clipgrab"

Thu Jan 24 14:15:34 2019 rev:7 rq:668171 version:3.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/clipgrab/clipgrab.changes        2018-12-28 
12:35:15.703966003 +0100
+++ /work/SRC/openSUSE:Factory/.clipgrab.new.28833/clipgrab.changes     
2019-01-24 14:15:35.543211484 +0100
@@ -1,0 +2,6 @@
+Wed Jan 23 18:24:21 UTC 2019 - [email protected]
+
+- Update to version 3.8.0 (no changelog supplied)
+- Dropped clipgrab-qt5.patch (now builds natively against Qt5)
+
+-------------------------------------------------------------------

Old:
----
  clipgrab-3.7.2.tar.gz
  clipgrab-qt5.patch

New:
----
  clipgrab-3.8.0.tar.gz

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

Other differences:
------------------
++++++ clipgrab.spec ++++++
--- /var/tmp/diff_new_pack.ZubU1x/_old  2019-01-24 14:15:36.055210892 +0100
+++ /var/tmp/diff_new_pack.ZubU1x/_new  2019-01-24 14:15:36.063210882 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package clipgrab
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2008-2013 [email protected]
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           clipgrab
-Version:        3.7.2
+Version:        3.8.0
 Release:        0
 Summary:        Video downloader
 License:        GPL-3.0-or-later
@@ -26,16 +26,13 @@
 URL:            https://clipgrab.org
 Source0:        https://download.clipgrab.org/%{name}-%{version}.tar.gz
 Source1:        %{name}.desktop
-# PATCH-FIX-UPSTREAM clipgrab-qt5.patch [email protected] -- build against Qt5
-Patch0:         %{name}-qt5.patch
-BuildRequires:  ImageMagick
+BuildRequires:  ImageMagick-extra
 BuildRequires:  hicolor-icon-theme >= 0.15
-BuildRequires:  openjpeg
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5WebKit)
-BuildRequires:  pkgconfig(Qt5WebKitWidgets)
-BuildRequires:  pkgconfig(Qt5Xml)
+BuildRequires:  pkgconfig(Qt5Network) >= 5.9
+BuildRequires:  pkgconfig(Qt5WebEngine) >= 5.9
+BuildRequires:  pkgconfig(Qt5Xml) >= 5.9
 Requires:       ffmpeg
 
 %description
@@ -44,19 +41,13 @@
 
 %prep
 %setup -q
-%patch0 -p1
 chmod 0644 COPYING
-%if 0%{?suse_version} > 1500
-sed -i 's|QtWebKit/QWebView|QtWebKitWidgets/QWebView|' mainwindow.ui
-%endif
 
 %build
 # none too clean, but it beats depending on icns-utils which has problems on 
non-x86 archs
 dd if=%{name}.icns of=icon512.jp2 bs=1 skip=71836 count=79384
-# can't use ImageeMagick convert directly for it has no jpeg2000 support, cf. 
(boo#1036939)
-j2k_to_image -i icon512.jp2 -o 512.png
-for s in 16 32 128 256 ; do
-    convert -strip -resize ${s}x${s} 512.png ${s}.png
+for s in 16 32 128 256 512; do
+    convert -strip -resize ${s}x${s} icon512.jp2 ${s}.png
 done
 
 %qmake5 %{name}.pro

++++++ clipgrab-3.7.2.tar.gz -> clipgrab-3.8.0.tar.gz ++++++
++++ 29668 lines of diff (skipped)


Reply via email to