Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cervisia for openSUSE:Factory checked in at 2021-04-25 21:26:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cervisia (Old) and /work/SRC/openSUSE:Factory/.cervisia.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cervisia" Sun Apr 25 21:26:13 2021 rev:98 rq:887590 version:21.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cervisia/cervisia.changes 2021-03-08 15:18:44.458003880 +0100 +++ /work/SRC/openSUSE:Factory/.cervisia.new.12324/cervisia.changes 2021-04-25 21:26:27.348360688 +0200 @@ -1,0 +2,24 @@ +Fri Apr 16 16:11:06 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.04 +- No code change since 21.03.90 +- Stop owning directories provided by the filesystem package (boo#1184786) + +------------------------------------------------------------------- +Fri Apr 9 17:39:33 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.03.90 + * New feature release +- No code change since 21.03.80 + +------------------------------------------------------------------- +Sun Mar 21 13:27:10 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.03.80 + * New feature release +- No code change since 20.12.3 + +------------------------------------------------------------------- Old: ---- cervisia-20.12.3.tar.xz cervisia-20.12.3.tar.xz.sig New: ---- cervisia-21.04.0.tar.xz cervisia-21.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cervisia.spec ++++++ --- /var/tmp/diff_new_pack.bMTU37/_old 2021-04-25 21:26:28.064361549 +0200 +++ /var/tmp/diff_new_pack.bMTU37/_new 2021-04-25 21:26:28.068361554 +0200 @@ -1,7 +1,7 @@ # # spec file for package cervisia # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,13 +21,17 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: cervisia -Version: 20.12.3 +Version: 21.04.0 Release: 0 Summary: CVS Frontend License: GPL-2.0-only AND GFDL-1.2-only AND LGPL-2.0-only Group: Development/Tools/Version Control -URL: https://www.kde.org/ +URL: https://apps.kde.org/cervisia Source: 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 BuildRequires: extra-cmake-modules BuildRequires: subversion-devel BuildRequires: update-desktop-files @@ -43,10 +47,6 @@ BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5DBus) BuildRequires: cmake(Qt5Widgets) -%if %{with lang} -Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig -Source2: applications.keyring -%endif Recommends: %{name}-lang %description -n cervisia @@ -55,7 +55,7 @@ %lang_package %prep -%setup -q +%autosetup -p1 %build %ifarch ppc64 @@ -80,8 +80,7 @@ %files %license COPYING COPYING.DOC COPYING.LIB %doc ChangeLog README -%dir %{_kf5_appstreamdir} -%dir %{_kf5_configkcfgdir}/ +%doc %lang(en) %{_kf5_htmldir}/en/cervisia/ %{_kf5_applicationsdir}/org.kde.cervisia.desktop %{_kf5_appstreamdir}/org.kde.cervisia.appdata.xml %{_kf5_bindir}/cervisia @@ -89,7 +88,6 @@ %{_kf5_bindir}/cvsservice5 %{_kf5_configkcfgdir}/cervisiapart.kcfg %{_kf5_dbusinterfacesdir}/org.kde.cervisia5.*.xml -%doc %lang(en) %{_kf5_htmldir}/en/cervisia/ %{_kf5_iconsdir}/hicolor/*/*/* %{_kf5_kxmlguidir}/cervisia/ %{_kf5_kxmlguidir}/cervisiapart/ ++++++ cervisia-20.12.3.tar.xz -> cervisia-21.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cervisia-20.12.3/CMakeLists.txt new/cervisia-21.04.0/CMakeLists.txt --- old/cervisia-20.12.3/CMakeLists.txt 2021-03-02 01:47:13.000000000 +0100 +++ new/cervisia-21.04.0/CMakeLists.txt 2021-04-16 10:43:25.000000000 +0200 @@ -1,9 +1,9 @@ cmake_minimum_required(VERSION 3.5) # KDE Application Version, managed by release script -set(RELEASE_SERVICE_VERSION_MAJOR "20") -set(RELEASE_SERVICE_VERSION_MINOR "12") -set(RELEASE_SERVICE_VERSION_MICRO "3") +set(RELEASE_SERVICE_VERSION_MAJOR "21") +set(RELEASE_SERVICE_VERSION_MINOR "04") +set(RELEASE_SERVICE_VERSION_MICRO "0") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(cervisia VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cervisia-20.12.3/org.kde.cervisia.appdata.xml new/cervisia-21.04.0/org.kde.cervisia.appdata.xml --- old/cervisia-20.12.3/org.kde.cervisia.appdata.xml 2021-02-25 00:27:55.000000000 +0100 +++ new/cervisia-21.04.0/org.kde.cervisia.appdata.xml 2021-04-14 17:22:39.000000000 +0200 @@ -106,9 +106,9 @@ <binary>cervisia</binary> </provides> <releases> + <release version="21.04.0" date="2021-04-22"/> <release version="20.12.3" date="2021-03-04"/> <release version="20.12.2" date="2021-02-04"/> <release version="20.12.1" date="2021-01-07"/> - <release version="20.12.0" date="2020-12-10"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cervisia-20.12.3/po/pl/cervisia.po new/cervisia-21.04.0/po/pl/cervisia.po --- old/cervisia-20.12.3/po/pl/cervisia.po 2021-03-02 01:47:13.000000000 +0100 +++ new/cervisia-21.04.0/po/pl/cervisia.po 2021-04-16 10:43:25.000000000 +0200 @@ -1,5 +1,5 @@ # translation of cervisia.po to -# Version: $Revision: 1569808 $ +# Version: $Revision: 1597685 $ # Copyright (C) 2002,2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # # Marta Rybczynska <mrybczyn...@poczta.onet.pl>, 2002, 2004, 2005. @@ -8,20 +8,20 @@ # Marta Rybczy??ska <mrybczy...@poczta.onet.pl>, 2003, 2005. # Krzysztof Lichota <lich...@mimuw.edu.pl>, 2005, 2006. # Marta Rybczy??ska <kde-i...@rybczynska.net>, 2007, 2008, 2009, 2010. -# ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>, 2011, 2014, 2016, 2017. +# ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>, 2011, 2014, 2016, 2017, 2021. msgid "" msgstr "" "Project-Id-Version: cervisia\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 03:11+0200\n" -"PO-Revision-Date: 2017-12-09 07:42+0100\n" +"PO-Revision-Date: 2021-04-04 08:09+0200\n" "Last-Translator: ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>\n" "Language-Team: Polish <kde-i18n-...@kde.org>\n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 20.12.1\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" @@ -600,7 +600,7 @@ #: cervisiapart.cpp:529 #, kde-format msgid "&Import..." -msgstr "&Importuj..." +msgstr "Za&importuj..." #: cervisiapart.cpp:532 #, kde-format @@ -1055,7 +1055,7 @@ #: checkoutdialog.cpp:197 #, kde-format msgid "Import as &binaries" -msgstr "Importuj jako &binaria" +msgstr "Zaimportuj jako &binaria" #: checkoutdialog.cpp:201 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cervisia-20.12.3/po/zh_CN/cervisia.po new/cervisia-21.04.0/po/zh_CN/cervisia.po --- old/cervisia-20.12.3/po/zh_CN/cervisia.po 2021-03-02 01:47:13.000000000 +0100 +++ new/cervisia-21.04.0/po/zh_CN/cervisia.po 2021-04-16 10:43:25.000000000 +0200 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 03:11+0200\n" -"PO-Revision-Date: 2021-02-04 12:01\n" +"PO-Revision-Date: 2021-03-27 17:31\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cervisia-20.12.3/po/zh_CN/cvsservice.po new/cervisia-21.04.0/po/zh_CN/cvsservice.po --- old/cervisia-20.12.3/po/zh_CN/cvsservice.po 2021-03-02 01:47:13.000000000 +0100 +++ new/cervisia-21.04.0/po/zh_CN/cvsservice.po 2021-04-16 10:43:25.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 03:11+0200\n" -"PO-Revision-Date: 2021-02-04 12:01\n" +"PO-Revision-Date: 2021-03-27 17:31\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"