Hello community,

here is the log from the commit of package systemsettings5 for openSUSE:Factory 
checked in at 2016-08-08 13:56:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old)
 and      /work/SRC/openSUSE:Factory/.systemsettings5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemsettings5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes  
2016-07-15 12:28:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes     
2016-08-08 13:56:40.000000000 +0200
@@ -1,0 +2,28 @@
+Thu Jul 21 21:18:35 UTC 2016 - jeng...@inai.de
+
+- Re-set rpm group
+
+-------------------------------------------------------------------
+Wed Jul 20 08:54:44 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.7.2.php
+
+-------------------------------------------------------------------
+Wed Jul 13 06:13:39 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.7.1.php
+
+-------------------------------------------------------------------
+Tue Jul  5 11:59:45 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+- Remove rpmlintrc file, it is not needed any more now
+
+-------------------------------------------------------------------

Old:
----
  systemsettings-5.7.0.tar.xz
  systemsettings5-rpmlintrc

New:
----
  systemsettings-5.7.2.tar.xz

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

Other differences:
------------------
++++++ systemsettings5.spec ++++++
--- /var/tmp/diff_new_pack.2kHDa7/_old  2016-08-08 13:56:41.000000000 +0200
+++ /var/tmp/diff_new_pack.2kHDa7/_new  2016-08-08 13:56:41.000000000 +0200
@@ -18,14 +18,13 @@
 
 %bcond_without lang
 Name:           systemsettings5
-Version:        5.7.0
+Version:        5.7.2
 Release:        0
 Summary:        KDE's control center
 License:        GPL-2.0+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org/
 Source:         systemsettings-%{version}.tar.xz
-Source99:       %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System 
Administration category, needed at least for YaST KCM
 Patch0:         install_administration_category.diff
 # PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to 
Configure Desktop, in order to cause less confusion for KDE4 users
@@ -57,7 +56,7 @@
 
 %package devel
 Summary:        KDE's control center
-Group:          System/GUI/KDE
+Group:          Development/Libraries/KDE
 Requires:       %{name} = %{version}
 Conflicts:      kdebase4-workspace-devel
 
@@ -73,11 +72,14 @@
 %endif
 
 %build
-  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+  %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
   %make_jobs
 
 %install
   %kf5_makeinstall -C build
+%if %{with lang}
+  %kf5_find_lang
+%endif
   %suse_update_desktop_file  kdesystemsettings X-SuSE-core
 
 %post   -p /sbin/ldconfig
@@ -106,9 +108,7 @@
 %{_includedir}/*
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
+%files lang -f %{name}.lang
 %doc %lang(ca) %{_kf5_htmldir}/ca/
 %doc %lang(de) %{_kf5_htmldir}/de/
 %doc %lang(it) %{_kf5_htmldir}/it/

++++++ systemsettings-5.7.0.tar.xz -> systemsettings-5.7.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.0/CMakeLists.txt 
new/systemsettings-5.7.2/CMakeLists.txt
--- old/systemsettings-5.7.0/CMakeLists.txt     2016-06-30 17:15:05.000000000 
+0200
+++ new/systemsettings-5.7.2/CMakeLists.txt     2016-07-19 13:15:44.000000000 
+0200
@@ -1,5 +1,5 @@
 project(systemsettings)
-set(PROJECT_VERSION "5.7.0")
+set(PROJECT_VERSION "5.7.2")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.0/doc/CMakeLists.txt 
new/systemsettings-5.7.2/doc/CMakeLists.txt
--- old/systemsettings-5.7.0/doc/CMakeLists.txt 2016-06-30 17:15:05.000000000 
+0200
+++ new/systemsettings-5.7.2/doc/CMakeLists.txt 2016-07-19 13:15:44.000000000 
+0200
@@ -1,8 +1,8 @@
 add_subdirectory(en)
-add_subdirectory(ca)
 add_subdirectory(de)
 add_subdirectory(it)
+add_subdirectory(sv)
 add_subdirectory(nl)
 add_subdirectory(pt_BR)
-add_subdirectory(sv)
 add_subdirectory(uk)
+add_subdirectory(ca)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.0/doc/ca/index.docbook 
new/systemsettings-5.7.2/doc/ca/index.docbook
--- old/systemsettings-5.7.0/doc/ca/index.docbook       2016-06-30 
17:14:58.000000000 +0200
+++ new/systemsettings-5.7.2/doc/ca/index.docbook       2016-07-19 
13:15:37.000000000 +0200
@@ -8,7 +8,7 @@
 
 <bookinfo>
 <title
->El manual de &systemsettings;</title>
+>El manual del &systemsettings;</title>
 
 <authorgroup>
 <author
@@ -74,7 +74,7 @@
 </tip>
 
 <para
->&systemsettings; aplega tots els mòduls de configuració en diverses 
categories: <itemizedlist>
+>L'&systemsettings; aplega tots els mòduls de configuració en diverses 
categories: <itemizedlist>
 <listitem
 ><para
 ><link linkend="appearance"
@@ -115,10 +115,10 @@
 
 <chapter id="using-kapp">
 <title
->Usar &systemsettings;</title>
+>Ús de l'&systemsettings;</title>
 
 <para
->En aquesta secció es detalla l'ús de &systemsettings;. Per a obtenir 
informació sobre cada mòdul individual, si us plau, consulteu <link 
linkend="modules"
+>En aquesta secció es detalla l'ús de l'&systemsettings;. Per a obtenir 
informació sobre cada mòdul individual, si us plau, consulteu <link 
linkend="modules"
 >Mòduls de &systemsettings;</link
 >. </para>
 
@@ -195,7 +195,7 @@
 
 <sect1 id="general">
 <title
->Les categories i els mòduls de &systemsettings;</title>
+>Les categories i els mòduls de l'&systemsettings;</title>
 <para
 >Un breu resum de totes les categories i els seus mòduls:</para>
 
@@ -365,7 +365,7 @@
 >Sortir de l'&systemsettings;</title>
 
 <para
->Es pot sortir de &systemsettings; en una d'aquestes dues maneres: </para>
+>Es pot sortir de l'&systemsettings; en una d'aquestes dues maneres: </para>
 
 <orderedlist>
 <listitem>
@@ -387,12 +387,12 @@
 
 <sect1 id="configuring">
 <title
->Configura &systemsettings;</title>
+>Configuració de l'&systemsettings;</title>
 
 <para
 >La icona <guiicon
 >Configura</guiicon
-> a la barra d'eines us permet canviar alguns paràmetres de &systemsettings;. 
Podeu canviar de <guilabel
+> a la barra d'eines us permet canviar alguns paràmetres de 
l'&systemsettings;. Podeu canviar de <guilabel
 >Vista d'icones</guilabel
 > (vista per omissió) a la <guilabel
 >Vista en arbre clàssica</guilabel
@@ -406,7 +406,7 @@
 
 <sect1 id="run-modules-individually">
 <title
->Executa mòduls de &systemsettings; de forma individual</title>
+>Executa mòduls de l'&systemsettings; de forma individual</title>
 
 <para
 >Els mòduls individuals es poden executar sense executar &systemsettings; 
 >mitjançant l'ordre <command
@@ -421,7 +421,7 @@
 
 <chapter id="modules">
 <title
->El mòduls de &systemsettings;</title>
+>El mòduls de l'&systemsettings;</title>
 
 <para
 >Per tal que sigui el més fàcil possible, l'&systemsettings; disposa les 
 >opcions organitzades en cinc categories. Dins de cada categoria, hi ha icones 
 >aplegades en subcategories. Cada icona s'anomena un mòdul. En fer doble clic 
 >sobre la icona d'un mòdul, us apareixeran les opcions del mòdul a la finestra 
 >principal. </para>
@@ -435,7 +435,7 @@
 >Ajuda</term>
 <listitem>
 <para
->Aquest botó proporcionarà una ajuda específica per al mòdul actual. En fer 
clic al botó s'obrirà &khelpcenter; en una nova finestra amb informació 
detallada sobre el mòdul. </para>
+>Aquest botó proporcionarà una ajuda específica per al mòdul actual. En fer 
clic al botó s'obrirà el &khelpcenter; en una nova finestra amb informació 
detallada sobre el mòdul. </para>
 </listitem>
 </varlistentry>
 
@@ -541,10 +541,10 @@
 </para>
 
 <para
->Documentació Copyright &copy; 2008 &Richard.Johnson; &Richard.Johnson.mail; 
</para>
+>Copyright de la documentació &copy; 2008 &Richard.Johnson; 
&Richard.Johnson.mail; </para>
 
 <para
->Traductor de la documentació: &credits.Antoni.Bella;</para
+>Traductor/Revisor de la documentació: &credits.Antoni.Bella;</para
 > 
 &underFDL; &underGPL; </chapter>
 


Reply via email to