commit libkipi for openSUSE:Factory

2020-11-10 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2020-11-10 13:38:18

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.11331 (New)


Package is "libkipi"

Tue Nov 10 13:38:18 2020 rev:124 rq:846928 version:20.08.3

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2020-10-12 
13:52:58.194059242 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new.11331/libkipi.changes   
2020-11-10 13:39:05.268517086 +0100
@@ -1,0 +2,22 @@
+Sat Nov  7 16:03:48 UTC 2020 - Fabian Vogt 
+
+- Recommend kipi-plugins
+
+---
+Fri Nov  6 19:23:59 UTC 2020 - Fabian Vogt 
+
+- Drop obsolete parts for SLE, including dont-install-pics.diff
+- Mention soversion and libversion explicitly, also in %files
+- Drop unused Requires
+- Drop unused macros
+
+---
+Thu Nov  5 22:47:43 UTC 2020 - Luca Beltrame 
+
+- Update to 20.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-11-apps-update
+- No code change since 20.08.2
+
+---

Old:

  dont-install-pics.diff
  libkipi-20.08.2.tar.xz
  libkipi-20.08.2.tar.xz.sig

New:

  libkipi-20.08.3.tar.xz
  libkipi-20.08.3.tar.xz.sig



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.qS4rMd/_old  2020-11-10 13:39:05.876515879 +0100
+++ /var/tmp/diff_new_pack.qS4rMd/_new  2020-11-10 13:39:05.876515879 +0100
@@ -16,22 +16,21 @@
 #
 
 
-%define _so 32_0_0
+%define sover_maj 32
 %define libname libKF5Kipi
-%define kf5_version 5.60.0
-# 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:   libkipi
-Version:20.08.2
+Version:20.08.3
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
 Group:  Development/Libraries/KDE
 URL:https://www.kde.org
 Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-#PATCH-FIX-OPENSUSE dont-install-pics.diff - Don't install icons since those 
are included in libkipi11 in SLE12
-Patch0: dont-install-pics.diff
+%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 >= 1.1.0
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5I18n)
@@ -40,27 +39,19 @@
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Widgets)
-Requires:   %{libname}%{_so} = %{version}
-%if %{with lang}
-Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:applications.keyring
-%endif
 
 %description
 This package provides a generic KDE Image Plug-in Interface used by
 some KDE image applications. Plug-ins for this interface are in the
 kipi-plugins package.
 
-%package -n %{libname}%{_so}
+%package -n %{libname}%{sover_maj}_0_0
 Summary:KDE Image Plug-In Interface
 Group:  System/Libraries
 Requires:   libkipi-data >= %{version}
-%if !0%{?is_opensuse} && 0%{?sle_version} < 15
-#kipi icons are provided by libkipi11
-Requires:   libkipi11
-%endif
+Recommends: kipi-plugins
 
-%description -n %{libname}%{_so}
+%description -n %{libname}%{sover_maj}_0_0
 This package provides a generic KDE image plug-in interface used by
 some KDE image applications. Plug-ins for this interface are in the
 kipi-plugins package.
@@ -76,7 +67,7 @@
 %package devel
 Summary:KDE Image Plugin Interface
 Group:  Development/Libraries/KDE
-Requires:   %{libname}%{_so} = %{version}
+Requires:   %{libname}%{sover_maj}_0_0 = %{version}
 Requires:   cmake(KF5Config)
 Requires:   cmake(KF5I18n)
 Requires:   cmake(KF5Service)
@@ -93,10 +84,7 @@
 kipi-plugins package.
 
 %prep
-%setup -q
-%if !0%{?is_opensuse} && 0%{?sle_version} < 15
-%patch0 -p1
-%endif
+%autosetup -p1
 
 %build
   %cmake_kf5 -d build
@@ -105,16 +93,15 @@
 %install
   %kf5_makeinstall -C build
 
-%post -n %{libname}%{_so} -p /sbin/ldconfig
-%postun -n %{libname}%{_so} -p /sbin/ldconfig
+%post -n %{libname}%{sover_maj}_0_0 -p /sbin/ldconfig
+%postun -n %{libname}%{sover_maj}_0_0 -p /sbin/ldconfig
 
-%files -n %{libname}%{_so}
-%{_kf5_libdir}/%{libname}.so.*
+%files -n 

commit libkipi for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2020-10-12 13:51:52

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.3486 (New)


Package is "libkipi"

Mon Oct 12 13:51:52 2020 rev:123 rq:840719 version:20.08.2

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2020-09-09 
18:00:06.827097835 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new.3486/libkipi.changes
2020-10-12 13:52:58.194059242 +0200
@@ -1,0 +2,9 @@
+Fri Oct  9 05:45:13 UTC 2020 - Luca Beltrame 
+
+- Update to 20.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-10-apps-update
+- No code change since 20.08.1
+
+---

Old:

  libkipi-20.08.1.tar.xz
  libkipi-20.08.1.tar.xz.sig

New:

  libkipi-20.08.2.tar.xz
  libkipi-20.08.2.tar.xz.sig



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.lVkKrv/_old  2020-10-12 13:52:59.070059598 +0200
+++ /var/tmp/diff_new_pack.lVkKrv/_new  2020-10-12 13:52:59.074059600 +0200
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   libkipi
-Version:20.08.1
+Version:20.08.2
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT


++ libkipi-20.08.1.tar.xz -> libkipi-20.08.2.tar.xz ++




commit libkipi for openSUSE:Factory

2020-09-09 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2020-09-09 17:59:01

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.3399 (New)


Package is "libkipi"

Wed Sep  9 17:59:01 2020 rev:122 rq:831886 version:20.08.1

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2020-08-18 
12:01:20.527409534 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new.3399/libkipi.changes
2020-09-09 18:00:06.827097835 +0200
@@ -1,0 +2,9 @@
+Tue Sep  1 20:51:14 UTC 2020 - Luca Beltrame 
+
+- Update to 20.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-09-apps-update
+- No code change since 20.08.0
+
+---

Old:

  libkipi-20.08.0.tar.xz
  libkipi-20.08.0.tar.xz.sig

New:

  libkipi-20.08.1.tar.xz
  libkipi-20.08.1.tar.xz.sig



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.Hx5c5x/_old  2020-09-09 18:00:08.951099770 +0200
+++ /var/tmp/diff_new_pack.Hx5c5x/_new  2020-09-09 18:00:08.955099773 +0200
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   libkipi
-Version:20.08.0
+Version:20.08.1
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT


++ libkipi-20.08.0.tar.xz -> libkipi-20.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-20.08.0/src/kipiplugin.desktop 
new/libkipi-20.08.1/src/kipiplugin.desktop
--- old/libkipi-20.08.0/src/kipiplugin.desktop  2020-06-18 05:35:54.0 
+0200
+++ new/libkipi-20.08.1/src/kipiplugin.desktop  2020-08-26 09:48:06.0 
+0200
@@ -20,6 +20,7 @@
 Name[fr]=Module externe KIPI
 Name[ga]=KIPIPlugin
 Name[gl]=KIPIPlugin
+Name[hi]=KIPIPlugin
 Name[hne]=केआईपीआईप्लगइन
 Name[hr]=KIPI-priključak
 Name[hu]=KIPI-bővítmény
@@ -78,6 +79,7 @@
 Comment[fr]=Un module externe KIPI
 Comment[ga]=Breiseán KIPI
 Comment[gl]=Un complemento de KIPI
+Comment[hi]=एक KIPI प्लगइन
 Comment[hne]=केआईपीआई प्लगइन
 Comment[hr]=KIPI-priključak
 Comment[hu]=Egy KIPI-bővítmény




commit libkipi for openSUSE:Factory

2020-08-18 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2020-08-18 11:59:44

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.3399 (New)


Package is "libkipi"

Tue Aug 18 11:59:44 2020 rev:121 rq:826512 version:20.08.0

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2020-07-14 
07:50:26.516070868 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new.3399/libkipi.changes
2020-08-18 12:01:20.527409534 +0200
@@ -1,0 +2,23 @@
+Sun Aug  9 09:10:34 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-08-apps-update
+- No code change since 20.07.90
+
+---
+Sun Aug  2 08:00:52 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.07.90
+  * New feature release
+- No code change since 20.07.80
+
+---
+Sun Jul 19 10:05:59 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.07.80
+  * New feature release
+- No code change since 20.04.3
+
+---

Old:

  libkipi-20.04.3.tar.xz
  libkipi-20.04.3.tar.xz.sig

New:

  libkipi-20.08.0.tar.xz
  libkipi-20.08.0.tar.xz.sig



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.0bZQRi/_old  2020-08-18 12:01:23.295409912 +0200
+++ /var/tmp/diff_new_pack.0bZQRi/_new  2020-08-18 12:01:23.299409913 +0200
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   libkipi
-Version:20.04.3
+Version:20.08.0
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT


++ libkipi-20.04.3.tar.xz -> libkipi-20.08.0.tar.xz ++




commit libkipi for openSUSE:Factory

2020-07-13 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2020-07-14 07:50:19

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.3060 (New)


Package is "libkipi"

Tue Jul 14 07:50:19 2020 rev:120 rq:820292 version:20.04.3

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2020-06-14 
18:23:17.404221280 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new.3060/libkipi.changes
2020-07-14 07:50:26.516070868 +0200
@@ -1,0 +2,9 @@
+Thu Jul  9 20:10:54 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-07-apps-update
+- No code change since 20.04.2
+
+---

Old:

  libkipi-20.04.2.tar.xz
  libkipi-20.04.2.tar.xz.sig

New:

  libkipi-20.04.3.tar.xz
  libkipi-20.04.3.tar.xz.sig



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.s3orRM/_old  2020-07-14 07:50:27.744074832 +0200
+++ /var/tmp/diff_new_pack.s3orRM/_new  2020-07-14 07:50:27.748074845 +0200
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   libkipi
-Version:20.04.2
+Version:20.04.3
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT


++ libkipi-20.04.2.tar.xz -> libkipi-20.04.3.tar.xz ++




commit libkipi for openSUSE:Factory

2020-06-14 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2020-06-14 18:23:05

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.3606 (New)


Package is "libkipi"

Sun Jun 14 18:23:05 2020 rev:119 rq:813752 version:20.04.2

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2020-05-20 
18:43:05.952963805 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new.3606/libkipi.changes
2020-06-14 18:23:17.404221280 +0200
@@ -1,0 +2,9 @@
+Tue Jun  9 12:16:14 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-06-apps-update
+- No code change since 20.04.1
+
+---

Old:

  libkipi-20.04.1.tar.xz
  libkipi-20.04.1.tar.xz.sig

New:

  libkipi-20.04.2.tar.xz
  libkipi-20.04.2.tar.xz.sig



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.EwrzlG/_old  2020-06-14 18:23:18.144223667 +0200
+++ /var/tmp/diff_new_pack.EwrzlG/_new  2020-06-14 18:23:18.148223680 +0200
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   libkipi
-Version:20.04.1
+Version:20.04.2
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT


++ libkipi-20.04.1.tar.xz -> libkipi-20.04.2.tar.xz ++




commit libkipi for openSUSE:Factory

2020-05-20 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2020-05-20 18:42:55

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.2738 (New)


Package is "libkipi"

Wed May 20 18:42:55 2020 rev:118 rq:806665 version:20.04.1

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2020-04-25 
20:25:38.861690861 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new.2738/libkipi.changes
2020-05-20 18:43:05.952963805 +0200
@@ -1,0 +2,9 @@
+Fri May 15 15:42:13 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-05-apps-update
+- No code change since 20.04.0
+
+---
@@ -15,2 +23,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-rc
@@ -24,2 +30,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-beta
@@ -35 +40 @@
-  * https://www.kde.org/announcements/releases/19.12.3
+  * https://kde.org/announcements/releases/2020-03-apps-update
@@ -49 +54 @@
-  * https://www.kde.org/announcements/releases/19.12.2
+  * https://kde.org/announcements/releases/2020-02-apps-update

Old:

  libkipi-20.04.0.tar.xz
  libkipi-20.04.0.tar.xz.sig

New:

  libkipi-20.04.1.tar.xz
  libkipi-20.04.1.tar.xz.sig



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.Z18Wx4/_old  2020-05-20 18:43:07.428967121 +0200
+++ /var/tmp/diff_new_pack.Z18Wx4/_new  2020-05-20 18:43:07.432967130 +0200
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   libkipi
-Version:20.04.0
+Version:20.04.1
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT


++ libkipi-20.04.0.tar.xz -> libkipi-20.04.1.tar.xz ++




commit libkipi for openSUSE:Factory

2020-04-25 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2020-04-25 20:25:05

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.2738 (New)


Package is "libkipi"

Sat Apr 25 20:25:05 2020 rev:117 rq:797033 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2020-03-11 
18:42:51.475285643 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new.2738/libkipi.changes
2020-04-25 20:25:38.861690861 +0200
@@ -1,0 +2,28 @@
+Thu Apr 23 12:23:08 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- No code change since 20.03.90
+
+---
+Sun Apr  5 20:30:39 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+---
+Sun Mar 22 09:17:36 UTC 2020 - Luca Beltrame 
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Changes since 19.12.3:
+  * Fix trivial Doxygen warning
+
+---

Old:

  libkipi-19.12.3.tar.xz
  libkipi-19.12.3.tar.xz.sig

New:

  libkipi-20.04.0.tar.xz
  libkipi-20.04.0.tar.xz.sig



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.Bczu5z/_old  2020-04-25 20:25:39.401691975 +0200
+++ /var/tmp/diff_new_pack.Bczu5z/_new  2020-04-25 20:25:39.405691983 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libkipi
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,17 +23,13 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   libkipi
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
 Group:  Development/Libraries/KDE
 URL:https://www.kde.org
 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
 #PATCH-FIX-OPENSUSE dont-install-pics.diff - Don't install icons since those 
are included in libkipi11 in SLE12
 Patch0: dont-install-pics.diff
 BuildRequires:  extra-cmake-modules >= 1.1.0
@@ -45,6 +41,10 @@
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Widgets)
 Requires:   %{libname}%{_so} = %{version}
+%if %{with lang}
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 
 %description
 This package provides a generic KDE Image Plug-in Interface used by


++ libkipi-19.12.3.tar.xz -> libkipi-20.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-19.12.3/src/Mainpage.dox 
new/libkipi-20.04.0/src/Mainpage.dox
--- old/libkipi-19.12.3/src/Mainpage.dox2019-12-16 22:24:02.0 
+0100
+++ new/libkipi-20.04.0/src/Mainpage.dox2019-12-26 08:16:53.0 
+0100
@@ -111,7 +111,7 @@
 
To add KIPI support to your application you must inherit
KIPI::Interface, and give an instance of this class to
-   KIPI::PluginLoader. See \ref PluginLoader "KIPI::PluginLoader" for details 
on loading plugins.
+   KIPI::PluginLoader. See \ref KIPI::PluginLoader "KIPI::PluginLoader" for 
details on loading plugins.
 
To be able to create an instance of your subclass of KIPI::Interface,
you must of course implement all the pure virtual method of the super




commit libkipi for openSUSE:Factory

2020-03-11 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2020-03-11 18:41:18

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.3160 (New)


Package is "libkipi"

Wed Mar 11 18:41:18 2020 rev:116 rq:782485 version:19.12.3

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2020-02-10 
21:50:25.806091715 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new.3160/libkipi.changes
2020-03-11 18:42:51.475285643 +0100
@@ -1,0 +2,9 @@
+Thu Mar  5 20:36:43 UTC 2020 - Luca Beltrame 
+
+- Update to 19.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.3
+- No code change since 19.12.2
+
+---

Old:

  libkipi-19.12.2.tar.xz
  libkipi-19.12.2.tar.xz.sig

New:

  libkipi-19.12.3.tar.xz
  libkipi-19.12.3.tar.xz.sig



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.Z2SwEZ/_old  2020-03-11 18:42:53.851287101 +0100
+++ /var/tmp/diff_new_pack.Z2SwEZ/_new  2020-03-11 18:42:53.855287104 +0100
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   libkipi
-Version:19.12.2
+Version:19.12.3
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT


++ libkipi-19.12.2.tar.xz -> libkipi-19.12.3.tar.xz ++




commit libkipi for openSUSE:Factory

2020-02-10 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2020-02-10 21:50:17

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.26092 (New)


Package is "libkipi"

Mon Feb 10 21:50:17 2020 rev:115 rq:771766 version:19.12.2

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2020-01-11 
14:43:06.917257780 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new.26092/libkipi.changes   
2020-02-10 21:50:25.806091715 +0100
@@ -1,0 +2,14 @@
+Fri Feb  7 08:38:21 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Wed Feb  5 06:29:45 UTC 2020 - Luca Beltrame 
+
+- Update to 19.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.2
+- No code change since 19.12.1
+
+---

Old:

  libkipi-19.12.1.tar.xz
  libkipi-19.12.1.tar.xz.sig

New:

  libkipi-19.12.2.tar.xz
  libkipi-19.12.2.tar.xz.sig



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.7DcGM9/_old  2020-02-10 21:50:26.478092087 +0100
+++ /var/tmp/diff_new_pack.7DcGM9/_new  2020-02-10 21:50:26.482092088 +0100
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   libkipi
-Version:19.12.1
+Version:19.12.2
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
@@ -100,7 +100,7 @@
 
 %build
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ libkipi-19.12.1.tar.xz -> libkipi-19.12.2.tar.xz ++




commit libkipi for openSUSE:Factory

2020-01-11 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2020-01-11 14:41:31

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.6675 (New)


Package is "libkipi"

Sat Jan 11 14:41:31 2020 rev:114 rq:762454 version:19.12.1

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2019-12-13 
12:04:29.693399439 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new.6675/libkipi.changes
2020-01-11 14:43:06.917257780 +0100
@@ -1,0 +2,10 @@
+Tue Jan  7 10:36:23 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 19.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.1
+- Changes since 19.12.0:
+  * Update the obsolete projects.kde.org URL
+
+---
@@ -7 +17 @@
-  * https://www.kde.org/announcements/releases/19.12.0
+  * https://www.kde.org/announcements/releases/19.12

Old:

  libkipi-19.12.0.tar.xz
  libkipi-19.12.0.tar.xz.sig

New:

  libkipi-19.12.1.tar.xz
  libkipi-19.12.1.tar.xz.sig



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.iGS9Yx/_old  2020-01-11 14:43:07.285257926 +0100
+++ /var/tmp/diff_new_pack.iGS9Yx/_new  2020-01-11 14:43:07.289257928 +0100
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   libkipi
-Version:19.12.0
+Version:19.12.1
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT


++ libkipi-19.12.0.tar.xz -> libkipi-19.12.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-19.12.0/README new/libkipi-19.12.1/README
--- old/libkipi-19.12.0/README  2019-10-30 20:15:20.0 +0100
+++ new/libkipi-19.12.1/README  2019-12-16 22:24:02.0 +0100
@@ -13,7 +13,7 @@
 -- DEPENDENCIES ---
 
 CMake   >= 2.8.12   http://www.cmake.org
-ECM >= 1.7.0
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
+ECM >= 1.7.0
https://commits.kde.org/extra-cmake-modules
 libqt   >= 5.4.0http://qt-project.org
 libkde  >= 5.5.0http://www.kde.org
 
@@ -22,7 +22,7 @@
 libjpeg >= 6b   http://www.ijg.org
 libtiff >= 3.8.2
http://www.remotesensing.org/libtiff
 libpng  >= 1.2.0
http://www.libpng.org/pub/png/libpng.html
-libkexiv2   >= 5.0.0
https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2
+libkexiv2   >= 5.0.0https://commits.kde.org/libkexiv2
 
 -- INSTALL 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-19.12.0/src/Mainpage.dox 
new/libkipi-19.12.1/src/Mainpage.dox
--- old/libkipi-19.12.0/src/Mainpage.dox2019-10-30 20:15:20.0 
+0100
+++ new/libkipi-19.12.1/src/Mainpage.dox2019-12-16 22:24:02.0 
+0100
@@ -19,9 +19,9 @@
Developing a new KIPI plugin
 
The easiest way to start a new plugin, is to copy the
-   https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi/repository/show/tests/kxmlhelloworld?rev=development%2F2.0.0;>
+   https://commits.kde.org/libkipi?path=tests/plugins/kxmlhelloworld;>
KXMLHelloWorld plugin, which you may find in https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;>
+   href="https://commits.kde.org/libkipi;>
libkipi project from KDE git repository. Please also read http://www.ukuug.org/events/linux2004/programme/paper-JPedersen-2/index.html;>
this tutorial which tells in general about developing a plugin
@@ -45,7 +45,7 @@
K_PLUGIN_FACTORY and K_EXPORT_PLUGIN.
 You also need to create a desktop file, as described http://www.ukuug.org/events/linux2004/programme/paper-JPedersen-2/index.html#makefile_am_client;>here
 You must write a rc file describing the gui of your plugin. For an
-   example look at the https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi/repository/entry/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworldui.rc?rev=development%2F2.0.0;>rc
+   example look at the https://commits.kde.org/libkipi?path=tests/plugins/kxmlhelloworld/kipiplugin_kxmlhelloworldui.rc;>rc
file of the KXMLHelloWorld plugin.

 
@@ -73,7 +73,7 @@

commit libkipi for openSUSE:Factory

2019-12-13 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2019-12-13 12:03:33

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.4691 (New)


Package is "libkipi"

Fri Dec 13 12:03:33 2019 rev:113 rq:756321 version:19.12.0

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2019-11-12 
11:40:04.894389034 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new.4691/libkipi.changes
2019-12-13 12:04:29.693399439 +0100
@@ -1,0 +2,27 @@
+Tue Dec 10 06:39:09 UTC 2019 - Luca Beltrame 
+
+- Update to 19.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.0
+- No code change since 19.11.90
+
+---
+Sat Nov 30 09:12:28 UTC 2019 - Luca Beltrame 
+
+- Update to 19.11.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/19.12-rc
+- No code change since 19.11.80
+
+---
+Sun Nov 24 15:54:22 UTC 2019 - Luca Beltrame 
+
+- Update to 19.11.80
+  * New feature release
+- Changes since 19.08.3:
+  * Port QString::null
+- Remove obsolete version requirements
+
+---

Old:

  libkipi-19.08.3.tar.xz
  libkipi-19.08.3.tar.xz.sig

New:

  libkipi-19.12.0.tar.xz
  libkipi-19.12.0.tar.xz.sig



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.4zCdY7/_old  2019-12-13 12:04:30.177399256 +0100
+++ /var/tmp/diff_new_pack.4zCdY7/_new  2019-12-13 12:04:30.185399253 +0100
@@ -18,33 +18,32 @@
 
 %define _so 32_0_0
 %define libname libKF5Kipi
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # 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:   libkipi
-Version:19.08.3
+Version:19.12.0
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
 Group:  Development/Libraries/KDE
 URL:https://www.kde.org
-Source: 
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:applications.keyring
 %endif
 #PATCH-FIX-OPENSUSE dont-install-pics.diff - Don't install icons since those 
are included in libkipi11 in SLE12
 Patch0: dont-install-pics.diff
 BuildRequires:  extra-cmake-modules >= 1.1.0
-BuildRequires:  kconfig-devel >= 5.1.0
-BuildRequires:  ki18n-devel >= 5.1.0
-BuildRequires:  kservice-devel >= 5.1.0
-BuildRequires:  kxmlgui-devel >= 5.1.0
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  cmake(KF5Config)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5Service)
+BuildRequires:  cmake(KF5XmlGui)
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5Gui)
+BuildRequires:  cmake(Qt5Widgets)
 Requires:   %{libname}%{_so} = %{version}
 
 %description
@@ -78,13 +77,13 @@
 Summary:KDE Image Plugin Interface
 Group:  Development/Libraries/KDE
 Requires:   %{libname}%{_so} = %{version}
-Requires:   kconfig-devel >= 5.1.0
-Requires:   ki18n-devel >= 5.1.0
-Requires:   kservice-devel >= 5.1.0
-Requires:   kxmlgui-devel >= 5.1.0
-Requires:   pkgconfig(Qt5Core) >= 5.2.0
-Requires:   pkgconfig(Qt5Gui) >= 5.2.0
-Requires:   pkgconfig(Qt5Widgets) >= 5.2.0
+Requires:   cmake(KF5Config)
+Requires:   cmake(KF5I18n)
+Requires:   cmake(KF5Service)
+Requires:   cmake(KF5XmlGui)
+Requires:   cmake(Qt5Core)
+Requires:   cmake(Qt5Gui)
+Requires:   cmake(Qt5Widgets)
 Obsoletes:  libkipi-kf5-devel < %{version}
 Provides:   libkipi-kf5-devel = %{version}
 

++ applications.keyring ++
Binary files /var/tmp/diff_new_pack.4zCdY7/_old and 
/var/tmp/diff_new_pack.4zCdY7/_new differ

++ libkipi-19.08.3.tar.xz -> libkipi-19.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-19.08.3/src/imagecollection.cpp 

commit libkipi for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2019-11-12 11:40:02

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.2990 (New)


Package is "libkipi"

Tue Nov 12 11:40:02 2019 rev:112 rq:746971 version:19.08.3

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2019-10-14 
13:31:18.210992270 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new.2990/libkipi.changes
2019-11-12 11:40:04.894389034 +0100
@@ -1,0 +2,9 @@
+Thu Nov  7 23:13:33 UTC 2019 - Luca Beltrame 
+
+- Update to 19.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.3.php
+- No code change since 19.08.2
+
+---

Old:

  libkipi-19.08.2.tar.xz
  libkipi-19.08.2.tar.xz.sig

New:

  libkipi-19.08.3.tar.xz
  libkipi-19.08.3.tar.xz.sig



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.scpVER/_old  2019-11-12 11:40:05.918390112 +0100
+++ /var/tmp/diff_new_pack.scpVER/_new  2019-11-12 11:40:05.918390112 +0100
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   libkipi
-Version:19.08.2
+Version:19.08.3
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT


++ libkipi-19.08.2.tar.xz -> libkipi-19.08.3.tar.xz ++




commit libkipi for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2019-10-14 13:31:13

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.2352 (New)


Package is "libkipi"

Mon Oct 14 13:31:13 2019 rev:111 rq:737850 version:19.08.2

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2019-09-09 
12:28:15.705721726 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new.2352/libkipi.changes
2019-10-14 13:31:18.210992270 +0200
@@ -1,0 +2,9 @@
+Fri Oct 11 07:43:22 UTC 2019 - Luca Beltrame 
+
+- Update to 19.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.2.php
+- No code change since 19.08.1
+
+---

Old:

  libkipi-19.08.1.tar.xz
  libkipi-19.08.1.tar.xz.sig

New:

  libkipi-19.08.2.tar.xz
  libkipi-19.08.2.tar.xz.sig



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.XI72G0/_old  2019-10-14 13:31:19.526988840 +0200
+++ /var/tmp/diff_new_pack.XI72G0/_new  2019-10-14 13:31:19.550988778 +0200
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   libkipi
-Version:19.08.1
+Version:19.08.2
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT


++ libkipi-19.08.1.tar.xz -> libkipi-19.08.2.tar.xz ++




commit libkipi for openSUSE:Factory

2019-09-09 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2019-09-09 12:28:12

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.7948 (New)


Package is "libkipi"

Mon Sep  9 12:28:12 2019 rev:110 rq:728928 version:19.08.1

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2019-08-16 
15:41:20.773774387 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new.7948/libkipi.changes
2019-09-09 12:28:15.705721726 +0200
@@ -1,0 +2,9 @@
+Thu Sep  5 14:01:16 UTC 2019 - Luca Beltrame 
+
+- Update to 19.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.1.php
+- No code change since 19.08.0
+
+---

Old:

  libkipi-19.08.0.tar.xz
  libkipi-19.08.0.tar.xz.sig

New:

  libkipi-19.08.1.tar.xz
  libkipi-19.08.1.tar.xz.sig



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.yCZUPd/_old  2019-09-09 12:28:16.245721026 +0200
+++ /var/tmp/diff_new_pack.yCZUPd/_new  2019-09-09 12:28:16.249721020 +0200
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   libkipi
-Version:19.08.0
+Version:19.08.1
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT


++ libkipi-19.08.0.tar.xz -> libkipi-19.08.1.tar.xz ++




commit libkipi for openSUSE:Factory

2019-08-16 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2019-08-16 15:41:19

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.22127 (New)


Package is "libkipi"

Fri Aug 16 15:41:19 2019 rev:109 rq:723747 version:19.08.0

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2019-07-16 
08:35:33.839380904 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new.22127/libkipi.changes   
2019-08-16 15:41:20.773774387 +0200
@@ -1,0 +2,28 @@
+Fri Aug  9 08:32:12 UTC 2019 - Christophe Giboudeaux 
+
+- Update to 19.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.0.php
+- No code change since 19.07.90
+
+---
+Tue Aug 06 16:50:51 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.07.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-rc.php
+- Changes since 19.07.80:
+  * No code changes since 19.07.80
+
+---
+Tue Jul 23 11:59:06 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-beta.php
+- No code changes since 19.04.3
+
+---

Old:

  libkipi-19.04.3.tar.xz

New:

  applications.keyring
  libkipi-19.08.0.tar.xz
  libkipi-19.08.0.tar.xz.sig



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.0oXiy5/_old  2019-08-16 15:41:21.225774256 +0200
+++ /var/tmp/diff_new_pack.0oXiy5/_new  2019-08-16 15:41:21.229774255 +0200
@@ -21,14 +21,19 @@
 %define kf5_version 5.26.0
 # 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:   libkipi
-Version:19.04.3
+Version:19.08.0
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
 Group:  Development/Libraries/KDE
-URL:http://www.kde.org
-Source0:%{name}-%{version}.tar.xz
+URL:https://www.kde.org
+Source: 
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:applications.keyring
+%endif
 #PATCH-FIX-OPENSUSE dont-install-pics.diff - Don't install icons since those 
are included in libkipi11 in SLE12
 Patch0: dont-install-pics.diff
 BuildRequires:  extra-cmake-modules >= 1.1.0

++ libkipi-19.04.3.tar.xz -> libkipi-19.08.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-19.04.3/src/kipiplugin.desktop 
new/libkipi-19.08.0/src/kipiplugin.desktop
--- old/libkipi-19.04.3/src/kipiplugin.desktop  2019-01-24 20:57:37.0 
+0100
+++ new/libkipi-19.08.0/src/kipiplugin.desktop  2019-05-22 05:21:42.0 
+0200
@@ -34,6 +34,7 @@
 Name[ku]=KIPIPlugin
 Name[lt]=KIPI papildinys
 Name[lv]=KIPIPlugin
+Name[ml]=കെ ഐ പി ഐ പ്ലഗിൻ
 Name[mr]=किपि-प्लगइन
 Name[nb]=KIPIPlugin
 Name[nds]=KIPI-Moduul
@@ -91,6 +92,7 @@
 Comment[ku]=Pêveka KIPI
 Comment[lt]=KIPI papildinys
 Comment[lv]=KIPI spraudnis
+Comment[ml]=ഒരു കെ ഐ പി ഐ പ്ലഗിന്
 Comment[mr]=एक किपि प्लगइन
 Comment[nb]=Et KIPI-programtillegg
 Comment[nds]=En KIPI-Moduul




commit libkipi for openSUSE:Factory

2019-07-16 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2019-07-16 08:35:32

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.1887 (New)


Package is "libkipi"

Tue Jul 16 08:35:32 2019 rev:108 rq:715199 version:19.04.3

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2019-06-13 
22:55:24.591867907 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new.1887/libkipi.changes
2019-07-16 08:35:33.839380904 +0200
@@ -1,0 +2,10 @@
+Sat Jul 13 07:26:38 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.3.php
+- Changes since 19.04.2:
+  * No code changes since 19.04.2
+
+---

Old:

  libkipi-19.04.2.tar.xz

New:

  libkipi-19.04.3.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.nbgEat/_old  2019-07-16 08:35:34.311380827 +0200
+++ /var/tmp/diff_new_pack.nbgEat/_new  2019-07-16 08:35:34.311380827 +0200
@@ -22,7 +22,7 @@
 # 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}')}
 Name:   libkipi
-Version:19.04.2
+Version:19.04.3
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT

++ libkipi-19.04.2.tar.xz -> libkipi-19.04.3.tar.xz ++




commit libkipi for openSUSE:Factory

2019-06-13 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2019-06-13 22:55:23

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.4811 (New)


Package is "libkipi"

Thu Jun 13 22:55:23 2019 rev:107 rq:708689 version:19.04.2

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2019-05-14 
13:26:25.566736588 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new.4811/libkipi.changes
2019-06-13 22:55:24.591867907 +0200
@@ -1,0 +2,10 @@
+Fri Jun 07 12:51:56 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.2.php
+- Changes since 19.04.1:
+  * No code changes since 19.04.1
+
+---

Old:

  libkipi-19.04.1.tar.xz

New:

  libkipi-19.04.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.FgT2yE/_old  2019-06-13 22:55:25.251867579 +0200
+++ /var/tmp/diff_new_pack.FgT2yE/_new  2019-06-13 22:55:25.255867578 +0200
@@ -22,7 +22,7 @@
 # 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}')}
 Name:   libkipi
-Version:19.04.1
+Version:19.04.2
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT

++ libkipi-19.04.1.tar.xz -> libkipi-19.04.2.tar.xz ++




commit libkipi for openSUSE:Factory

2019-05-14 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2019-05-14 13:26:22

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.5148 (New)


Package is "libkipi"

Tue May 14 13:26:22 2019 rev:106 rq:702318 version:19.04.1

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2019-04-26 
22:51:03.009440959 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new.5148/libkipi.changes
2019-05-14 13:26:25.566736588 +0200
@@ -1,0 +2,10 @@
+Fri May 10 05:37:18 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.1.php
+- Changes since 19.04.0:
+  * No code changes since 19.04.0
+
+---

Old:

  libkipi-19.04.0.tar.xz

New:

  libkipi-19.04.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.X0ouG0/_old  2019-05-14 13:26:25.990737529 +0200
+++ /var/tmp/diff_new_pack.X0ouG0/_new  2019-05-14 13:26:25.990737529 +0200
@@ -22,7 +22,7 @@
 # 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}')}
 Name:   libkipi
-Version:19.04.0
+Version:19.04.1
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT

++ libkipi-19.04.0.tar.xz -> libkipi-19.04.1.tar.xz ++




commit libkipi for openSUSE:Factory

2019-04-26 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2019-04-26 22:51:01

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.5536 (New)


Package is "libkipi"

Fri Apr 26 22:51:01 2019 rev:105 rq:696342 version:19.04.0

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2019-03-11 
11:12:52.117387454 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new.5536/libkipi.changes
2019-04-26 22:51:03.009440959 +0200
@@ -1,0 +2,36 @@
+Sat Apr 20 06:51:58 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.0.php
+- Changes since 19.03.90:
+  * No code changes since 19.03.90
+
+---
+Tue Apr 09 20:54:44 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/announce-applications-19.04-rc.php
+- Changes since 19.03.80:
+  * No code changes since 19.03.80
+
+---
+Wed Mar 27 06:41:09 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/announce-applications-19.04-beta.php
+- Changes since 18.12.3:
+  * Use CamelCase includes for KF headers
+  * Remove Qt module prefixes from includes
+  * Remove no longer existing subdir imageio from include_directories()
+  * Use nullptr
+  * Use consistently override, not Q_DECL_OVERRIDE
+  * Port ECMPackageConfigHelpers -> CMakePackageConfigHelpers
+  * Fix minor EBN issues and typos
+
+---

Old:

  libkipi-18.12.3.tar.xz

New:

  libkipi-19.04.0.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.KCpjc8/_old  2019-04-26 22:51:03.537440689 +0200
+++ /var/tmp/diff_new_pack.KCpjc8/_new  2019-04-26 22:51:03.541440687 +0200
@@ -22,7 +22,7 @@
 # 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}')}
 Name:   libkipi
-Version:18.12.3
+Version:19.04.0
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT

++ libkipi-18.12.3.tar.xz -> libkipi-19.04.0.tar.xz ++
 1694 lines of diff (skipped)




commit libkipi for openSUSE:Factory

2019-03-11 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2019-03-11 11:12:49

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.28833 (New)


Package is "libkipi"

Mon Mar 11 11:12:49 2019 rev:104 rq:683277 version:18.12.3

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2019-02-14 
14:21:26.011986153 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new.28833/libkipi.changes   
2019-03-11 11:12:52.117387454 +0100
@@ -1,0 +2,10 @@
+Sat Mar 09 08:03:24 UTC 2019 - lbeltr...@kde.org
+
+- Update to 18.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.3.php
+- Changes since 18.12.2:
+  * No code changes since 18.12.2
+
+---

Old:

  libkipi-18.12.2.tar.xz

New:

  libkipi-18.12.3.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.CZ0Fex/_old  2019-03-11 11:12:52.493387341 +0100
+++ /var/tmp/diff_new_pack.CZ0Fex/_new  2019-03-11 11:12:52.493387341 +0100
@@ -22,7 +22,7 @@
 # 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}')}
 Name:   libkipi
-Version:18.12.2
+Version:18.12.3
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT

++ libkipi-18.12.2.tar.xz -> libkipi-18.12.3.tar.xz ++




commit libkipi for openSUSE:Factory

2019-02-14 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2019-02-14 14:21:20

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.28833 (New)


Package is "libkipi"

Thu Feb 14 14:21:20 2019 rev:103 rq:673854 version:18.12.2

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2019-01-21 
10:16:11.302326331 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new.28833/libkipi.changes   
2019-02-14 14:21:26.011986153 +0100
@@ -1,0 +2,10 @@
+Sat Feb 09 08:25:25 UTC 2019 - lbeltr...@kde.org
+
+- Update to 18.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.2.php
+- Changes since 18.12.1:
+  * No code changes since 18.12.1
+
+---

Old:

  libkipi-18.12.1.tar.xz

New:

  libkipi-18.12.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.GTFxJF/_old  2019-02-14 14:21:27.591985399 +0100
+++ /var/tmp/diff_new_pack.GTFxJF/_new  2019-02-14 14:21:27.595985397 +0100
@@ -22,7 +22,7 @@
 # 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}')}
 Name:   libkipi
-Version:18.12.1
+Version:18.12.2
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT

++ libkipi-18.12.1.tar.xz -> libkipi-18.12.2.tar.xz ++




commit libkipi for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2019-01-21 10:16:09

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.28833 (New)


Package is "libkipi"

Mon Jan 21 10:16:09 2019 rev:102 rq:665230 version:18.12.1

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2018-12-19 
13:37:05.868323899 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new.28833/libkipi.changes   
2019-01-21 10:16:11.302326331 +0100
@@ -1,0 +2,10 @@
+Fri Jan 11 05:42:40 UTC 2019 - lbeltr...@kde.org
+
+- Update to 18.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.1.php
+- Changes since 18.12.0:
+  * No code changes since 18.12.0
+
+---

Old:

  libkipi-18.12.0.tar.xz

New:

  libkipi-18.12.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.igm0qY/_old  2019-01-21 10:16:11.706325924 +0100
+++ /var/tmp/diff_new_pack.igm0qY/_new  2019-01-21 10:16:11.706325924 +0100
@@ -22,7 +22,7 @@
 # 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}')}
 Name:   libkipi
-Version:18.12.0
+Version:18.12.1
 Release:0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT

++ libkipi-18.12.0.tar.xz -> libkipi-18.12.1.tar.xz ++




commit libkipi for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2018-12-19 13:37:01

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new.28833 (New)


Package is "libkipi"

Wed Dec 19 13:37:01 2018 rev:101 rq:658482 version:18.12.0

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2018-11-12 
09:31:44.801972852 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new.28833/libkipi.changes   
2018-12-19 13:37:05.868323899 +0100
@@ -1,0 +2,35 @@
+Fri Dec 14 06:09:18 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.12.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.0.php
+- Changes since 18.11.90:
+  * No code changes since 18.11.90
+
+---
+Mon Dec 03 20:56:14 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-rc.php
+- Changes since 18.11.80:
+  * No code changes since 18.11.80
+
+---
+Tue Nov 20 06:22:57 UTC 2018 - Luca Beltrame 
+
+- Run spec-cleaner
+
+---
+Tue Nov 20 05:57:22 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-beta.php
+- Changes since 18.08.3:
+  * Fix minor EBN issues
+
+---
@@ -47 +82 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -97 +132 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -223 +258 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -282 +317 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php
@@ -386 +421 @@
-   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+   * https://www.kde.org/announcements/announce-applications-16.08-rc.php
@@ -509 +544 @@
-   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+   * https://www.kde.org/announcements/announce-applications-15.08-rc.php

Old:

  libkipi-18.08.3.tar.xz

New:

  libkipi-18.12.0.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.qjBggL/_old  2018-12-19 13:37:06.504322993 +0100
+++ /var/tmp/diff_new_pack.qjBggL/_new  2018-12-19 13:37:06.504322993 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkipi
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define _so 32_0_0
 %define libname libKF5Kipi
-Name:   libkipi
-Version:18.08.3
-Release:0
 %define kf5_version 5.26.0
 # 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}')}
+Name:   libkipi
+Version:18.12.0
+Release:0
 Summary:KDE Image Plugin Interface
-License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
+License:BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
 Group:  Development/Libraries/KDE
-Url:http://www.kde.org
+URL:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
 #PATCH-FIX-OPENSUSE dont-install-pics.diff - Don't install icons since those 
are included in libkipi11 in SLE12
 Patch0: dont-install-pics.diff
@@ -36,11 +36,11 @@
 BuildRequires:  ki18n-devel >= 5.1.0
 BuildRequires:  kservice-devel >= 5.1.0
 BuildRequires:  kxmlgui-devel >= 5.1.0
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
 

commit libkipi for openSUSE:Factory

2018-11-12 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2018-11-12 09:31:36

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Mon Nov 12 09:31:36 2018 rev:100 rq:648116 version:18.08.3

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2018-10-15 
09:34:08.967886419 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2018-11-12 
09:31:44.801972852 +0100
@@ -1,0 +2,10 @@
+Thu Nov 08 20:43:48 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.3.php
+- Changes since 18.08.2:
+  * No code changes since 18.08.2
+
+---

Old:

  libkipi-18.08.2.tar.xz

New:

  libkipi-18.08.3.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.GH5Lkt/_old  2018-11-12 09:31:45.225972326 +0100
+++ /var/tmp/diff_new_pack.GH5Lkt/_new  2018-11-12 09:31:45.225972326 +0100
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:18.08.2
+Version:18.08.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkipi-18.08.2.tar.xz -> libkipi-18.08.3.tar.xz ++




commit libkipi for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2018-10-15 09:33:59

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Mon Oct 15 09:33:59 2018 rev:99 rq:641589 version:18.08.2

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2018-09-13 
23:59:01.126062489 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2018-10-15 
09:34:08.967886419 +0200
@@ -1,0 +2,10 @@
+Thu Oct 11 20:07:14 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.2.php
+- Changes since 18.08.1:
+  * None
+
+---

Old:

  libkipi-18.08.1.tar.xz

New:

  libkipi-18.08.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.z6lU05/_old  2018-10-15 09:34:10.531884975 +0200
+++ /var/tmp/diff_new_pack.z6lU05/_new  2018-10-15 09:34:10.535884971 +0200
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:18.08.1
+Version:18.08.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkipi-18.08.1.tar.xz -> libkipi-18.08.2.tar.xz ++




commit libkipi for openSUSE:Factory

2018-09-13 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2018-09-13 23:58:55

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Thu Sep 13 23:58:55 2018 rev:98 rq:634180 version:18.08.1

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2018-08-22 
14:17:44.317980104 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2018-09-13 
23:59:01.126062489 +0200
@@ -1,0 +2,10 @@
+Thu Sep 06 18:43:11 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.1.php
+- Changes since 18.08.0:
+  * None
+
+---

Old:

  libkipi-18.08.0.tar.xz

New:

  libkipi-18.08.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.NlP58C/_old  2018-09-13 23:59:02.486061449 +0200
+++ /var/tmp/diff_new_pack.NlP58C/_new  2018-09-13 23:59:02.490061447 +0200
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:18.08.0
+Version:18.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkipi-18.08.0.tar.xz -> libkipi-18.08.1.tar.xz ++




commit libkipi for openSUSE:Factory

2018-08-22 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2018-08-22 14:17:41

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Wed Aug 22 14:17:41 2018 rev:97 rq:630280 version:18.08.0

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2018-07-18 
22:45:25.316655357 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2018-08-22 
14:17:44.317980104 +0200
@@ -1,0 +2,20 @@
+Thu Aug 16 22:07:27 UTC 2018 - christo...@krop.fr
+
+- Update to 18.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.0.php
+- Changes since 18.07.80:
+  * None
+
+---
+Thu Jul 26 13:01:00 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+- Changes since 18.04.3:
+  * None
+
+---

Old:

  libkipi-18.04.3.tar.xz

New:

  libkipi-18.08.0.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.PAH9U3/_old  2018-08-22 14:17:44.753981136 +0200
+++ /var/tmp/diff_new_pack.PAH9U3/_new  2018-08-22 14:17:44.757981146 +0200
@@ -19,11 +19,11 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:18.04.3
+Version:18.08.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE

++ libkipi-18.04.3.tar.xz -> libkipi-18.08.0.tar.xz ++




commit libkipi for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2018-07-18 22:45:23

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Wed Jul 18 22:45:23 2018 rev:96 rq:622749 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2018-06-13 
15:26:35.036847455 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2018-07-18 
22:45:25.316655357 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:15 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  libkipi-18.04.2.tar.xz

New:

  libkipi-18.04.3.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.AOJl44/_old  2018-07-18 22:45:26.628651008 +0200
+++ /var/tmp/diff_new_pack.AOJl44/_new  2018-07-18 22:45:26.656650915 +0200
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkipi-18.04.2.tar.xz -> libkipi-18.04.3.tar.xz ++




commit libkipi for openSUSE:Factory

2018-06-13 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2018-06-13 15:26:26

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Wed Jun 13 15:26:26 2018 rev:95 rq:615616 version:18.04.2

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2018-05-16 
11:33:26.470093145 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2018-06-13 
15:26:35.036847455 +0200
@@ -1,0 +2,10 @@
+Fri Jun 08 05:07:01 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.2.php
+- Changes since 18.04.1:
+  * None
+
+---

Old:

  libkipi-18.04.1.tar.xz

New:

  libkipi-18.04.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.UMhyNP/_old  2018-06-13 15:26:36.812782047 +0200
+++ /var/tmp/diff_new_pack.UMhyNP/_new  2018-06-13 15:26:36.816781900 +0200
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:18.04.1
+Version:18.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkipi-18.04.1.tar.xz -> libkipi-18.04.2.tar.xz ++




commit libkipi for openSUSE:Factory

2018-05-16 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2018-05-16 11:33:24

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Wed May 16 11:33:24 2018 rev:94 rq:607261 version:18.04.1

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2018-04-25 
09:53:40.647733614 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2018-05-16 
11:33:26.470093145 +0200
@@ -1,0 +2,10 @@
+Fri May 11 05:18:17 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.1.php
+- Changes since 18.04.0:
+  * None
+
+---

Old:

  libkipi-18.04.0.tar.xz

New:

  libkipi-18.04.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.3lDxK6/_old  2018-05-16 11:33:27.394059546 +0200
+++ /var/tmp/diff_new_pack.3lDxK6/_new  2018-05-16 11:33:27.394059546 +0200
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:18.04.0
+Version:18.04.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkipi-18.04.0.tar.xz -> libkipi-18.04.1.tar.xz ++




commit libkipi for openSUSE:Factory

2018-04-25 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2018-04-25 09:53:39

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Wed Apr 25 09:53:39 2018 rev:93 rq:599133 version:18.04.0

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2018-03-20 
21:41:17.074888733 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2018-04-25 
09:53:40.647733614 +0200
@@ -1,0 +2,20 @@
+Wed Apr 18 07:49:54 CEST 2018 - lbeltr...@kde.org
+
+- Update to 18.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.0.php
+- Changes since 18.03.90:
+  * None
+
+---
+Fri Apr 06 07:10:09 CEST 2018 - lbeltr...@kde.org
+
+- Update to 18.03.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+- Changes since 17.12.3:
+  * bump dates
+
+---

Old:

  libkipi-17.12.3.tar.xz

New:

  libkipi-18.04.0.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.Fq80Ba/_old  2018-04-25 09:53:41.411705594 +0200
+++ /var/tmp/diff_new_pack.Fq80Ba/_new  2018-04-25 09:53:41.411705594 +0200
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:17.12.3
+Version:18.04.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkipi-17.12.3.tar.xz -> libkipi-18.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-17.12.3/CMakeLists.txt 
new/libkipi-18.04.0/CMakeLists.txt
--- old/libkipi-17.12.3/CMakeLists.txt  2017-11-04 04:49:30.0 +0100
+++ new/libkipi-18.04.0/CMakeLists.txt  2017-12-07 11:03:08.0 +0100
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2010-2016, Gilles Caulier, 
+# Copyright (c) 2010-2018, Gilles Caulier, 
 #
 # Redistribution and use is allowed according to the terms of the BSD license.
 # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-17.12.3/pics/CMakeLists.txt 
new/libkipi-18.04.0/pics/CMakeLists.txt
--- old/libkipi-17.12.3/pics/CMakeLists.txt 2017-11-04 04:49:30.0 
+0100
+++ new/libkipi-18.04.0/pics/CMakeLists.txt 2017-12-07 11:03:08.0 
+0100
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2010-2016, Gilles Caulier, 
+# Copyright (c) 2010-2018, Gilles Caulier, 
 #
 # Redistribution and use is allowed according to the terms of the BSD license.
 # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-17.12.3/pics/libkipi.qrc 
new/libkipi-18.04.0/pics/libkipi.qrc
--- old/libkipi-17.12.3/pics/libkipi.qrc2017-11-04 04:49:30.0 
+0100
+++ new/libkipi-18.04.0/pics/libkipi.qrc2017-12-07 11:03:08.0 
+0100
@@ -1,6 +1,6 @@
 

commit libkipi for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2018-03-20 21:41:16

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Tue Mar 20 21:41:16 2018 rev:92 rq:585647 version:17.12.3

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2018-03-08 
10:41:42.159459960 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2018-03-20 
21:41:17.074888733 +0100
@@ -1,0 +2,10 @@
+Thu Mar 08 23:52:22 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.3.php
+- Changes since 17.12.2:
+  * None
+
+---

Old:

  libkipi-17.12.2.tar.xz

New:

  libkipi-17.12.3.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.1L05El/_old  2018-03-20 21:41:17.902858932 +0100
+++ /var/tmp/diff_new_pack.1L05El/_new  2018-03-20 21:41:17.926858068 +0100
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:17.12.2
+Version:17.12.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkipi-17.12.2.tar.xz -> libkipi-17.12.3.tar.xz ++




commit libkipi for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2018-03-08 10:41:40

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Thu Mar  8 10:41:40 2018 rev:91 rq:582294 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2018-02-12 
10:04:51.531898624 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2018-03-08 
10:41:42.159459960 +0100
@@ -1,0 +2,5 @@
+Thu Mar  1 10:48:01 UTC 2018 - alarr...@suse.com
+
+- Only require libkipi11 and apply dont-install-pics.diff in SLE12
+
+---



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.MtJxjE/_old  2018-03-08 10:41:42.767438068 +0100
+++ /var/tmp/diff_new_pack.MtJxjE/_new  2018-03-08 10:41:42.771437924 +0100
@@ -51,7 +51,7 @@
 Summary:KDE Image Plug-In Interface
 Group:  System/Libraries
 Requires:   libkipi-data >= %version
-%if !0%{?is_opensuse} && 0%{?sle_version}
+%if !0%{?is_opensuse} && 0%{?sle_version} < 15
 #kipi icons are provided by libkipi11
 Requires:   libkipi11
 %endif
@@ -90,7 +90,7 @@
 
 %prep
 %setup -q
-%if !0%{?is_opensuse} && 0%{?sle_version}
+%if !0%{?is_opensuse} && 0%{?sle_version} < 15
 %patch0 -p1
 %endif
 
@@ -110,7 +110,7 @@
 
 %files data
 %defattr(-,root,root)
-%if 0%{?is_opensuse} || !0%{?sle_version}
+%if 0%{?is_opensuse} || !0%{?sle_version} < 15
 %{_kf5_iconsdir}/hicolor/*/apps/kipi.png
 %endif
 %{_kf5_servicetypesdir}/kipiplugin.desktop




commit libkipi for openSUSE:Factory

2018-02-12 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2018-02-12 10:04:48

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Mon Feb 12 10:04:48 2018 rev:90 rq:575116 version:17.12.2

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2018-01-17 
21:53:17.121327436 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2018-02-12 
10:04:51.531898624 +0100
@@ -1,0 +2,10 @@
+Wed Feb 07 08:48:59 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.2.php
+- Changes since 17.12.1:
+  * None
+
+---

Old:

  libkipi-17.12.1.tar.xz

New:

  libkipi-17.12.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.ROn74U/_old  2018-02-12 10:04:52.235873251 +0100
+++ /var/tmp/diff_new_pack.ROn74U/_new  2018-02-12 10:04:52.239873107 +0100
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:17.12.1
+Version:17.12.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkipi-17.12.1.tar.xz -> libkipi-17.12.2.tar.xz ++




commit libkipi for openSUSE:Factory

2018-01-17 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2018-01-17 21:53:15

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Wed Jan 17 21:53:15 2018 rev:89 rq:564393 version:17.12.1

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2018-01-09 
14:46:49.349723676 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2018-01-17 
21:53:17.121327436 +0100
@@ -1,0 +2,10 @@
+Thu Jan 11 23:41:22 CET 2018 - lbeltr...@kde.org
+
+- Update to 17.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.1.php
+- Changes since 17.12.0:
+  * None
+
+---

Old:

  libkipi-17.12.0.tar.xz

New:

  libkipi-17.12.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.wV0fni/_old  2018-01-17 21:53:17.989286838 +0100
+++ /var/tmp/diff_new_pack.wV0fni/_new  2018-01-17 21:53:18.001286277 +0100
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:17.12.0
+Version:17.12.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkipi-17.12.0.tar.xz -> libkipi-17.12.1.tar.xz ++




commit libkipi for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2018-01-09 14:46:48

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Tue Jan  9 14:46:48 2018 rev:88 rq:559842 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2017-12-18 
08:54:17.481908439 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2018-01-09 
14:46:49.349723676 +0100
@@ -1,0 +2,6 @@
+Mon Dec 25 12:40:59 UTC 2017 - fab...@ritter-vogt.de
+
+- Add Conflicts: for older (pre-SLPP-valid) libKF5Kipi package
+  to the -data subpackage (boo#1069775)
+
+---



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.EAqRyP/_old  2018-01-09 14:46:50.317678289 +0100
+++ /var/tmp/diff_new_pack.EAqRyP/_new  2018-01-09 14:46:50.321678102 +0100
@@ -64,6 +64,7 @@
 %package data
 Summary:KDE Image Plug-In Interface - data files
 Group:  System/Libraries
+Conflicts:  %{libname}30_0_0
 
 %description data
 This package contains data files needed by the KDE image plug-in library.




commit libkipi for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2017-12-18 08:54:16

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Mon Dec 18 08:54:16 2017 rev:87 rq:556270 version:17.12.0

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2017-11-16 
14:30:03.594497860 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2017-12-18 
08:54:17.481908439 +0100
@@ -1,0 +2,36 @@
+Sat Dec 09 14:59:09 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+---
+Sat Dec 02 10:12:38 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+---
+Mon Nov 20 06:59:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * fix gcc warning
+  * cleanup
+  * polish headers
+  * polish
+  * Fix build on Windows
+  * cleanup
+  * quiet KExiv2 detection for test purpose
+
+---

Old:

  libkipi-17.08.3.tar.xz

New:

  libkipi-17.12.0.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.EdwhXt/_old  2017-12-18 08:54:18.445861905 +0100
+++ /var/tmp/diff_new_pack.EdwhXt/_new  2017-12-18 08:54:18.449861712 +0100
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:17.08.3
+Version:17.12.0
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkipi-17.08.3.tar.xz -> libkipi-17.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-17.08.3/README new/libkipi-17.12.0/README
--- old/libkipi-17.08.3/README  2017-11-04 06:10:17.0 +0100
+++ new/libkipi-17.12.0/README  2017-11-04 04:49:30.0 +0100
@@ -1,15 +1,12 @@
 KIPI Library (KDE Image Program Interface)
 
-This library is a part of digiKam project (http://www.digikam.org)
-
 -- AUTHORS 
 
 See AUTHORS file for details.
 
 -- ABOUT --
 
-Libkipi is an interface to use kipi-plugins from a KDE image management 
-program like digiKam (http://www.digikam.org).
+Libkipi is an interface to use kipi-plugins from a KDE image management 
program.
 
 The library documentation is available on header files.
 
@@ -25,7 +22,6 @@
 libjpeg >= 6b   http://www.ijg.org
 libtiff >= 3.8.2
http://www.remotesensing.org/libtiff
 libpng  >= 1.2.0
http://www.libpng.org/pub/png/libpng.html
-libkdcraw   >= 5.0.0
https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw
 libkexiv2   >= 5.0.0
https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2
 
 -- INSTALL 
@@ -39,25 +35,12 @@
 
 "cmake . -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`"
 
--- CONTACT 
-
-If you have questions, comments, suggestions, send an email to:
-
-digikam-de...@kde.org
-
-IRC channel from freenode.net server:
-
-#digikam
-
 -- BUGS ---
 
 IMPORTANT : the bugreports and the wishlist are hosted by the KDE bugs report
 system who can be contacted by the standard Kde help menu of the plugins 
dialog.
-A mail will be automatically sent to the digiKam devel mailing list.
-There is no need to contact directly the digiKam mailing list for a bug report
-or a devel wish.
 
-The current digiKam bugs and devel wish reported to the Kde bugs report can be 
seen 
+The current bugs and devel wish reported to the Kde bugs report can be seen 
 at this url:
 
-http://bugs.kde.org/buglist.cgi?product=digikam=libkipi_status=UNCONFIRMED_status=NEW_status=ASSIGNED_status=REOPENED

commit libkipi for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2017-11-16 14:30:02

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Thu Nov 16 14:30:02 2017 rev:86 rq:540958 version:17.08.3

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2017-10-23 
16:33:55.779057259 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2017-11-16 
14:30:03.594497860 +0100
@@ -1,0 +2,10 @@
+Thu Nov 09 23:12:42 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.3.php
+- Changes since 17.08.2:
+  * None
+
+---

Old:

  libkipi-17.08.2.tar.xz

New:

  libkipi-17.08.3.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.lC4vjn/_old  2017-11-16 14:30:04.606461182 +0100
+++ /var/tmp/diff_new_pack.lC4vjn/_new  2017-11-16 14:30:04.618460747 +0100
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:17.08.2
+Version:17.08.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkipi-17.08.2.tar.xz -> libkipi-17.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-17.08.2/src/kipiplugin.desktop 
new/libkipi-17.08.3/src/kipiplugin.desktop
--- old/libkipi-17.08.2/src/kipiplugin.desktop  2017-06-11 04:36:16.0 
+0200
+++ new/libkipi-17.08.3/src/kipiplugin.desktop  2017-11-04 06:10:17.0 
+0100
@@ -25,6 +25,7 @@
 Name[hr]=KIPI-priključak
 Name[hu]=KIPI-bővítmény
 Name[ia]=KIPIPlugin
+Name[id]=KIPIPlugin
 Name[is]=KIPI-viðbót
 Name[it]=KIPIPlugin
 Name[ja]=Kipi プラグイン
@@ -81,6 +82,7 @@
 Comment[hr]=KIPI-priključak
 Comment[hu]=Egy KIPI-bővítmény
 Comment[ia]=Un Plugin de KIPI
+Comment[id]=Sebuah Plugin KIPI
 Comment[is]=KIPI viðbót
 Comment[it]=Un'estensione di KIPI
 Comment[ja]=Kipi プラグイン




commit libkipi for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2017-10-23 16:33:49

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Mon Oct 23 16:33:49 2017 rev:85 rq:534821 version:17.08.2

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2017-09-12 
19:50:58.032430521 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2017-10-23 
16:33:55.779057259 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 00:32:44 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.2.php
+- Changes since 17.08.1:
+  * None
+
+---

Old:

  libkipi-17.08.1.tar.xz

New:

  libkipi-17.08.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.bQVtX6/_old  2017-10-23 16:33:56.327031604 +0200
+++ /var/tmp/diff_new_pack.bQVtX6/_new  2017-10-23 16:33:56.331031417 +0200
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:17.08.1
+Version:17.08.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkipi-17.08.1.tar.xz -> libkipi-17.08.2.tar.xz ++




commit libkipi for openSUSE:Factory

2017-09-12 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2017-09-12 19:50:57

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Tue Sep 12 19:50:57 2017 rev:84 rq:522645 version:17.08.1

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2017-08-24 
17:48:46.383067310 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2017-09-12 
19:50:58.032430521 +0200
@@ -1,0 +2,10 @@
+Thu Sep 07 07:02:32 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.08.1.php
+- Changes since 17.08.0:
+  * None
+
+---

Old:

  libkipi-17.08.0.tar.xz

New:

  libkipi-17.08.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.H35whf/_old  2017-09-12 19:50:58.848315806 +0200
+++ /var/tmp/diff_new_pack.H35whf/_new  2017-09-12 19:50:58.860314119 +0200
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:17.08.0
+Version:17.08.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkipi-17.08.0.tar.xz -> libkipi-17.08.1.tar.xz ++




commit libkipi for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2017-08-24 17:48:45

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Thu Aug 24 17:48:45 2017 rev:83 rq:516465 version:17.08.0

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2017-07-25 
11:33:43.404881658 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2017-08-24 
17:48:46.383067310 +0200
@@ -1,0 +2,18 @@
+Fri Aug 11 22:46:21 UTC 2017 - christo...@krop.fr
+
+- Update to KDE Applications 17.08.0
+  * New feature release
+  * https://www.kde.org/announcements/announce-applications-17.08.0.php
+- Changes since 17.04.3 :
+  * Use Q_DECL_OVERRIDE 
+  * remove obsolete LSM file 
+
+---
+Sat Aug  5 18:19:24 UTC 2017 - christo...@krop.fr
+
+- Update to KDE Applications 17.07.90
+  * KDE Applications 17.07.90
+  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+
+
+---

Old:

  libkipi-17.04.3.tar.xz

New:

  libkipi-17.08.0.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.cN4zc2/_old  2017-08-24 17:48:47.058972108 +0200
+++ /var/tmp/diff_new_pack.cN4zc2/_new  2017-08-24 17:48:47.066970982 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libkipi
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,10 +19,10 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:17.04.3
+Version:17.08.0
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
+# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
@@ -47,19 +47,6 @@
 some KDE image applications. Plug-ins for this interface are in the
 kipi-plugins package.
 
-%prep
-%setup -q
-%if !0%{?is_opensuse} && 0%{?sle_version}
-%patch0 -p1
-%endif
-
-%build
-  %cmake_kf5 -d build
-  %make_jobs
-
-%install
-  %kf5_makeinstall -C build
-
 %package -n %{libname}%{_so}
 Summary:KDE Image Plug-In Interface
 Group:  System/Libraries
@@ -74,13 +61,6 @@
 some KDE image applications. Plug-ins for this interface are in the
 kipi-plugins package.
 
-%files -n %{libname}%{_so}
-%defattr(-,root,root)
-%{_kf5_libdir}/%{libname}.so.*
-
-%post -n %{libname}%{_so} -p /sbin/ldconfig
-%postun -n %{libname}%{_so} -p /sbin/ldconfig
-
 %package data
 Summary:KDE Image Plug-In Interface - data files
 Group:  System/Libraries
@@ -88,13 +68,6 @@
 %description data
 This package contains data files needed by the KDE image plug-in library.
 
-%files data
-%defattr(-,root,root)
-%if 0%{?is_opensuse} || !0%{?sle_version}
-%{_kf5_iconsdir}/hicolor/*/apps/kipi.png
-%endif
-%{_kf5_servicetypesdir}/kipiplugin.desktop
-
 %package devel
 Summary:KDE Image Plugin Interface
 Group:  Development/Libraries/KDE
@@ -114,13 +87,39 @@
 some KDE image applications. Plug-ins for this interface are in the
 kipi-plugins package.
 
+%prep
+%setup -q
+%if !0%{?is_opensuse} && 0%{?sle_version}
+%patch0 -p1
+%endif
+
+%build
+  %cmake_kf5 -d build
+  %make_jobs
+
+%install
+  %kf5_makeinstall -C build
+
+%post -n %{libname}%{_so} -p /sbin/ldconfig
+%postun -n %{libname}%{_so} -p /sbin/ldconfig
+
+%files -n %{libname}%{_so}
+%defattr(-,root,root)
+%{_kf5_libdir}/%{libname}.so.*
+
+%files data
+%defattr(-,root,root)
+%if 0%{?is_opensuse} || !0%{?sle_version}
+%{_kf5_iconsdir}/hicolor/*/apps/kipi.png
+%endif
+%{_kf5_servicetypesdir}/kipiplugin.desktop
+
 %files devel
 %defattr(-,root,root)
 %doc COPYING README
-%{_kf5_libdir}/%{libname}.so
+%{_kf5_cmakedir}/KF5Kipi/
 %{_kf5_includedir}/KIPI/
 %{_kf5_includedir}/libkipi_version.h
-%{_kf5_libdir}/cmake/KF5Kipi/
-
+%{_kf5_libdir}/%{libname}.so
 
 %changelog

++ libkipi-17.04.3.tar.xz -> libkipi-17.08.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-17.04.3/cmake/templates/libkipi.lsm.cmake.in 
new/libkipi-17.08.0/cmake/templates/libkipi.lsm.cmake.in
--- old/libkipi-17.04.3/cmake/templates/libkipi.lsm.cmake.in2016-12-25 
17:13:02.0 +0100
+++ 

commit libkipi for openSUSE:Factory

2017-07-25 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2017-07-25 11:33:42

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Tue Jul 25 11:33:42 2017 rev:82 rq:510797 version:17.04.3

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2017-06-12 
15:24:07.810626408 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2017-07-25 
11:33:43.404881658 +0200
@@ -1,0 +2,10 @@
+Sun Jul 16 08:49:44 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.3.php
+- Changes since 17.04.2:
+  * None
+
+---

Old:

  libkipi-17.04.2.tar.xz

New:

  libkipi-17.04.3.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.R7dJWx/_old  2017-07-25 11:33:44.032792984 +0200
+++ /var/tmp/diff_new_pack.R7dJWx/_new  2017-07-25 11:33:44.036792419 +0200
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:17.04.2
+Version:17.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ libkipi-17.04.2.tar.xz -> libkipi-17.04.3.tar.xz ++




commit libkipi for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2017-06-12 15:24:06

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Mon Jun 12 15:24:06 2017 rev:81 rq:502114 version:17.04.2

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2017-05-22 
10:44:17.435917501 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2017-06-12 
15:24:07.810626408 +0200
@@ -1,0 +2,10 @@
+Wed Jun 07 17:43:00 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.2.php
+- Changes since 17.04.1:
+  * None
+
+---

Old:

  libkipi-17.04.1.tar.xz

New:

  libkipi-17.04.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.oddtmY/_old  2017-06-12 15:24:08.350550219 +0200
+++ /var/tmp/diff_new_pack.oddtmY/_new  2017-06-12 15:24:08.354549655 +0200
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:17.04.1
+Version:17.04.2
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ libkipi-17.04.1.tar.xz -> libkipi-17.04.2.tar.xz ++




commit libkipi for openSUSE:Factory

2017-05-22 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2017-05-22 10:44:16

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Mon May 22 10:44:16 2017 rev:80 rq:496037 version:17.04.1

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2017-05-08 
18:58:15.888398377 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2017-05-22 
10:44:17.435917501 +0200
@@ -1,0 +2,10 @@
+Wed May 17 20:37:19 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.1.php
+- Changes since 17.04.0:
+  * None
+
+---

Old:

  libkipi-17.04.0.tar.xz

New:

  libkipi-17.04.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.n2rfbW/_old  2017-05-22 10:44:18.003837425 +0200
+++ /var/tmp/diff_new_pack.n2rfbW/_new  2017-05-22 10:44:18.007836860 +0200
@@ -19,7 +19,7 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:17.04.0
+Version:17.04.1
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)

++ libkipi-17.04.0.tar.xz -> libkipi-17.04.1.tar.xz ++




commit libkipi for openSUSE:Factory

2017-05-08 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2017-05-08 18:58:14

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Mon May  8 18:58:14 2017 rev:79 rq:490507 version:17.04.0

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2017-03-15 
01:59:13.753373814 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2017-05-08 
18:58:15.888398377 +0200
@@ -1,0 +2,32 @@
+Sun Apr 16 10:45:17 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.0.php
+- Changes since 17.03.90:
+  * None
+
+---
+Wed Apr 12 20:26:04 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.03.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04-rc.php
+- Changes since 17.03.80:
+  * None
+
+---
+Sat Mar 25 23:10:49 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.03.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+- Changes since 16.12.3:
+  * compile under MacOS
+  * update (c)
+  * apply patch to use find_dependency as one dependency per call REVIEW: 
129555
+
+---

Old:

  libkipi-16.12.3.tar.xz

New:

  libkipi-17.04.0.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.V6yOUk/_old  2017-05-08 18:58:16.792270692 +0200
+++ /var/tmp/diff_new_pack.V6yOUk/_new  2017-05-08 18:58:16.796270127 +0200
@@ -19,10 +19,10 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:16.12.3
+Version:17.04.0
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
@@ -122,4 +122,5 @@
 %{_kf5_includedir}/libkipi_version.h
 %{_kf5_libdir}/cmake/KF5Kipi/
 
+
 %changelog

++ libkipi-16.12.3.tar.xz -> libkipi-17.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-16.12.3/src/configwidget.cpp 
new/libkipi-17.04.0/src/configwidget.cpp
--- old/libkipi-16.12.3/src/configwidget.cpp2016-11-26 14:06:26.0 
+0100
+++ new/libkipi-17.04.0/src/configwidget.cpp2016-12-25 17:13:02.0 
+0100
@@ -7,7 +7,7 @@
  * @date   2012-08-06
  * @brief  Plugins config widget.
  *
- * @author Copyright (C) 2004-2016 by Gilles Caulier
+ * @author Copyright (C) 2004-2017 by Gilles Caulier
  * mailto:caulier dot gilles at gmail dot com">caulier dot 
gilles at gmail dot com
  * @author Copyright (C) 2012  by Victor Dodon
  * mailto:dodonvictor at gmail dot com">dodonvictor at gmail 
dot com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-16.12.3/src/configwidget.h 
new/libkipi-17.04.0/src/configwidget.h
--- old/libkipi-16.12.3/src/configwidget.h  2016-11-26 14:06:26.0 
+0100
+++ new/libkipi-17.04.0/src/configwidget.h  2016-12-25 17:13:02.0 
+0100
@@ -7,7 +7,7 @@
  * @date   2012-08-06
  * @brief  Plugins config widget.
  *
- * @author Copyright (C) 2004-2016 by Gilles Caulier
+ * @author Copyright (C) 2004-2017 by Gilles Caulier
  * mailto:caulier dot gilles at gmail dot com">caulier dot 
gilles at gmail dot com
  * @author Copyright (C) 2012  by Victor Dodon
  * mailto:dodonvictor at gmail dot com">dodonvictor at gmail 
dot com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-16.12.3/src/imagecollection.cpp 
new/libkipi-17.04.0/src/imagecollection.cpp
--- old/libkipi-16.12.3/src/imagecollection.cpp 2016-11-26 14:06:26.0 
+0100
+++ new/libkipi-17.04.0/src/imagecollection.cpp 2016-12-25 17:13:02.0 
+0100
@@ -7,7 +7,7 @@
  * @date   2004-02-01
  * @brief  image collection
  *
- * @author Copyright (C) 2004-2016 by Gilles Caulier
+ * @author Copyright (C) 2004-2017 by Gilles Caulier
  * mailto:caulier dot gilles at gmail dot com">caulier dot 
gilles at gmail dot com
  * @author Copyright (C) 2004-2005 by Renchi Raju
  * 

commit libkipi for openSUSE:Factory

2017-03-14 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2017-03-15 00:59:37

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Wed Mar 15 00:59:37 2017 rev:78 rq:478263 version:16.12.3

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2017-02-13 
07:37:20.351857486 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2017-03-15 
01:59:13.753373814 +0100
@@ -1,0 +2,10 @@
+Thu Mar  9 12:43:19 CET 2017 - lbeltr...@kde.org
+
+- Update to 16.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-16.12.3.php
+- Changes since 16.12.2:
+  * None
+
+---

Old:

  libkipi-16.12.2.tar.xz

New:

  libkipi-16.12.3.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.qnU6lw/_old  2017-03-15 01:59:14.205309921 +0100
+++ /var/tmp/diff_new_pack.qnU6lw/_new  2017-03-15 01:59:14.205309921 +0100
@@ -19,10 +19,10 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:16.12.2
+Version:16.12.3
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.2 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT

++ libkipi-16.12.2.tar.xz -> libkipi-16.12.3.tar.xz ++




commit libkipi for openSUSE:Factory

2017-02-12 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2017-02-13 07:37:19

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2017-02-10 
09:50:18.139004237 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2017-02-13 
07:37:20.351857486 +0100
@@ -1,0 +2,8 @@
+Thu Feb  9 07:17:19 UTC 2017 - lbeltr...@kde.org
+
+- Update to KDE Applications 16.12.2
+   * KDE Applications 16.12.2
+   * https://www.kde.org/announcements/announce-applications-16.12.2.php
+
+
+---

Old:

  libkipi-16.12.1.tar.xz

New:

  libkipi-16.12.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.2bSgoU/_old  2017-02-13 07:37:21.423702904 +0100
+++ /var/tmp/diff_new_pack.2bSgoU/_new  2017-02-13 07:37:21.423702904 +0100
@@ -19,10 +19,10 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:16.12.1
+Version:16.12.2
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.2 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT

++ libkipi-16.12.1.tar.xz -> libkipi-16.12.2.tar.xz ++




commit libkipi for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2017-02-10 09:50:00

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2017-01-25 
23:09:06.955453100 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2017-02-10 
09:50:18.139004237 +0100
@@ -1,0 +2,6 @@
+Tue Feb 7 08:05:45 UTC 2017 - tittiatc...@gmail.com
+
+- Restore the separate data package that includes the icons and 
+  desktop-file. This would restore the SLPP for the library package
+
+---



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.Bqcfme/_old  2017-02-10 09:50:18.578942033 +0100
+++ /var/tmp/diff_new_pack.Bqcfme/_new  2017-02-10 09:50:18.578942033 +0100
@@ -63,6 +63,7 @@
 %package -n %{libname}%{_so}
 Summary:KDE Image Plug-In Interface
 Group:  System/Libraries
+Requires:   libkipi-data >= %version
 %if !0%{?is_opensuse} && 0%{?sle_version}
 #kipi icons are provided by libkipi11
 Requires:  libkipi11
@@ -76,14 +77,24 @@
 %files -n %{libname}%{_so}
 %defattr(-,root,root)
 %{_kf5_libdir}/%{libname}.so.*
+
+%post -n %{libname}%{_so} -p /sbin/ldconfig
+%postun -n %{libname}%{_so} -p /sbin/ldconfig
+
+%package data
+Summary:KDE Image Plug-In Interface - data files
+Group:  System/Libraries
+
+%description data
+This package contains data files needed by the KDE image plug-in library.
+
+%files data
+%defattr(-,root,root)
 %if 0%{?is_opensuse} || !0%{?sle_version}
 %{_kf5_iconsdir}/hicolor/*/apps/kipi.png
 %endif
 %{_kf5_servicetypesdir}/kipiplugin.desktop
 
-%post -n %{libname}%{_so} -p /sbin/ldconfig
-%postun -n %{libname}%{_so} -p /sbin/ldconfig
-
 %package devel
 Summary:KDE Image Plugin Interface
 Group:  Development/Libraries/KDE




commit libkipi for openSUSE:Factory

2017-01-25 Thread root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2017-01-25 23:09:05

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2016-12-17 
10:55:03.953973535 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2017-01-25 
23:09:06.955453100 +0100
@@ -1,0 +2,7 @@
+Sat Jan 14 09:05:45 UTC 2017 - lbeltr...@kde.org
+
+- - Update to KDE Applications 16.12.1
+   * KDE Applications 16.12.1 
+   * https://www.kde.org/announcements/announce-applications-16.12.1.php
+
+---

Old:

  libkipi-16.12.0.tar.xz

New:

  libkipi-16.12.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.YqYx4z/_old  2017-01-25 23:09:07.543364368 +0100
+++ /var/tmp/diff_new_pack.YqYx4z/_new  2017-01-25 23:09:07.543364368 +0100
@@ -19,10 +19,10 @@
 %define _so 32_0_0
 %define libname libKF5Kipi
 Name:   libkipi
-Version:16.12.0
+Version:16.12.1
 Release:0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT

++ libkipi-16.12.0.tar.xz -> libkipi-16.12.1.tar.xz ++




commit libkipi for openSUSE:Factory

2016-11-12 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2016-11-12 13:45:18

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2016-10-18 
10:25:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2016-11-12 
13:45:20.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov  9 06:27:15 UTC 2016 - lbeltr...@kde.org
+
+- Update to KDE Applications 16.08.3
+  * KDE Applications 16.08.3
+  * https://www.kde.org/announcements/announce-applications-16.08.3.php
+
+---

Old:

  libkipi-16.08.2.tar.xz

New:

  libkipi-16.08.3.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.pmOZYN/_old  2016-11-12 13:45:21.0 +0100
+++ /var/tmp/diff_new_pack.pmOZYN/_new  2016-11-12 13:45:21.0 +0100
@@ -32,7 +32,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:16.08.2
+Version:16.08.3
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-16.08.2.tar.xz -> libkipi-16.08.3.tar.xz ++




commit libkipi for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2016-10-18 10:25:12

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2016-09-14 
23:19:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2016-10-18 
10:25:13.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 21:07:13 UTC 2016 - lbeltr...@kde.org
+
+- KDE Applications 16.08.2
+https://www.kde.org/announcements/announce-applications-16.08.2.php
+
+---

Old:

  libkipi-16.08.1.tar.xz

New:

  libkipi-16.08.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.fpCs21/_old  2016-10-18 10:25:14.0 +0200
+++ /var/tmp/diff_new_pack.fpCs21/_new  2016-10-18 10:25:14.0 +0200
@@ -32,7 +32,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:16.08.1
+Version:16.08.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-16.08.1.tar.xz -> libkipi-16.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-16.08.1/src/kipiplugin.desktop 
new/libkipi-16.08.2/src/kipiplugin.desktop
--- old/libkipi-16.08.1/src/kipiplugin.desktop  2016-09-05 14:12:53.0 
+0200
+++ new/libkipi-16.08.2/src/kipiplugin.desktop  2016-09-08 14:39:48.0 
+0200
@@ -8,7 +8,7 @@
 Name[bg]=KIPIPlugin
 Name[bs]=KIPI priključak
 Name[ca]=Connector de KIPI
-Name[ca@valencia]=KIPIPlugin
+Name[ca@valencia]=Connector de KIPI
 Name[cs]=KIPIPlugin
 Name[da]=KIPIPlugin
 Name[de]=KIPI-Modul
@@ -65,7 +65,7 @@
 Comment[bg]=Приставка KIPI
 Comment[bs]=KIPI priključak
 Comment[ca]=Un connector de KIPI
-Comment[ca@valencia]=Un connector de la KIPI
+Comment[ca@valencia]=Un connector de KIPI
 Comment[cs]=KIPI modul
 Comment[da]=Et KIPI-plugin
 Comment[de]=Ein KIPI-Modul




commit libkipi for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2016-09-14 23:19:35

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2016-08-29 
14:49:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2016-09-14 
23:19:37.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep  9 08:40:53 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.08.1
+   * KDE Applications 16.08.1
+   * https://www.kde.org/announcements/announce-applications-16.08.1.php
+
+
+---

Old:

  libkipi-16.08.0.tar.xz

New:

  libkipi-16.08.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.RxfOYF/_old  2016-09-14 23:19:38.0 +0200
+++ /var/tmp/diff_new_pack.RxfOYF/_new  2016-09-14 23:19:38.0 +0200
@@ -32,7 +32,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:16.08.0
+Version:16.08.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-16.08.0.tar.xz -> libkipi-16.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-16.08.0/src/kipiplugin.desktop 
new/libkipi-16.08.1/src/kipiplugin.desktop
--- old/libkipi-16.08.0/src/kipiplugin.desktop  2016-06-19 18:29:20.0 
+0200
+++ new/libkipi-16.08.1/src/kipiplugin.desktop  2016-09-05 14:12:53.0 
+0200
@@ -7,7 +7,7 @@
 Name[ast]=KIPIPlugin
 Name[bg]=KIPIPlugin
 Name[bs]=KIPI priključak
-Name[ca]=KIPIPlugin
+Name[ca]=Connector de KIPI
 Name[ca@valencia]=KIPIPlugin
 Name[cs]=KIPIPlugin
 Name[da]=KIPIPlugin
@@ -64,7 +64,7 @@
 Comment[ast]=Un complementu pa KIPI
 Comment[bg]=Приставка KIPI
 Comment[bs]=KIPI priključak
-Comment[ca]=Un connector de la KIPI
+Comment[ca]=Un connector de KIPI
 Comment[ca@valencia]=Un connector de la KIPI
 Comment[cs]=KIPI modul
 Comment[da]=Et KIPI-plugin




commit libkipi for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2016-08-29 14:49:34

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2016-07-21 
07:49:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2016-08-29 
14:49:48.0 +0200
@@ -1,0 +2,16 @@
+Fri Aug 12 10:29:38 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.08.0
+   * KDE Applications 16.08.0
+   * https://www.kde.org/announcements/announce-applications-16.08.0.php
+
+
+---
+Mon Aug  8 15:44:31 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.07.90
+   * KDE Applications 16.07.90 (16.08-RC)
+   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+
+
+---

Old:

  libkipi-16.04.3.tar.xz

New:

  libkipi-16.08.0.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.dedne6/_old  2016-08-29 14:49:51.0 +0200
+++ /var/tmp/diff_new_pack.dedne6/_new  2016-08-29 14:49:51.0 +0200
@@ -32,7 +32,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:16.04.3
+Version:16.08.0
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-16.04.3.tar.xz -> libkipi-16.08.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-16.04.3/CMakeLists.txt 
new/libkipi-16.08.0/CMakeLists.txt
--- old/libkipi-16.04.3/CMakeLists.txt  2016-03-23 23:56:15.0 +0100
+++ new/libkipi-16.08.0/CMakeLists.txt  2016-06-19 18:29:20.0 +0200
@@ -9,7 +9,7 @@
 message(STATUS 
"--")
 message(STATUS "Starting CMake configuration for: ${PROJECT_NAME}")
 
-set(CMAKE_MIN_VERSION   "2.8.12")
+set(CMAKE_MIN_VERSION   "3.0.0")
 set(ECM_MIN_VERSION "1.1.0")
 set(KF5_MIN_VERSION "5.1.0")
 set(QT_MIN_VERSION  "5.2.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-16.04.3/src/configwidget.cpp 
new/libkipi-16.08.0/src/configwidget.cpp
--- old/libkipi-16.04.3/src/configwidget.cpp2016-03-23 23:56:15.0 
+0100
+++ new/libkipi-16.08.0/src/configwidget.cpp2016-06-19 18:29:20.0 
+0200
@@ -45,7 +45,7 @@
 public:
 
 PluginCheckBox(PluginLoader::Info* const info, QTreeWidget* const parent)
-: QTreeWidgetItem(parent), 
+: QTreeWidgetItem(parent),
   m_info(info)
 {
 setFlags(Qt::ItemIsUserCheckable | Qt::ItemIsEnabled);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-16.04.3/src/configwidget.h 
new/libkipi-16.08.0/src/configwidget.h
--- old/libkipi-16.04.3/src/configwidget.h  2016-03-23 23:56:15.0 
+0100
+++ new/libkipi-16.08.0/src/configwidget.h  2016-06-19 18:29:20.0 
+0200
@@ -56,15 +56,15 @@
 /** Apply all changes about plugins selected to be hosted in KIPI host 
application.
  */
 void apply();
-
+
 /** Return the number of plugins actived in the list.
  */
 int actived() const;
-
+
 /** Return the total number of plugins in the list.
  */
 int count()   const;
-
+
 /** Return the number of visible plugins in the list.
  */
 int visible() const;
@@ -76,7 +76,7 @@
 /** Clear all selected plugins in the list.
  */
 void clearAll();
-
+
 /** Set the string used to filter the plugins list. signalSearchResult() 
is emitted when all is done.
  */
 void setFilter(const QString& filter, Qt::CaseSensitivity cs);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-16.04.3/src/imagecollection.h 
new/libkipi-16.08.0/src/imagecollection.h
--- old/libkipi-16.04.3/src/imagecollection.h   2016-03-23 23:56:15.0 
+0100
+++ new/libkipi-16.08.0/src/imagecollection.h   2016-06-19 18:29:20.0 
+0200
@@ -126,11 +126,11 @@
  * This tree view widget needs to starts at some URL. This function 
specifies that location.
  * Here are a couble of possible return value different host applications 
may choose.
  *
- * If all images are stored rooted at some tree (which is the case for 
KPhotoAlbum), 
+ * If all images are 

commit libkipi for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2016-07-21 07:49:06

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2016-06-20 
11:04:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2016-07-21 
07:49:07.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul  8 09:16:57 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.3
+   * KDE Applications 16.04.3
+   * https://www.kde.org/announcements/announce-applications-16.04.3.php
+
+
+---

Old:

  libkipi-16.04.2.tar.xz

New:

  libkipi-16.04.3.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.a5om2y/_old  2016-07-21 07:49:08.0 +0200
+++ /var/tmp/diff_new_pack.a5om2y/_new  2016-07-21 07:49:08.0 +0200
@@ -32,7 +32,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:16.04.2
+Version:16.04.3
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-16.04.2.tar.xz -> libkipi-16.04.3.tar.xz ++




commit libkipi for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2016-06-20 11:04:37

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2016-06-03 
16:38:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2016-06-20 
11:04:38.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 18:10:39 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.2
+   * KDE Applications 16.04.2
+   * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+---

Old:

  libkipi-16.04.1.tar.xz

New:

  libkipi-16.04.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.X8XFFM/_old  2016-06-20 11:04:39.0 +0200
+++ /var/tmp/diff_new_pack.X8XFFM/_new  2016-06-20 11:04:39.0 +0200
@@ -32,7 +32,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:16.04.1
+Version:16.04.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-16.04.1.tar.xz -> libkipi-16.04.2.tar.xz ++




commit libkipi for openSUSE:Factory

2016-06-03 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2016-06-03 16:38:08

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2016-05-31 
12:21:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2016-06-03 
16:38:09.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun  2 07:49:15 UTC 2016 - lbeltr...@kde.org
+
+- Split off non-lib files from libkipi in a libkipi-data package
+- Have libKF5Kipi require libkipi-data
+- Adjust package groups for libKF5Kipi 
+
+---



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.DRrD4w/_old  2016-06-03 16:38:10.0 +0200
+++ /var/tmp/diff_new_pack.DRrD4w/_new  2016-06-03 16:38:10.0 +0200
@@ -54,7 +54,8 @@
 
 %package -n %{libname}%{_so}
 Summary:KDE Image Plug-In Interface
-Group:  Development/Libraries/KDE
+Group:  System/Libraries
+Requires:   libkipi-data >= %version
 
 %description -n %{libname}%{_so}
 This package provides a generic KDE image plug-in interface used by
@@ -64,13 +65,22 @@
 %files -n %{libname}%{_so}
 %defattr(-,root,root)
 %_kf5_libdir/%{libname}.so.*
-%_kf5_iconsdir/hicolor/*/apps/kipi.png
-%_kf5_servicetypesdir/kipiplugin.desktop
 
 %post -n %{libname}%{_so} -p /sbin/ldconfig
-
 %postun -n %{libname}%{_so} -p /sbin/ldconfig
 
+%package data
+Summary:KDE Image Plug-In Interface - data files
+Group:  System/Libraries
+
+%description data
+This package contains data files needed by the KDE image plug-in library.
+
+%files data
+%defattr(-,root,root)
+%_kf5_iconsdir/hicolor/*/apps/kipi.png
+%_kf5_servicetypesdir/kipiplugin.desktop
+
 %package devel
 Summary:KDE Image Plugin Interface
 Group:  Development/Libraries/KDE




commit libkipi for openSUSE:Factory

2016-05-31 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2016-05-31 12:21:46

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2016-03-26 
15:19:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2016-05-31 
12:21:48.0 +0200
@@ -1,0 +2,24 @@
+Sat May  7 10:42:35 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.1
+   * KDE Applications 16.04.1
+   * https://www.kde.org/announcements/announce-applications-16.04.1.php
+
+
+---
+Sun Apr 17 06:18:38 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.0
+   * KDE Applications 16.04.0
+   * https://www.kde.org/announcements/announce-applications-16.04.0.php
+
+
+---
+Mon Apr 11 06:53:48 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.03.90
+   * KDE Applications 16.04.0 RC
+   * https://www.kde.org/announcements/announce-applications-16.04-rc.php
+
+
+---

Old:

  libkipi-15.12.3.tar.xz

New:

  libkipi-16.04.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.ffs5Mc/_old  2016-05-31 12:21:49.0 +0200
+++ /var/tmp/diff_new_pack.ffs5Mc/_new  2016-05-31 12:21:49.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _so 30_0_0
+%define _so 31_0_0
 %define libname libKF5Kipi
 
 Name:   libkipi
@@ -32,7 +32,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:15.12.3
+Version:16.04.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -66,7 +66,6 @@
 %_kf5_libdir/%{libname}.so.*
 %_kf5_iconsdir/hicolor/*/apps/kipi.png
 %_kf5_servicetypesdir/kipiplugin.desktop
-%_kf5_datadir/kipi/
 
 %post -n %{libname}%{_so} -p /sbin/ldconfig
 

++ libkipi-15.12.3.tar.xz -> libkipi-16.04.1.tar.xz ++
 2969 lines of diff (skipped)




commit libkipi for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2016-03-26 15:19:16

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2016-02-22 
10:19:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2016-03-26 
15:19:17.0 +0100
@@ -1,0 +2,9 @@
+Sun Mar 13 15:55:19 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.3
+   * KDE Applications 15.12.3 
+   * https://www.kde.org/announcements/announce-applications-15.12.3.php
+   * boo#970855
+
+
+---

Old:

  libkipi-15.12.2.tar.xz

New:

  libkipi-15.12.3.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.Z7FyPZ/_old  2016-03-26 15:19:18.0 +0100
+++ /var/tmp/diff_new_pack.Z7FyPZ/_new  2016-03-26 15:19:18.0 +0100
@@ -32,7 +32,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:15.12.2
+Version:15.12.3
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-15.12.2.tar.xz -> libkipi-15.12.3.tar.xz ++




commit libkipi for openSUSE:Factory

2016-02-22 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2016-02-22 10:19:45

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2016-01-23 
01:09:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2016-02-22 
10:19:46.0 +0100
@@ -1,0 +2,9 @@
+Sat Feb 13 08:24:03 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.2
+   * KDE Applications 15.12.2 
+   * https://www.kde.org/announcements/announce-applications-15.12.2.php
+   * boo#966605
+
+
+---

Old:

  libkipi-15.12.1.tar.xz

New:

  libkipi-15.12.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.VcLmgO/_old  2016-02-22 10:19:47.0 +0100
+++ /var/tmp/diff_new_pack.VcLmgO/_new  2016-02-22 10:19:47.0 +0100
@@ -32,7 +32,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:15.12.1
+Version:15.12.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-15.12.1.tar.xz -> libkipi-15.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-15.12.1/src/kipiplugin.desktop 
new/libkipi-15.12.2/src/kipiplugin.desktop
--- old/libkipi-15.12.1/src/kipiplugin.desktop  2015-12-30 13:14:33.0 
+0100
+++ new/libkipi-15.12.2/src/kipiplugin.desktop  2016-01-22 13:34:22.0 
+0100
@@ -38,7 +38,7 @@
 Name[nb]=KIPIPlugin
 Name[nds]=KIPI-Moduul
 Name[nl]=KIPIPlugin
-Name[nn]=KIPIPlugin
+Name[nn]=KIPI-tillegg
 Name[pa]=KIPIPlugin
 Name[pl]=KIPIPlugin
 Name[pt]=KIPIPlugin
@@ -95,7 +95,7 @@
 Comment[nb]=Et KIPI-programtillegg
 Comment[nds]=En KIPI-Moduul
 Comment[nl]=Een KIPI-plugin
-Comment[nn]=Eit programtillegg til KIPI
+Comment[nn]=Eit KIPI-programtillegg
 Comment[pa]=ਕਿਪਿ ਪਲੱਗਇਨ
 Comment[pl]=Wtyczka KIPI
 Comment[pt]=Um 'Plugin' do KIPI




commit libkipi for openSUSE:Factory

2016-01-22 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2016-01-23 01:09:55

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2015-11-15 
12:42:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2016-01-23 
01:09:56.0 +0100
@@ -1,0 +2,18 @@
+Sat Jan  9 18:33:55 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+---
+Sun Dec 13 13:31:47 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.0
+   * KDE Applications 15.12.0 
+   * https://www.kde.org/announcements/announce-applications-15.12.0.php
+   * boo#958887
+
+
+---

Old:

  libkipi-15.08.3.tar.xz

New:

  libkipi-15.12.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.GC2y4Q/_old  2016-01-23 01:09:57.0 +0100
+++ /var/tmp/diff_new_pack.GC2y4Q/_new  2016-01-23 01:09:57.0 +0100
@@ -16,21 +16,26 @@
 #
 
 
-%define _so 11
+%define _so 30_0_0
+%define libname libKF5Kipi
 
 Name:   libkipi
-BuildRequires:  libkde4-devel
-BuildRequires:  oxygen-icon-theme-large
-BuildRequires:  xz
+BuildRequires:  extra-cmake-modules >= 1.1.0
+BuildRequires:  kconfig-devel >= 5.1.0
+BuildRequires:  ki18n-devel >= 5.1.0
+BuildRequires:  kservice-devel >= 5.1.0
+BuildRequires:  kxmlgui-devel >= 5.1.0
+BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:15.08.3
+Version:15.12.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
 
 %description
 This package provides a generic KDE Image Plug-in Interface used by
@@ -41,42 +46,45 @@
 %setup -q -n %{name}-%version
 
 %build
-  %cmake_kde4 -d build
+  %cmake_kf5 -d build
   %make_jobs
 
 %install
-  cd build
-  %kde4_makeinstall
-  %kde_post_install
+  %kf5_makeinstall -C build
 
-%package -n %{name}%{_so}
+%package -n %{libname}%{_so}
 Summary:KDE Image Plug-In Interface
 Group:  Development/Libraries/KDE
-%requires_ge  libqt4-x11
 
-%description -n %{name}%{_so}
+%description -n %{libname}%{_so}
 This package provides a generic KDE image plug-in interface used by
 some KDE image applications. Plug-ins for this interface are in the
 kipi-plugins package.
 
-%files -n %{name}%{_so}
+%files -n %{libname}%{_so}
 %defattr(-,root,root)
-%_kde4_appsdir/kipi/
-%_kde4_libdir/%{name}.so.*
-%_kde4_datadir/icons/hicolor/*/apps/kipi.png
-%_kde4_servicetypes/kipiplugin.desktop
+%_kf5_libdir/%{libname}.so.*
+%_kf5_iconsdir/hicolor/*/apps/kipi.png
+%_kf5_servicetypesdir/kipiplugin.desktop
+%_kf5_datadir/kipi/
 
-%post -n libkipi%{_so} -p /sbin/ldconfig
+%post -n %{libname}%{_so} -p /sbin/ldconfig
 
-%postun -n libkipi%{_so} -p /sbin/ldconfig
+%postun -n %{libname}%{_so} -p /sbin/ldconfig
 
 %package devel
 Summary:KDE Image Plugin Interface
 Group:  Development/Libraries/KDE
-Provides:   %{name}6-devel = %version
-Obsoletes:  %{name}6-devel <= 4.1.87
-Requires:   %{name}%{_so} = %version
-Requires:   libkde4-devel
+Requires:   %{libname}%{_so} = %version
+Requires:   kconfig-devel >= 5.1.0
+Requires:   ki18n-devel >= 5.1.0
+Requires:   kservice-devel >= 5.1.0
+Requires:   kxmlgui-devel >= 5.1.0
+Requires:   pkgconfig(Qt5Core) >= 5.2.0
+Requires:   pkgconfig(Qt5Gui) >= 5.2.0
+Requires:   pkgconfig(Qt5Widgets) >= 5.2.0
+Obsoletes:  libkipi-kf5-devel < %{version}
+Provides:   libkipi-kf5-devel = %{version}
 
 %description devel
 This package provides a generic KDE Image Plug-in Interface used by
@@ -86,8 +94,9 @@
 %files devel
 %defattr(-,root,root)
 %doc COPYING README
-%_kde4_libdir/%{name}.so
-%_kde4_includedir/%{name}/
-%_kde4_libdir/pkgconfig/%{name}.pc
+%_kf5_libdir/%{libname}.so
+%_kf5_includedir/KIPI/
+%_kf5_includedir/libkipi_version.h
+%_kf5_libdir/cmake/KF5Kipi/
 
 %changelog

++ libkipi-15.08.3.tar.xz -> libkipi-15.12.1.tar.xz ++
 19427 lines of diff (skipped)




commit libkipi for openSUSE:Factory

2015-11-15 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2015-11-15 12:42:54

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2015-10-19 
22:43:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2015-11-15 
12:42:54.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 10 20:21:27 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.3
+   * KDE Applications 15.08.3 
+   * https://www.kde.org/announcements/announce-applications-15.08.3.php
+   * boo#954531
+
+
+---

Old:

  libkipi-15.08.2.tar.xz

New:

  libkipi-15.08.3.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.w3YLyI/_old  2015-11-15 12:42:55.0 +0100
+++ /var/tmp/diff_new_pack.w3YLyI/_new  2015-11-15 12:42:55.0 +0100
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:15.08.2
+Version:15.08.3
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-15.08.2.tar.xz -> libkipi-15.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-15.08.2/libkipi/kipiplugin.desktop 
new/libkipi-15.08.3/libkipi/kipiplugin.desktop
--- old/libkipi-15.08.2/libkipi/kipiplugin.desktop  2015-05-24 
06:21:54.0 +0200
+++ new/libkipi-15.08.3/libkipi/kipiplugin.desktop  2015-11-04 
14:02:49.0 +0100
@@ -65,7 +65,7 @@
 Comment[bg]=Приставка KIPI
 Comment[bs]=KIPI priključak
 Comment[ca]=Un connector de la KIPI
-Comment[ca@valencia]=Un connector KIPI
+Comment[ca@valencia]=Un connector de la KIPI
 Comment[cs]=KIPI modul
 Comment[da]=Et KIPI-plugin
 Comment[de]=Ein KIPI-Modul
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkipi-15.08.2/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 
new/libkipi-15.08.3/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
--- 
old/libkipi-15.08.2/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 2015-05-24 06:21:54.0 +0200
+++ 
new/libkipi-15.08.3/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 2015-11-04 14:02:49.0 +0100
@@ -50,7 +50,7 @@
 Comment[bg]=Демонстрационен инструмент на kipi с технологията на KDE XML-GUI
 Comment[bs]=Demo kipi alat koji koristi KDE XML-GUI tehnologiju
 Comment[ca]=Una demostració de l'eina «kipi» que utilitza la tecnologia 
XML-GUI del KDE
-Comment[ca@valencia]=Una demostració de l'eina kipi que utilitza la tecnologia 
XML-GUI del KDE
+Comment[ca@valencia]=Una demostració de l'eina «kipi» que utilitza la 
tecnologia XML-GUI del KDE
 Comment[cs]=Ukázkový nástroj kipi využívající technologii KDE XML-GUI
 Comment[da]=Et demo KIPI-værktøj der bruger KDE XML-GUI-teknologi
 Comment[de]=Demo eines KIPI-Moduls. das die KDE-Technologie XML-GUI verwendet




commit libkipi for openSUSE:Factory

2015-10-03 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2015-10-03 20:25:57

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is "libkipi"

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2015-07-14 
17:39:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2015-10-03 
20:25:58.0 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 19:41:01 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+---
+Wed Aug 19 19:44:18 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+---
+Fri Aug  7 07:03:48 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+---

Old:

  libkipi-15.04.3.tar.xz

New:

  libkipi-15.08.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.n1VAvB/_old  2015-10-03 20:25:59.0 +0200
+++ /var/tmp/diff_new_pack.n1VAvB/_new  2015-10-03 20:25:59.0 +0200
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:15.04.3
+Version:15.08.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-15.04.3.tar.xz -> libkipi-15.08.1.tar.xz ++




commit libkipi for openSUSE:Factory

2015-06-04 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2015-06-04 11:21:16

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2015-05-15 
10:03:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2015-06-04 
11:21:17.0 +0200
@@ -1,0 +2,8 @@
+Sat May 30 14:41:29 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.2
+   * KDE Applications 15.04.2
+   * https://www.kde.org/announcements/announce-applications-15.04.2.php
+
+
+---

Old:

  libkipi-15.04.1.tar.xz

New:

  libkipi-15.04.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.iKJUuS/_old  2015-06-04 11:21:17.0 +0200
+++ /var/tmp/diff_new_pack.iKJUuS/_new  2015-06-04 11:21:17.0 +0200
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:15.04.1
+Version:15.04.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-15.04.1.tar.xz - libkipi-15.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-15.04.1/libkipi/kipiplugin.desktop 
new/libkipi-15.04.2/libkipi/kipiplugin.desktop
--- old/libkipi-15.04.1/libkipi/kipiplugin.desktop  2014-12-03 
17:21:29.0 +0100
+++ new/libkipi-15.04.2/libkipi/kipiplugin.desktop  2015-05-24 
09:56:42.0 +0200
@@ -64,7 +64,7 @@
 Comment[ast]=Un complementu pa KIPI
 Comment[bg]=Приставка KIPI
 Comment[bs]=KIPI priključak
-Comment[ca]=Un connector KIPI
+Comment[ca]=Un connector de la KIPI
 Comment[ca@valencia]=Un connector KIPI
 Comment[cs]=KIPI modul
 Comment[da]=Et KIPI-plugin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkipi-15.04.1/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 
new/libkipi-15.04.2/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
--- 
old/libkipi-15.04.1/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 2014-12-03 17:21:29.0 +0100
+++ 
new/libkipi-15.04.2/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 2015-05-24 09:56:42.0 +0200
@@ -49,7 +49,7 @@
 Comment=A demo kipi tool using KDE XML-GUI technology
 Comment[bg]=Демонстрационен инструмент на kipi с технологията на KDE XML-GUI
 Comment[bs]=Demo kipi alat koji koristi KDE XML-GUI tehnologiju
-Comment[ca]=Una demostració de l'eina kipi que utilitza la tecnologia XML-GUI 
del KDE
+Comment[ca]=Una demostració de l'eina «kipi» que utilitza la tecnologia 
XML-GUI del KDE
 Comment[ca@valencia]=Una demostració de l'eina kipi que utilitza la tecnologia 
XML-GUI del KDE
 Comment[cs]=Ukázkový nástroj kipi využívající technologii KDE XML-GUI
 Comment[da]=Et demo KIPI-værktøj der bruger KDE XML-GUI-teknologi




commit libkipi for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2015-05-15 10:03:14

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2015-05-11 
19:21:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2015-05-15 
10:03:15.0 +0200
@@ -1,0 +2,8 @@
+Mon May 11 11:15:51 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.1
+   * KDE Applications 15.04.1
+   * https://www.kde.org/announcements/announce-applications-15.04.1.php
+
+
+---

Old:

  libkipi-15.04.0.tar.xz

New:

  libkipi-15.04.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.f8iqb5/_old  2015-05-15 10:03:15.0 +0200
+++ /var/tmp/diff_new_pack.f8iqb5/_new  2015-05-15 10:03:15.0 +0200
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:15.04.0
+Version:15.04.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-15.04.0.tar.xz - libkipi-15.04.1.tar.xz ++




commit libkipi for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2015-05-11 19:21:17

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2015-03-11 
09:53:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2015-05-11 
19:21:18.0 +0200
@@ -1,0 +2,22 @@
+Sat Apr 11 13:25:50 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.04.0
+   * KDE Applications 15.04.0
+   * https://www.kde.org/announcements/announce-applications-15.04.0.php
+
+
+---
+Sat Mar 21 18:23:08 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.03.95
+   * KDE Applications 15.04 RC
+
+
+---
+Sun Mar  8 12:51:29 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.03.80
+   * KDE Applications 15.04 Beta
+
+
+---

Old:

  libkipi-14.12.3.tar.xz

New:

  libkipi-15.04.0.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.NLxwbU/_old  2015-05-11 19:21:18.0 +0200
+++ /var/tmp/diff_new_pack.NLxwbU/_new  2015-05-11 19:21:18.0 +0200
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:14.12.3
+Version:15.04.0
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-14.12.3.tar.xz - libkipi-15.04.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-14.12.3/CMakeLists.txt 
new/libkipi-15.04.0/CMakeLists.txt
--- old/libkipi-14.12.3/CMakeLists.txt  2014-12-03 17:21:54.0 +0100
+++ new/libkipi-15.04.0/CMakeLists.txt  2014-12-03 17:21:29.0 +0100
@@ -1,49 +1,29 @@
-# ===
 #
-# This file is a part of digiKam project
-# a href=http://www.digikam.org;http://www.digikam.org/a
+# Copyright (c) 2010-2014, Gilles Caulier, caulier dot gilles at gmail dot 
com
 #
-# @date   2004-02-01
-# @brief  KDE Image Plugin Interface
-#
-# @author Copyright (C) 2004-2014 by Gilles Caulier
-# a href=mailto:caulier dot gilles at gmail dot comcaulier dot 
gilles at gmail dot com/a
-# @author Copyright (C) 2012  by Victor Dodon
-# a href=mailto:dodonvictor at gmail dot comdodonvictor at gmail 
dot com/a
-#
-# This program is free software; you can redistribute it
-# and/or modify it under the terms of the GNU General
-# Public License as published by the Free Software Foundation;
-# either version 2, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# 
+# Redistribution and use is allowed according to the terms of the BSD license.
+# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
 
-PROJECT(libkipi)
+project(libkipi)
 
-MESSAGE(STATUS 
--)
-MESSAGE(STATUS Starting CMake configuration for: libkipi)
+message(STATUS 
--)
+message(STATUS Starting CMake configuration for: libkipi)
 
-FIND_PACKAGE(KDE4 REQUIRED)
+find_package(KDE4 REQUIRED)
 
-INCLUDE(KDE4Defaults)
-INCLUDE(MacroLibrary)
-INCLUDE(MacroOptionalAddSubdirectory)
-INCLUDE(MacroOptionalFindPackage)
-INCLUDE(FindPackageHandleStandardArgs)
+include(KDE4Defaults)
+include(MacroLibrary)
+include(MacroOptionalAddSubdirectory)
+include(MacroOptionalFindPackage)
+include(FindPackageHandleStandardArgs)
 
-ADD_DEFINITIONS(${QT_DEFINITIONS} ${QT_QTDBUS_DEFINITIONS} ${KDE4_DEFINITIONS})
-ADD_DEFINITIONS(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
+add_definitions(${QT_DEFINITIONS} ${QT_QTDBUS_DEFINITIONS} ${KDE4_DEFINITIONS})
+add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS)
 
-INCLUDE_DIRECTORIES (${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} 
${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
+include_directories (${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} 
${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
 
-SET(LIBKIPI_AREA_CODE_GENERAL 51000)

commit libkipi for openSUSE:Factory

2015-03-11 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2015-03-11 09:53:56

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2015-02-11 
16:41:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2015-03-11 
09:53:57.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar  3 10:45:33 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.3
+   * KDE Applications 14.12.3
+   * See https://www.kde.org/announcements/announce-applications-14.12.3.php
+
+---

Old:

  libkipi-14.12.2.tar.xz

New:

  libkipi-14.12.3.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.P3iL8U/_old  2015-03-11 09:53:57.0 +0100
+++ /var/tmp/diff_new_pack.P3iL8U/_new  2015-03-11 09:53:57.0 +0100
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:14.12.2
+Version:14.12.3
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-14.12.2.tar.xz - libkipi-14.12.3.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2015-02-11 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2015-02-11 16:40:59

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2015-01-21 
22:12:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2015-02-11 
16:41:00.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 11:09:22 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+---

Old:

  libkipi-14.12.1.tar.xz

New:

  libkipi-14.12.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.xUMjCL/_old  2015-02-11 16:41:00.0 +0100
+++ /var/tmp/diff_new_pack.xUMjCL/_new  2015-02-11 16:41:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkipi
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:14.12.1
+Version:14.12.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-14.12.1.tar.xz - libkipi-14.12.2.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2015-01-21 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2015-01-21 22:12:06

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2015-01-09 
01:10:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2015-01-21 
22:12:59.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 12 20:06:42 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.1
+   * KDE Applications 14.12.1
+   * See https://www.kde.org/announcements/announce-applications-14.12.1.php
+
+---

Old:

  libkipi-14.12.0.tar.xz

New:

  libkipi-14.12.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.3cTqwq/_old  2015-01-21 22:13:00.0 +0100
+++ /var/tmp/diff_new_pack.3cTqwq/_new  2015-01-21 22:13:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkipi
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:14.12.0
+Version:14.12.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-14.12.0.tar.xz - libkipi-14.12.1.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2015-01-08 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2015-01-08 23:18:34

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2014-11-19 
20:28:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2015-01-09 
01:10:34.0 +0100
@@ -1,0 +2,7 @@
+Wed Dec 17 20:41:33 UTC 2014 - tittiatc...@gmail.com
+
+- Update to KDE Applications 14.12.0
+   * KDE Applications 14.12.0
+   * See https://www.kde.org/announcements/announce-applications-14.12.0.php
+
+---

Old:

  libkipi-4.14.3.tar.xz

New:

  libkipi-14.12.0.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.5lpGE2/_old  2015-01-09 01:10:35.0 +0100
+++ /var/tmp/diff_new_pack.5lpGE2/_new  2015-01-09 01:10:35.0 +0100
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.14.3
+Version:14.12.0
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.14.3.tar.xz - libkipi-14.12.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.14.3/CMakeLists.txt 
new/libkipi-14.12.0/CMakeLists.txt
--- old/libkipi-4.14.3/CMakeLists.txt   2014-06-30 06:40:33.0 +0200
+++ new/libkipi-14.12.0/CMakeLists.txt  2014-12-03 17:21:54.0 +0100
@@ -6,9 +6,9 @@
 # @date   2004-02-01
 # @brief  KDE Image Plugin Interface
 #
-# @author Copyright (C) 2004-2012 by Gilles Caulier
+# @author Copyright (C) 2004-2014 by Gilles Caulier
 # a href=mailto:caulier dot gilles at gmail dot comcaulier dot 
gilles at gmail dot com/a
-# @author Copyright (C) 2012 by Victor Dodon
+# @author Copyright (C) 2012  by Victor Dodon
 # a href=mailto:dodonvictor at gmail dot comdodonvictor at gmail 
dot com/a
 #
 # This program is free software; you can redistribute it
@@ -57,24 +57,25 @@
 # 0.1.4 = 1.0.1
 # 0.1.5 = 1.1.1
 # 0.1.6 = 2.0.0
-# 0.2.0 = 5.0.0  (released with KDE 4.1.0)
-# 0.3.0 = 6.0.0  (released with KDE 4.2.0)
-# 0.4.0 = 6.1.0  (released with KDE 4.3.0)
-# 1.0.0 = 7.0.0  (released with KDE 4.4.0)
-# 1.1.0 = 7.1.0  (released with KDE 4.5.0)
-# 1.2.0 = 8.0.0  (released with KDE 4.6.0)
+# 0.2.0 = 5.0.0  (released with KDE 4.1.0).
+# 0.3.0 = 6.0.0  (released with KDE 4.2.0).
+# 0.4.0 = 6.1.0  (released with KDE 4.3.0).
+# 1.0.0 = 7.0.0  (released with KDE 4.4.0).
+# 1.1.0 = 7.1.0  (released with KDE 4.5.0).
+# 1.2.0 = 8.0.0  (released with KDE 4.6.0).
 # 1.3.0 = 8.0.1  (released with KDE 4.7.1  - Set deprecated 
ImageInfo::title() and ImageInfo::setTitle(). Add ImageInfo::name() and 
ImageInfo::setName().
 # 1.4.0 = 8.0.2  (released with KDE 4.8.0  - Add 2 new slots in ConfigWidget 
class).
 # 1.5.0 = 9.0.0  (released with KDE 4.8.1  - Add Progress Manager feature 
support from Host application. Remove deprecated methods.
 # Add new deprecated methods in 
ImageInfo class: description(), setDescription(),
 # angle(), and setAngle()).
-# 1.6.0 = 9.1.0  (released with KDE 4.8.1  - Minor API fix)
-# 2.0.0 = 10.0.0 (released with KDE 4.10.0 - Including GoSC2012)
-# 2.1.0 = 11.0.0 (released with KDE 4.11.0 - Add edit hints)
+# 1.6.0 = 9.1.0  (released with KDE 4.8.1  - Minor API fix).
+# 2.0.0 = 10.0.0 (released with KDE 4.10.0 - Including GoSC2012).
+# 2.1.0 = 11.0.0 (released with KDE 4.11.0 - Add edit hints).
+# 2.2.0 = 11.1.0 (released with KDE 4.14.0 - Apply patch #89165 from bug 
#340030).
 
 # Library API version
 SET(KIPI_LIB_MAJOR_VERSION 2)
-SET(KIPI_LIB_MINOR_VERSION 1)
+SET(KIPI_LIB_MINOR_VERSION 2)
 SET(KIPI_LIB_PATCH_VERSION 0)
 
 # Suffix to add at end of version string. Usual values are:
@@ -89,7 +90,7 @@
 # Library ABI version used by linker.
 # For details : 
http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
 SET(KIPI_LIB_SO_CUR_VERSION 11)
-SET(KIPI_LIB_SO_REV_VERSION 0)
+SET(KIPI_LIB_SO_REV_VERSION 1)
 SET(KIPI_LIB_SO_AGE_VERSION 0)
 
 # ===
@@ -113,10 +114,7 @@
 ENDIF(KDE4_BUILD_TESTS)
 
 IF(NOT WIN32)
-  CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/libkipi.pc.cmake 
${CMAKE_CURRENT_BINARY_DIR}/libkipi.pc)
-  CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/libkipi.lsm.cmake 
${CMAKE_CURRENT_BINARY_DIR}/libkipi.lsm)
+  

commit libkipi for openSUSE:Factory

2014-11-19 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2014-11-19 20:25:21

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2014-10-16 
18:12:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2014-11-19 
20:28:26.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  9 20:29:49 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.3
+   * KDE 4.14.3 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.3.php
+
+---

Old:

  libkipi-4.14.2.tar.xz

New:

  libkipi-4.14.3.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.jZVI2F/_old  2014-11-19 20:28:31.0 +0100
+++ /var/tmp/diff_new_pack.jZVI2F/_new  2014-11-19 20:28:31.0 +0100
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.14.2
+Version:4.14.3
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.14.2.tar.xz - libkipi-4.14.3.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2014-10-16 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2014-10-16 18:11:46

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2014-09-18 
07:58:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2014-10-16 
18:12:07.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct 12 12:02:06 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.2
+   * KDE 4.14.2 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.2.php
+
+---

Old:

  libkipi-4.14.1.tar.xz

New:

  libkipi-4.14.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.ABVZh7/_old  2014-10-16 18:12:08.0 +0200
+++ /var/tmp/diff_new_pack.ABVZh7/_new  2014-10-16 18:12:08.0 +0200
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.14.1
+Version:4.14.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.14.1.tar.xz - libkipi-4.14.2.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2014-09-18 07:57:35

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2014-08-25 
10:58:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2014-09-18 
07:58:16.0 +0200
@@ -1,0 +2,7 @@
+Sat Sep 13 16:24:44 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.1
+   * KDE 4.14.1 SC Bugfix Release
+   * See http://www.kde.org/announcements/announce-4.14.1.php
+
+---
@@ -6 +13 @@
-   * See http://www.kde.org/announcements/4.13/
+   * See http://www.kde.org/announcements/4.14/

Old:

  libkipi-4.14.0.tar.xz

New:

  libkipi-4.14.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.XFGWC4/_old  2014-09-18 07:58:18.0 +0200
+++ /var/tmp/diff_new_pack.XFGWC4/_new  2014-09-18 07:58:18.0 +0200
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.14.0
+Version:4.14.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.14.0.tar.xz - libkipi-4.14.1.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2014-08-25 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2014-08-25 10:58:42

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2014-07-16 
16:18:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2014-08-25 
10:58:51.0 +0200
@@ -1,0 +2,14 @@
+Fri Aug 15 08:27:11 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.14.0
+   * KDE 4.14.0 SC Final Release
+   * See http://www.kde.org/announcements/4.13/
+
+---
+Thu Jul 17 16:47:42 UTC 2014 - cgiboude...@gmx.com
+
+- Update to 4.13.90
+   * KDE 4.14 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.14-beta2.php
+
+---

Old:

  libkipi-4.13.80.tar.xz

New:

  libkipi-4.14.0.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.YDC9VZ/_old  2014-08-25 10:58:52.0 +0200
+++ /var/tmp/diff_new_pack.YDC9VZ/_new  2014-08-25 10:58:52.0 +0200
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.13.80
+Version:4.14.0
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.13.80.tar.xz - libkipi-4.14.0.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2014-07-16 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2014-07-16 16:18:27

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2014-06-19 
13:15:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2014-07-16 
16:18:56.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 10 22:20:33 UTC 2014 - cgiboude...@gmx.com
+
+- Update to 4.13.80
+   * KDE 4.14 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.14-beta1.php
+
+---

Old:

  libkipi-4.13.2.tar.xz

New:

  libkipi-4.13.80.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.umycld/_old  2014-07-16 16:18:57.0 +0200
+++ /var/tmp/diff_new_pack.umycld/_new  2014-07-16 16:18:57.0 +0200
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.13.2
+Version:4.13.80
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.13.2.tar.xz - libkipi-4.13.80.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkipi-4.13.2/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 
new/libkipi-4.13.80/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
--- 
old/libkipi-4.13.2/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
  2014-03-27 05:50:06.0 +0100
+++ 
new/libkipi-4.13.80/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 2014-06-30 06:40:33.0 +0200
@@ -10,6 +10,7 @@
 Name[da]=KXMLHelloWorld
 Name[de]=KXMLHelloWorld
 Name[el]=KXMLHelloWorld
+Name[en_GB]=KXMLHelloWorld
 Name[es]=KXMLHelloWorld
 Name[et]=KXMLHelloWorld
 Name[fi]=KXMLHelloWorld
@@ -54,6 +55,7 @@
 Comment[da]=Et demo KIPI-værktøj der bruger KDE XML-GUI-teknologi
 Comment[de]=Demo eines KIPI-Moduls. das die KDE-Technologie XML-GUI verwendet
 Comment[el]=Ένα εργαλείο επίδειξης kipi με χρήση τεχνολογίας KDE XML-GUI
+Comment[en_GB]=A demo kipi tool using KDE XML-GUI technology
 Comment[es]=Una herramienta kipi de demostración que usa la tecnología XML-GUI 
de KDE
 Comment[et]=KIPI demotööriist, mis kasutab KDE XML-GUI tehnoloogiat
 Comment[fi]=KDE:n XML-GUI-teknologiaa käyttävä KIPI-työkaludemo

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2014-06-19 13:15:27

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2014-05-22 
06:49:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2014-06-19 
13:15:42.0 +0200
@@ -1,0 +2,7 @@
+Sun Jun  8 18:31:32 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.2
+   * KDE 4.13  release
+   * See http://www.kde.org/announcements/announce-4.13.2.php
+
+---

Old:

  libkipi-4.13.1.tar.xz

New:

  libkipi-4.13.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.yL8yyp/_old  2014-06-19 13:15:43.0 +0200
+++ /var/tmp/diff_new_pack.yL8yyp/_new  2014-06-19 13:15:43.0 +0200
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.13.1
+Version:4.13.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.13.1.tar.xz - libkipi-4.13.2.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2014-05-22 06:49:40

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2014-04-18 
12:36:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2014-05-22 
06:49:51.0 +0200
@@ -1,0 +2,7 @@
+Fri May  9 16:43:25 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.1
+   * KDE 4.13.1  bug fix release
+   * See http://www.kde.org/announcements/announce-4.13.1.php
+
+---

Old:

  libkipi-4.13.0.tar.xz

New:

  libkipi-4.13.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.G4jywu/_old  2014-05-22 06:49:53.0 +0200
+++ /var/tmp/diff_new_pack.G4jywu/_new  2014-05-22 06:49:53.0 +0200
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.13.0
+Version:4.13.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.13.0.tar.xz - libkipi-4.13.1.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2014-04-18 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2014-04-18 11:34:46

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2014-03-30 
09:32:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2014-04-18 
12:36:47.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 11 16:46:41 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.13.0
+   * KDE 4.13  release
+   * See http://www.kde.org/announcements/4.13/
+
+---

Old:

  libkipi-4.12.97.tar.xz

New:

  libkipi-4.13.0.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.ty8ljT/_old  2014-04-18 12:36:48.0 +0200
+++ /var/tmp/diff_new_pack.ty8ljT/_new  2014-04-18 12:36:48.0 +0200
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.12.97
+Version:4.13.0
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.12.97.tar.xz - libkipi-4.13.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkipi-4.12.97/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 
new/libkipi-4.13.0/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
--- 
old/libkipi-4.12.97/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 2014-02-24 05:37:27.0 +0100
+++ 
new/libkipi-4.13.0/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
  2014-03-27 05:50:06.0 +0100
@@ -27,6 +27,7 @@
 Name[nb]=KXML Hallo_verden
 Name[nds]=KXMLMoinWelt
 Name[nl]=KXML-HelloWorld
+Name[pa]=KXMLHelloWorld
 Name[pl]=KXMLHelloWorld
 Name[pt]=KXMLHelloWorld
 Name[pt_BR]=Olá mundo KXML

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2014-03-30 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2014-03-30 07:51:22

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2014-03-18 
13:47:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2014-03-30 
09:32:40.0 +0200
@@ -1,0 +2,14 @@
+Thu Mar 27 17:40:47 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.97
+   * KDE 4.13 RC  release
+   * See http://www.kde.org/announcements/announce-4.13-rc.php
+
+---
+Thu Mar 20 18:06:48 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.95
+   * KDE 4.13 Beta 3  release
+   * See http://www.kde.org/announcements/announce-4.13-beta3.php
+
+---

Old:

  libkipi-4.12.90.tar.xz

New:

  libkipi-4.12.97.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.OmKje0/_old  2014-03-30 09:35:50.0 +0200
+++ /var/tmp/diff_new_pack.OmKje0/_new  2014-03-30 09:35:50.0 +0200
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.12.90
+Version:4.12.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.12.90.tar.xz - libkipi-4.12.97.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2014-03-18 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2014-03-18 13:47:08

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2014-02-20 
07:55:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2014-03-18 
13:47:09.0 +0100
@@ -1,0 +2,14 @@
+Thu Mar 13 20:11:41 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.90
+   * KDE 4.13 Beta 2  release
+   * See http://www.kde.org/announcements/announce-4.13-beta2.php
+
+---
+Fri Mar  7 10:01:12 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.80
+   * KDE 4.13 Beta 1  release
+   * See http://www.kde.org/announcements/announce-4.13-beta1.php
+
+---

Old:

  libkipi-4.12.2.tar.xz

New:

  libkipi-4.12.90.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.xburQ9/_old  2014-03-18 13:47:09.0 +0100
+++ /var/tmp/diff_new_pack.xburQ9/_new  2014-03-18 13:47:09.0 +0100
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.12.2
+Version:4.12.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.12.2.tar.xz - libkipi-4.12.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkipi-4.12.2/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 
new/libkipi-4.12.90/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
--- 
old/libkipi-4.12.2/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
  2013-09-12 13:01:10.0 +0200
+++ 
new/libkipi-4.12.90/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 2014-02-24 05:37:27.0 +0100
@@ -25,6 +25,7 @@
 Name[lt]=KXMLHelloWorld
 Name[mr]=KXMLहेल्लोवर्ल्ड
 Name[nb]=KXML Hallo_verden
+Name[nds]=KXMLMoinWelt
 Name[nl]=KXML-HelloWorld
 Name[pl]=KXMLHelloWorld
 Name[pt]=KXMLHelloWorld
@@ -66,6 +67,7 @@
 Comment[lt]=Kipi demo įrankis naudojantis KDE XML-GUI technologiją
 Comment[mr]=केडीई XML-GUI तंत्रज्ञान वापरणारे एक डेमो किपि साधन
 Comment[nb]=Et kipi demo-verktøy som bruker KDEs XML-GUI-teknologi
+Comment[nds]=En Demo-Kipi-Warktüüch, dat de KDE-XML_GUI_Technik bruukt
 Comment[nl]=Een demo kipi-hulpmiddel die KDE XML-GUI technologie gebruikt
 Comment[pl]=Demonstracyjne narzędzie kipi używające technologi KDE XML-GUI
 Comment[pt]=Uma ferramenta de demonstração do KIPI que usa a tecnologia 
XML-GUI do KDE

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2014-02-19 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2014-02-20 07:55:11

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2014-01-27 
11:14:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2014-02-20 
07:55:25.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb  1 10:10:49 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.2
+   * KDE 4.12.2  release
+   * See http://www.kde.org/announcements/announce-4.12.2.php
+
+---

Old:

  libkipi-4.12.1.tar.xz

New:

  libkipi-4.12.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.Cf40iK/_old  2014-02-20 07:55:26.0 +0100
+++ /var/tmp/diff_new_pack.Cf40iK/_new  2014-02-20 07:55:26.0 +0100
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.12.1
+Version:4.12.2
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.12.1.tar.xz - libkipi-4.12.2.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2014-01-27 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2014-01-27 11:14:57

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2013-12-19 
13:15:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2014-01-27 
11:14:58.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan 11 15:36:08 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.1
+   * KDE 4.12.1  release
+   * See http://www.kde.org/announcements/announce-4.12.1.php
+
+---

Old:

  libkipi-4.12.0.tar.xz

New:

  libkipi-4.12.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.HXVyQp/_old  2014-01-27 11:14:58.0 +0100
+++ /var/tmp/diff_new_pack.HXVyQp/_new  2014-01-27 11:14:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkipi
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.12.0
+Version:4.12.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.12.0.tar.xz - libkipi-4.12.1.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2013-12-19 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2013-12-19 13:15:52

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2013-12-11 
14:33:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2013-12-19 
13:15:53.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec 14 18:03:41 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.12.0
+   * KDE 4.12.0  release
+   * See http://www.kde.org/announcements/4.12.php
+
+---

Old:

  libkipi-4.11.97.tar.xz

New:

  libkipi-4.12.0.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.zn0LWT/_old  2013-12-19 13:15:53.0 +0100
+++ /var/tmp/diff_new_pack.zn0LWT/_new  2013-12-19 13:15:53.0 +0100
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.11.97
+Version:4.12.0
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.11.97.tar.xz - libkipi-4.12.0.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2013-12-11 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2013-12-11 14:33:18

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2013-12-02 
12:31:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2013-12-11 
14:33:19.0 +0100
@@ -1,0 +2,14 @@
+Fri Nov 29 07:04:39 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.97
+   * KDE 4.12 RC 1 release
+   * See http://www.kde.org/announcements/announce-4.12-rc.php
+
+---
+Sat Nov 23 22:19:16 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.95
+   * KDE 4.12 Beta 3 release
+   * See http://www.kde.org/announcements/announce-4.12-beta3.php
+
+---

Old:

  libkipi-4.11.90.tar.xz

New:

  libkipi-4.11.97.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.lH9DcT/_old  2013-12-11 14:33:19.0 +0100
+++ /var/tmp/diff_new_pack.lH9DcT/_new  2013-12-11 14:33:19.0 +0100
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.11.90
+Version:4.11.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.11.90.tar.xz - libkipi-4.11.97.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2013-12-02 12:31:43

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2013-10-03 
16:04:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2013-12-02 
12:31:44.0 +0100
@@ -1,0 +2,21 @@
+Sat Nov 16 17:51:58 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.90
+   * KDE 4.12 Beta 2 release
+   * See http://www.kde.org/announcements/announce-4.12-beta2.php
+
+---
+Sat Nov  9 22:53:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.80
+   * KDE 4.12 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.12-beta1.php
+
+---
+Sat Nov  2 15:06:53 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.3
+   * KDE 4.11.3 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.3.php
+
+---

Old:

  libkipi-4.11.2.tar.xz

New:

  libkipi-4.11.90.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.ECZd8e/_old  2013-12-02 12:31:45.0 +0100
+++ /var/tmp/diff_new_pack.ECZd8e/_new  2013-12-02 12:31:45.0 +0100
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.11.2
+Version:4.11.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.11.2.tar.xz - libkipi-4.11.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.11.2/libkipi/configwidget_p.cpp 
new/libkipi-4.11.90/libkipi/configwidget_p.cpp
--- old/libkipi-4.11.2/libkipi/configwidget_p.cpp   2013-06-28 
19:36:48.0 +0200
+++ new/libkipi-4.11.90/libkipi/configwidget_p.cpp  2013-09-12 
13:01:10.0 +0200
@@ -164,6 +164,8 @@
 item-m_info-reload();
 }
 }
+
+config-sync();
 }
 
 void PluginListView::slotCheckAll()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkipi-4.11.2/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 
new/libkipi-4.11.90/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
--- 
old/libkipi-4.11.2/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
  2013-08-28 19:07:35.0 +0200
+++ 
new/libkipi-4.11.90/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 2013-09-12 13:01:10.0 +0200
@@ -2,6 +2,7 @@
 Encoding=UTF-8
 UntranslatedGenericName=KXMLHelloWorld
 Name=KXMLHelloWorld
+Name[bg]=KXMLHelloWorld
 Name[bs]=KXMLHelloWorld
 Name[ca]=KXMLHelloWorld
 Name[ca@valencia]=KXMLHelloWorld
@@ -43,6 +44,7 @@
 Name[zh_CN]=KXMLHelloWorld
 Name[zh_TW]=KXMLHelloWorld
 Comment=A demo kipi tool using KDE XML-GUI technology
+Comment[bg]=Демонстрационен инструмент на kipi с технологията на KDE XML-GUI
 Comment[bs]=Demo kipi alat koji koristi KDE XML-GUI tehnologiju
 Comment[ca]=Una demostració de l'eina kipi que utilitza la tecnologia XML-GUI 
del KDE
 Comment[ca@valencia]=Una demostració de l'eina kipi que utilitza la tecnologia 
XML-GUI del KDE

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2013-09-09 11:07:05

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2013-08-16 
13:40:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2013-09-09 
11:07:06.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 09:59:43 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.1
+   * KDE 4.11.1 bugfix release
+   * See http://www.kde.org/announcements/announce-4.11.1.php
+
+---

Old:

  libkipi-4.11.0.tar.xz

New:

  libkipi-4.11.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.lFt5Rt/_old  2013-09-09 11:07:07.0 +0200
+++ /var/tmp/diff_new_pack.lFt5Rt/_new  2013-09-09 11:07:07.0 +0200
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.11.0
+Version:4.11.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.11.0.tar.xz - libkipi-4.11.1.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2013-08-16 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2013-08-16 13:39:58

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2013-07-30 
16:05:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2013-08-16 
13:40:00.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug  8 15:01:54 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.11.0
+   * KDE 4.11 Final release
+   * See http://www.kde.org/announcements/4.11/
+
+---

Old:

  libkipi-4.10.97.tar.xz

New:

  libkipi-4.11.0.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.m00vqx/_old  2013-08-16 13:40:01.0 +0200
+++ /var/tmp/diff_new_pack.m00vqx/_new  2013-08-16 13:40:01.0 +0200
@@ -26,9 +26,9 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.10.97
+Version:4.11.0
 Release:0
-Source0:
http://download.kde.org/unstable/%{version}/src/%{name}-%{version}.tar.xz
+Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 

++ libkipi-4.10.97.tar.xz - libkipi-4.11.0.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2013-07-30 16:05:54

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2013-07-22 
17:19:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2013-07-30 
16:05:56.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 25 22:53:27 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.10.97
+  * KDE 4.11 RC 2 release
+  * See http://www.kde.org/announcements/announce-4.11-rc2.php
+
+---

Old:

  libkipi-4.10.95.tar.xz

New:

  libkipi-4.10.97.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.m2zUwr/_old  2013-07-30 16:05:57.0 +0200
+++ /var/tmp/diff_new_pack.m2zUwr/_new  2013-07-30 16:05:57.0 +0200
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.10.95
+Version:4.10.97
 Release:0
 Source0:
http://download.kde.org/unstable/%{version}/src/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.10.95.tar.xz - libkipi-4.10.97.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2013-07-22 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2013-07-22 17:19:44

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2013-07-08 
07:27:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2013-07-22 
17:19:45.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 15 08:14:09 UTC 2013 - cgiboude...@gmx.com
+
+- Update to 4.10.95
+ * KDE 4.11 RC 1 release
+ * See http://www.kde.org/announcements/announce-4.11-rc1.php
+
+---

Old:

  libkipi-4.10.90.tar.xz

New:

  libkipi-4.10.95.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.bUhIOk/_old  2013-07-22 17:19:45.0 +0200
+++ /var/tmp/diff_new_pack.bUhIOk/_new  2013-07-22 17:19:45.0 +0200
@@ -26,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.10.90
+Version:4.10.95
 Release:0
 Source0:
http://download.kde.org/unstable/%{version}/src/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.10.90.tar.xz - libkipi-4.10.95.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkipi-4.10.90/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 
new/libkipi-4.10.95/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
--- 
old/libkipi-4.10.90/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 2013-06-10 20:53:26.0 +0200
+++ 
new/libkipi-4.10.95/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 2013-07-14 12:02:38.0 +0200
@@ -2,6 +2,7 @@
 Encoding=UTF-8
 UntranslatedGenericName=KXMLHelloWorld
 Name=KXMLHelloWorld
+Name[bs]=KXMLHelloWorld
 Name[ca]=KXMLHelloWorld
 Name[ca@valencia]=KXMLHelloWorld
 Name[cs]=KXMLHelloWorld
@@ -42,6 +43,7 @@
 Name[zh_CN]=KXMLHelloWorld
 Name[zh_TW]=KXMLHelloWorld
 Comment=A demo kipi tool using KDE XML-GUI technology
+Comment[bs]=Demo kipi alat koji koristi KDE XML-GUI tehnologiju
 Comment[ca]=Una demostració de l'eina kipi que utilitza la tecnologia XML-GUI 
del KDE
 Comment[ca@valencia]=Una demostració de l'eina kipi que utilitza la tecnologia 
XML-GUI del KDE
 Comment[cs]=Ukázkový nástroj kipi využívající technologii KDE XML-GUI
@@ -51,7 +53,7 @@
 Comment[es]=Una herramienta kipi de demostración que usa la tecnología XML-GUI 
de KDE
 Comment[et]=KIPI demotööriist, mis kasutab KDE XML-GUI tehnoloogiat
 Comment[fi]=KDE:n XML-GUI-teknologiaa käyttävä KIPI-työkaludemo
-Comment[fr]=Un outil KIPI de démonstration utilisante la technologie 
d'interface dgraphique XML de KDE
+Comment[fr]=Un outil de démonstration pour KIPI utilisant la technologie 
d'interface graphique XML de KDE
 Comment[gl]=Unha ferramenta de demostración de kipi que emprega a tecnoloxía 
XML-GUI de KDE
 Comment[hu]=Egy KDE XML-GUI technológiát használó demó kipi eszköz
 Comment[ia]=Un instrumento de demonstration de kipi que usa technologia KDE 
XML-GUI

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2013-07-07 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2013-07-08 07:27:10

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2013-06-11 
09:33:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2013-07-08 
07:27:12.0 +0200
@@ -1,0 +2,19 @@
+Thu Jul  4 08:42:47 UTC 2013 - co...@suse.com
+
+- fix source url
+
+---
+Thu Jun 27 18:12:52 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+---
+Thu Jun 13 19:16:26 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+---

Old:

  libkipi-4.10.4.tar.xz

New:

  libkipi-4.10.90.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.c99JJW/_old  2013-07-08 07:27:12.0 +0200
+++ /var/tmp/diff_new_pack.c99JJW/_new  2013-07-08 07:27:12.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define _so 10
+%define _so 11
 
 Name:   libkipi
 BuildRequires:  libkde4-devel
@@ -26,9 +26,9 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.10.4
+Version:4.10.90
 Release:0
-Source0:
http://download.kde.org/stable/%{version}/src/%{name}-%{version}.tar.xz
+Source0:
http://download.kde.org/unstable/%{version}/src/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -66,9 +66,9 @@
 %_kde4_datadir/icons/hicolor/*/apps/kipi.png
 %_kde4_servicetypes/kipiplugin.desktop
 
-%post -n libkipi10 -p /sbin/ldconfig
+%post -n libkipi%{_so} -p /sbin/ldconfig
 
-%postun -n libkipi10 -p /sbin/ldconfig
+%postun -n libkipi%{_so} -p /sbin/ldconfig
 
 %package devel
 Summary:KDE Image Plugin Interface

++ libkipi-4.10.4.tar.xz - libkipi-4.10.90.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.10.4/CMakeLists.txt 
new/libkipi-4.10.90/CMakeLists.txt
--- old/libkipi-4.10.4/CMakeLists.txt   2013-05-28 21:27:59.0 +0200
+++ new/libkipi-4.10.90/CMakeLists.txt  2013-06-10 20:53:26.0 +0200
@@ -70,10 +70,11 @@
 # angle(), and setAngle()).
 # 1.6.0 = 9.1.0  (released with KDE 4.8.1  - Minor API fix)
 # 2.0.0 = 10.0.0 (released with KDE 4.10.0 - Including GoSC2012)
+# 2.1.0 = 11.0.0 (released with KDE 4.11.0 - Add edit hints)
 
 # Library API version
 SET(KIPI_LIB_MAJOR_VERSION 2)
-SET(KIPI_LIB_MINOR_VERSION 0)
+SET(KIPI_LIB_MINOR_VERSION 1)
 SET(KIPI_LIB_PATCH_VERSION 0)
 
 # Suffix to add at end of version string. Usual values are:
@@ -87,7 +88,7 @@
 
 # Library ABI version used by linker.
 # For details : 
http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
-SET(KIPI_LIB_SO_CUR_VERSION 10)
+SET(KIPI_LIB_SO_CUR_VERSION 11)
 SET(KIPI_LIB_SO_REV_VERSION 0)
 SET(KIPI_LIB_SO_AGE_VERSION 0)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.10.4/libkipi/configwidget.cpp 
new/libkipi-4.10.90/libkipi/configwidget.cpp
--- old/libkipi-4.10.4/libkipi/configwidget.cpp 2013-05-28 21:27:59.0 
+0200
+++ new/libkipi-4.10.90/libkipi/configwidget.cpp2013-06-10 
20:53:26.0 +0200
@@ -178,7 +178,7 @@
 connect(d-clearBtn, SIGNAL(clicked()),
 this, SLOT(slotClearList()));
 
-connect(d-pluginsList, SIGNAL(itemClicked(QTreeWidgetItem*, int)),
+connect(d-pluginsList, SIGNAL(itemClicked(QTreeWidgetItem*,int)),
 this, SLOT(slotItemClicked()));
 
 connect(d-pluginsList, SIGNAL(signalSearchResult(bool)),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.10.4/libkipi/imageinfo.cpp 
new/libkipi-4.10.90/libkipi/imageinfo.cpp
--- old/libkipi-4.10.4/libkipi/imageinfo.cpp2013-05-28 21:27:59.0 
+0200
+++ new/libkipi-4.10.90/libkipi/imageinfo.cpp   2013-06-10 20:53:26.0 
+0200
@@ -7,7 +7,7 @@
  * @date   2004-07-22
  * @brief  image info
  *
- * @author Copyright (C) 2004-2012 by Gilles Caulier
+ * @author Copyright (C) 2004-2013 by Gilles Caulier
  * a href=mailto:caulier dot gilles 

commit libkipi for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2013-05-16 17:59:36

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2013-04-14 
10:32:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2013-05-16 
17:59:37.0 +0200
@@ -1,0 +2,8 @@
+Sat May  4 16:55:13 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.3
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.3.php
+   * resolves bnc#818500
+
+---

Old:

  libkipi-4.10.2.tar.xz

New:

  libkipi-4.10.3.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.4NPolE/_old  2013-05-16 17:59:38.0 +0200
+++ /var/tmp/diff_new_pack.4NPolE/_new  2013-05-16 17:59:38.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define _so 10
 
 Name:   libkipi
@@ -25,7 +26,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.10.2
+Version:4.10.3
 Release:0
 Source0:
http://download.kde.org/stable/%{version}/src/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -74,8 +75,8 @@
 Group:  Development/Libraries/KDE
 Provides:   %{name}6-devel = %version
 Obsoletes:  %{name}6-devel = 4.1.87
-Requires:   libkde4-devel
 Requires:   %{name}%{_so} = %version
+Requires:   libkde4-devel
 
 %description devel
 This package provides a generic KDE Image Plug-in Interface used by

++ libkipi-4.10.2.tar.xz - libkipi-4.10.3.tar.xz ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2013-04-14 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2013-04-14 10:32:36

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2013-03-14 
15:36:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2013-04-14 
10:32:38.0 +0200
@@ -1,0 +2,11 @@
+Wed Apr 10 22:00:02 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Add Source URL
+- Use macros for name and so version
+
+---
+Mon Apr  1 19:13:51 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.2 \n  * Bugfixes
+
+---

Old:

  libkipi-4.10.1.tar.xz

New:

  libkipi-4.10.2.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.u0GoG9/_old  2013-04-14 10:32:39.0 +0200
+++ /var/tmp/diff_new_pack.u0GoG9/_new  2013-04-14 10:32:39.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%define _so 10
 
 Name:   libkipi
 BuildRequires:  libkde4-devel
@@ -24,9 +25,9 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.10.1
+Version:4.10.2
 Release:0
-Source0:%{name}-%{version}.tar.xz
+Source0:
http://download.kde.org/stable/%{version}/src/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -47,21 +48,21 @@
   %kde4_makeinstall
   %kde_post_install
 
-%package -n libkipi10
+%package -n %{name}%{_so}
 Summary:KDE Image Plug-In Interface
 Group:  Development/Libraries/KDE
 %requires_ge  libqt4-x11
 
-%description -n libkipi10
+%description -n %{name}%{_so}
 This package provides a generic KDE image plug-in interface used by
 some KDE image applications. Plug-ins for this interface are in the
 kipi-plugins package.
 
-%files -n libkipi10
+%files -n %{name}%{_so}
 %defattr(-,root,root)
 %_kde4_appsdir/kipi/
-%_kde4_libdir/libkipi.so.*
-%_datadir/icons/hicolor/*/apps/kipi.png
+%_kde4_libdir/%{name}.so.*
+%_kde4_datadir/icons/hicolor/*/apps/kipi.png
 %_kde4_servicetypes/kipiplugin.desktop
 
 %post -n libkipi10 -p /sbin/ldconfig
@@ -71,10 +72,10 @@
 %package devel
 Summary:KDE Image Plugin Interface
 Group:  Development/Libraries/KDE
-Provides:   libkipi6-devel = %version
-Obsoletes:  libkipi6-devel = 4.1.87
+Provides:   %{name}6-devel = %version
+Obsoletes:  %{name}6-devel = 4.1.87
 Requires:   libkde4-devel
-Requires:   libkipi10 = %version
+Requires:   %{name}%{_so} = %version
 
 %description devel
 This package provides a generic KDE Image Plug-in Interface used by
@@ -84,8 +85,8 @@
 %files devel
 %defattr(-,root,root)
 %doc COPYING README
-%_kde4_libdir/libkipi.so
-%_kde4_includedir/libkipi/
-%_kde4_libdir/pkgconfig/libkipi.pc
+%_kde4_libdir/%{name}.so
+%_kde4_includedir/%{name}/
+%_kde4_libdir/pkgconfig/%{name}.pc
 
 %changelog

++ libkipi-4.10.1.tar.xz - libkipi-4.10.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.10.1/NEWS new/libkipi-4.10.2/NEWS
--- old/libkipi-4.10.1/NEWS 2013-03-01 08:02:16.0 +0100
+++ new/libkipi-4.10.2/NEWS 1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-See ChangeLog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkipi-4.10.1/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 
new/libkipi-4.10.2/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
--- 
old/libkipi-4.10.1/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
  2013-03-01 08:02:16.0 +0100
+++ 
new/libkipi-4.10.2/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
  2013-03-29 08:04:59.0 +0100
@@ -43,6 +43,7 @@
 Comment[bs]=Demo kipi alat koji koristi KDE XML-GUI tehnologiju
 Comment[ca]=Una demostració de l'eina kipi que utilitza la tecnologia XML-GUI 
del KDE
 Comment[ca@valencia]=Una demostració de l'eina kipi que utilitza la tecnologia 
XML-GUI del KDE
+Comment[cs]=Ukázkový nástroj kipi využívající technologii KDE XML-GUI
 Comment[da]=Et demo KIPI-værktøj der bruger KDE XML-GUI-teknologi
 Comment[de]=Demo eines KIPI-Moduls. das die KDE-Technologie XML-GUI verwendet
 Comment[el]=Ένα εργαλείο επίδειξης kipi με χρήση τεχνολογίας KDE XML-GUI

-- 
To unsubscribe, e-mail: 

commit libkipi for openSUSE:Factory

2013-03-14 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2013-03-14 14:43:32

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2013-03-01 
07:24:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2013-03-14 
14:43:33.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar  2 15:36:33 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.1
+ * Contains bug fixes. See http://www.kde.org/announcements/ 
+   for more information 
+
+---

Old:

  libkipi-4.10.0.tar.xz

New:

  libkipi-4.10.1.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.GoRy0N/_old  2013-03-14 14:43:48.0 +0100
+++ /var/tmp/diff_new_pack.GoRy0N/_new  2013-03-14 14:43:48.0 +0100
@@ -24,7 +24,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.10.0
+Version:4.10.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libkipi-4.10.0.tar.xz - libkipi-4.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-4.10.0/kipiplugin.desktop 
new/libkipi-4.10.1/kipiplugin.desktop
--- old/libkipi-4.10.0/kipiplugin.desktop   2013-01-30 21:35:16.0 
+0100
+++ new/libkipi-4.10.1/kipiplugin.desktop   2013-03-01 08:02:16.0 
+0100
@@ -34,6 +34,7 @@
 Name[ku]=KIPIPlugin
 Name[lt]=KIPIPriedas
 Name[lv]=KIPIPlugin
+Name[mr]=किपि-प्लगइन
 Name[nb]=KIPIPlugin
 Name[nds]=KIPI-Moduul
 Name[nl]=KIPIPlugin
@@ -74,7 +75,7 @@
 Comment[et]=KIPI plugin
 Comment[eu]=KIPI plugina
 Comment[fi]=KIPI-liitännäinen
-Comment[fr]=Un module externe pour KIPI
+Comment[fr]=Un module externe KIPI
 Comment[ga]=Breiseán KIPI
 Comment[gl]=Un engadido de KIPI
 Comment[hne]=केआईपीआई प्लगइन
@@ -90,6 +91,7 @@
 Comment[ku]=Pêveka KIPI
 Comment[lt]=KIPI priedas
 Comment[lv]=KIPI spraudnis
+Comment[mr]=एक किपि प्लगइन
 Comment[nb]=Et KIPI-programtillegg
 Comment[nds]=En KIPI-Moduul
 Comment[nl]=Een KIPI-plugin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkipi-4.10.0/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
 
new/libkipi-4.10.1/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
--- 
old/libkipi-4.10.0/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
  2013-01-30 21:35:16.0 +0100
+++ 
new/libkipi-4.10.1/tests/kxmlhelloworld/plugin/kipiplugin_kxmlhelloworld.desktop.cmake
  2013-03-01 08:02:16.0 +0100
@@ -11,6 +11,7 @@
 Name[es]=KXMLHelloWorld
 Name[et]=KXMLHelloWorld
 Name[fi]=KXMLHelloWorld
+Name[fr]=KXMLHelloWorld
 Name[ga]=KXMLHelloWorld
 Name[gl]=KXMLHelloWorld
 Name[hu]=KXMLHelloWorld
@@ -20,6 +21,7 @@
 Name[kk]=KXMLHelloWorld
 Name[ko]=KXMLHelloWorld
 Name[lt]=KXMLHelloWorld
+Name[mr]=KXMLहेल्लोवर्ल्ड
 Name[nb]=KXML Hallo_verden
 Name[nl]=KXML-HelloWorld
 Name[pl]=KXMLHelloWorld
@@ -47,6 +49,7 @@
 Comment[es]=Una herramienta kipi de demostración que usa la tecnología XML-GUI 
de KDE
 Comment[et]=KIPI demotööriist, mis kasutab KDE XML-GUI tehnoloogiat
 Comment[fi]=KDE:n XML-GUI-teknologiaa käyttävä KIPI-työkaludemo
+Comment[fr]=Un outil KIPI de démonstration utilisante la technologie 
d'interface dgraphique XML de KDE
 Comment[ga]=Taispeántas kipi a úsáideann teicneolaíocht XML-GUI KDE
 Comment[gl]=Unha ferramenta de demostración de kipi que emprega a tecnoloxía 
XML-GUI de KDE
 Comment[hu]=Egy KDE XML-GUI technológiát használó demó kipi eszköz
@@ -56,6 +59,7 @@
 Comment[kk]=KDE XML-GUI технологиясын қолданатың демо kipi құралы
 Comment[ko]=KDE XML-GUI를 사용하는 KIPI 도구 데모
 Comment[lt]=Kipi demo įrankis naudojantis KDE XML-GUI technologiją
+Comment[mr]=केडीई XML-GUI तंत्रज्ञान वापरणारे एक डेमो किपि साधन
 Comment[nb]=Et kipi demo-verktøy som bruker KDEs XML-GUI-teknologi
 Comment[nl]=Een demo kipi-hulpmiddel die KDE XML-GUI technologie gebruikt
 Comment[pl]=Demonstracyjne narzędzie kipi używające technologi KDE XML-GUI

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2013-02-28 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2013-03-01 07:24:58

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2013-02-04 
19:06:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2013-03-01 
07:24:59.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 28 14:35:21 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Drop all unneeded BuildRequires
+- Utilize includedir macro from kde4-filesystem
+
+---



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.ledzDm/_old  2013-03-01 07:25:00.0 +0100
+++ /var/tmp/diff_new_pack.ledzDm/_new  2013-03-01 07:25:00.0 +0100
@@ -17,25 +17,8 @@
 
 
 Name:   libkipi
-BuildRequires:  OpenEXR-devel
-BuildRequires:  chmlib-devel
-BuildRequires:  fribidi-devel
-BuildRequires:  libdjvulibre-devel
-BuildRequires:  libepub-devel
-BuildRequires:  libexiv2-devel
-BuildRequires:  libgphoto2-devel
 BuildRequires:  libkde4-devel
-BuildRequires:  libpoppler-qt4-devel
-BuildRequires:  libqca2-devel
-BuildRequires:  libqimageblitz-devel
-BuildRequires:  libsoprano-devel
-BuildRequires:  libspectre-devel
-BuildRequires:  net-snmp-devel
 BuildRequires:  oxygen-icon-theme-large
-BuildRequires:  soprano-backend-redland
-BuildRequires:  texlive
-BuildRequires:  texlive-devel
-BuildRequires:  texlive-latex
 BuildRequires:  xz
 Summary:KDE Image Plugin Interface
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
@@ -102,7 +85,7 @@
 %defattr(-,root,root)
 %doc COPYING README
 %_kde4_libdir/libkipi.so
-/usr/include/libkipi/
+%_kde4_includedir/libkipi/
 %_kde4_libdir/pkgconfig/libkipi.pc
 
 %changelog


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2013-02-04 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2013-02-04 19:05:50

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2013-01-19 
16:38:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2013-02-04 
19:06:02.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 31 17:47:20 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.0
+ * This is the final release for 4.10. Contains bugfixes 
+
+---

Old:

  libkipi-4.9.98.tar.xz

New:

  libkipi-4.10.0.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.ahK3J3/_old  2013-02-04 19:06:03.0 +0100
+++ /var/tmp/diff_new_pack.ahK3J3/_new  2013-02-04 19:06:03.0 +0100
@@ -41,7 +41,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.9.98
+Version:4.10.0
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2013-01-19 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2013-01-19 16:38:49

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2013-01-07 
11:06:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2013-01-19 
16:38:51.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 17 08:05:00 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.98
+ * This is the third RC release for 4.10. Contains bugfixes 
+
+---

Old:

  libkipi-4.9.97.tar.xz

New:

  libkipi-4.9.98.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.e9Gqkt/_old  2013-01-19 16:38:52.0 +0100
+++ /var/tmp/diff_new_pack.e9Gqkt/_new  2013-01-19 16:38:52.0 +0100
@@ -41,7 +41,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.9.97
+Version:4.9.98
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2013-01-07 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2013-01-07 11:06:18

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2012-12-21 
09:16:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2013-01-07 
11:06:23.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan  3 21:09:52 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.9.97
+ * This is the second RC release for 4.10. Contains bugfixes 
+
+---

Old:

  libkipi-4.9.95.tar.xz

New:

  libkipi-4.9.97.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.pnjuIO/_old  2013-01-07 11:06:23.0 +0100
+++ /var/tmp/diff_new_pack.pnjuIO/_new  2013-01-07 11:06:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkipi
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -41,7 +41,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.9.95
+Version:4.9.97
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2012-12-21 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2012-12-21 09:16:31

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2012-12-07 
14:39:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2012-12-21 
09:16:32.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec 19 18:37:13 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.95
+ * This is the first RC release for 4.10. Contains bugfixes 
+
+---

Old:

  libkipi-4.9.90.tar.xz

New:

  libkipi-4.9.95.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.r533pQ/_old  2012-12-21 09:16:33.0 +0100
+++ /var/tmp/diff_new_pack.r533pQ/_new  2012-12-21 09:16:33.0 +0100
@@ -41,7 +41,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.9.90
+Version:4.9.95
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2012-12-07 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2012-12-07 14:39:39

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2012-11-08 
07:46:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2012-12-07 
14:39:41.0 +0100
@@ -1,0 +2,22 @@
+Sat Dec  1 20:03:19 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.90
+ * This is the second Beta release for 4.10. Contains bugfixes 
+
+---
+Sun Nov 25 11:32:21 UTC 2012 - tittiatc...@gmail.com
+
+- Drop patch 4_6_branch.diff as it is not used at all
+
+---
+Sat Nov 24 12:51:33 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.80
+  *See http://www.kde.org/announcements/announce-4.10-beta1.php 
+
+---
+Tue Nov 20 17:23:54 UTC 2012 - nico.kru...@gmail.com
+
+- Fix the SLES build (%make_install is not expanded on SLES)
+
+---
@@ -5 +27 @@
-  * see http://kde.org/announcements/4.9.3/ for details
+  * see http://kde.org/announcements/announce-4.9.3.php for details
@@ -11 +33 @@
-  * see http://kde.org/announcements/4.9.2/ for details
+  * see http://kde.org/announcements/announce-4.9.2.php for details

Old:

  4_6_BRANCH.diff
  libkipi-4.9.3.tar.xz

New:

  libkipi-4.9.90.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.kOQfl8/_old  2012-12-07 14:39:42.0 +0100
+++ /var/tmp/diff_new_pack.kOQfl8/_new  2012-12-07 14:39:42.0 +0100
@@ -41,10 +41,9 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.9.3
+Version:4.9.90
 Release:0
 Source0:%{name}-%{version}.tar.xz
-Patch0: 4_6_BRANCH.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -55,7 +54,6 @@
 
 %prep
 %setup -q -n %{name}-%version
-%patch0
 
 %build
   %cmake_kde4 -d build
@@ -63,32 +61,29 @@
 
 %install
   cd build
-  %makeinstall
+  %kde4_makeinstall
   %kde_post_install
 
-%clean
-  rm -rf $RPM_BUILD_ROOT
-
-%package -n libkipi9
+%package -n libkipi10
 Summary:KDE Image Plug-In Interface
 Group:  Development/Libraries/KDE
 %requires_ge  libqt4-x11
 
-%description -n libkipi9
+%description -n libkipi10
 This package provides a generic KDE image plug-in interface used by
 some KDE image applications. Plug-ins for this interface are in the
 kipi-plugins package.
 
-%files -n libkipi9
+%files -n libkipi10
 %defattr(-,root,root)
 %_kde4_appsdir/kipi/
 %_kde4_libdir/libkipi.so.*
 %_datadir/icons/hicolor/*/apps/kipi.png
 %_kde4_servicetypes/kipiplugin.desktop
 
-%post -n libkipi9 -p /sbin/ldconfig
+%post -n libkipi10 -p /sbin/ldconfig
 
-%postun -n libkipi9 -p /sbin/ldconfig
+%postun -n libkipi10 -p /sbin/ldconfig
 
 %package devel
 Summary:KDE Image Plugin Interface
@@ -96,7 +91,7 @@
 Provides:   libkipi6-devel = %version
 Obsoletes:  libkipi6-devel = 4.1.87
 Requires:   libkde4-devel
-Requires:   libkipi9 = %version
+Requires:   libkipi10 = %version
 
 %description devel
 This package provides a generic KDE Image Plug-in Interface used by

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libkipi for openSUSE:Factory

2012-11-07 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2012-11-08 07:46:39

Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and  /work/SRC/openSUSE:Factory/.libkipi.new (New)


Package is libkipi, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2012-10-07 
08:26:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2012-11-08 
07:46:41.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  2 16:50:03 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 4.9.3
+  * see http://kde.org/announcements/4.9.3/ for details
+
+---

Old:

  libkipi-4.9.2.tar.xz

New:

  libkipi-4.9.3.tar.xz



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.syyjYO/_old  2012-11-08 07:46:42.0 +0100
+++ /var/tmp/diff_new_pack.syyjYO/_new  2012-11-08 07:46:42.0 +0100
@@ -41,7 +41,7 @@
 License:BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.9.2
+Version:4.9.3
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Patch0: 4_6_BRANCH.diff

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



  1   2   >