Hello community,

here is the log from the commit of package ktorrent for openSUSE:Factory 
checked in at 2020-12-17 17:02:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktorrent (Old)
 and      /work/SRC/openSUSE:Factory/.ktorrent.new.5145 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktorrent"

Thu Dec 17 17:02:32 2020 rev:116 rq:855245 version:20.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktorrent/ktorrent.changes        2020-07-14 
07:58:27.541628275 +0200
+++ /work/SRC/openSUSE:Factory/.ktorrent.new.5145/ktorrent.changes      
2020-12-17 17:07:06.289839813 +0100
@@ -1,0 +2,29 @@
+Sat Dec  5 23:17:18 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-12-apps-update
+- No code change since 20.11.90
+
+-------------------------------------------------------------------
+Fri Nov 27 15:17:32 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 20.11.90
+  * New feature release
+- No code change since 20.11.80
+
+-------------------------------------------------------------------
+Sat Nov 14 09:33:21 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 20.11.80.
+  * New feature release
+- ktorrent is now released using the KDE release service.
+- Drop Update-FindTaglib-from-ECM.patch. No longer needed.
+
+-------------------------------------------------------------------
+Thu Aug 27 13:20:31 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Spec cleanup
+
+-------------------------------------------------------------------

Old:
----
  Update-FindTaglib-from-ECM.patch
  ktorrent-5.2.0.tar.xz

New:
----
  applications.keyring
  ktorrent-20.12.0.tar.xz
  ktorrent-20.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ ktorrent.spec ++++++
--- /var/tmp/diff_new_pack.UqmCsf/_old  2020-12-17 17:07:06.913840433 +0100
+++ /var/tmp/diff_new_pack.UqmCsf/_new  2020-12-17 17:07:06.917840436 +0100
@@ -16,20 +16,25 @@
 #
 
 
+# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
+%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+%bcond_without lang
 Name:           ktorrent
-Version:        5.2.0
+Version:        20.12.0
 Release:        0
 Summary:        KDE BitTorrent Client
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/File-Sharing
 URL:            https://kde.org/applications/internet/org.kde.ktorrent/
-Source0:        
https://download.kde.org/stable/ktorrent/%{version}/%{name}-%{version}.tar.xz
-Source2:        ktorrent.1
-Source3:        ktupnptest.1
+Source0:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
+Source3:        ktorrent.1
+Source4:        ktupnptest.1
 # PATCH-FIX-OPENSUSE initial-preference.diff [email protected] -- 
InitialPreference to set it as the default torrent downloader
 Patch0:         initial-preference.diff
-# PATCH-FIX-UPSTREAM
-Patch1:         Update-FindTaglib-from-ECM.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  libboost_headers-devel
@@ -57,13 +62,13 @@
 BuildRequires:  cmake(KF5Solid)
 BuildRequires:  cmake(KF5Syndication)
 BuildRequires:  cmake(KF5TextWidgets)
-BuildRequires:  cmake(KF5Torrent) >= 2.2
+BuildRequires:  cmake(KF5Torrent)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  cmake(LibKWorkspace)
 BuildRequires:  cmake(Phonon4Qt5)
-BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5Core) >= 5.14
 BuildRequires:  cmake(Qt5DBus)
 BuildRequires:  cmake(Qt5Network)
 BuildRequires:  cmake(Qt5Script)
@@ -83,31 +88,35 @@
 %lang_package
 
 %prep
-%setup -q
-%autopatch -p1
+%autosetup -p1
 
 %build
 %cmake_kf5 -d build
-%make_jobs
+%cmake_build
 
 %install
 %kf5_makeinstall -C build
 
 # Add man pages from help2man edited.
 mkdir -p %{buildroot}%{_mandir}/man1
-cp -a %{SOURCE2} %{buildroot}%{_mandir}/man1
 cp -a %{SOURCE3} %{buildroot}%{_mandir}/man1
+cp -a %{SOURCE4} %{buildroot}%{_mandir}/man1
 
 # Fix any .py files with shebangs and wrong permissions.
 find %{buildroot} -name "*.py" -perm 0644 -exec grep -l '#!' {} + | \
        xargs -rd'\n' chmod -f a+x
 
+# E: env-script-interpreter
+find %{buildroot}%{_kf5_sharedir}/ktorrent/scripts -name "*.py" -exec sed -i 
's#env kf5kross#kf5kross#' {} \;
+
 %suse_update_desktop_file -r org.kde.ktorrent Qt KDE Network P2P
 
 %fdupes -s %{buildroot}
 
+%if %{with lang}
 %find_lang %{name}
-%kf5_find_htmldocs
+%{kf5_find_htmldocs}
+%endif
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -115,11 +124,11 @@
 %files
 %license COPYING
 %doc ChangeLog RoadMap
+%{_kf5_applicationsdir}/org.kde.ktorrent.desktop
+%{_kf5_appstreamdir}/org.kde.ktorrent.appdata.xml
 %{_kf5_bindir}/ktmagnetdownloader
 %{_kf5_bindir}/ktorrent
 %{_kf5_bindir}/ktupnptest
-%{_kf5_applicationsdir}/org.kde.ktorrent.desktop
-%{_kf5_appstreamdir}/org.kde.ktorrent.appdata.xml
 %{_kf5_htmldir}/en/ktorrent/
 %{_kf5_iconsdir}/hicolor/*/*/*.png
 %{_kf5_iconsdir}/hicolor/*/*/*.svgz
@@ -131,6 +140,8 @@
 %{_kf5_plugindir}/
 %{_kf5_sharedir}/ktorrent/
 
+%if %{with lang}
 %files lang -f %{name}.lang
+%endif
 
 %changelog

++++++ ktorrent-5.2.0.tar.xz -> ktorrent-20.12.0.tar.xz ++++++
++++ 496329 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to