commit kdgantt2 for openSUSE:Factory

2020-06-04 Thread root
Hello community,

here is the log from the commit of package kdgantt2 for openSUSE:Factory 
checked in at 2020-06-04 17:57:15

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


Package is "kdgantt2"

Thu Jun  4 17:57:15 2020 rev:10 rq:811525 version:16.08.3

Changes:

--- /work/SRC/openSUSE:Factory/kdgantt2/kdgantt2.changes2019-07-21 
11:34:15.404778186 +0200
+++ /work/SRC/openSUSE:Factory/.kdgantt2.new.3606/kdgantt2.changes  
2020-06-04 17:57:17.681162995 +0200
@@ -1,0 +2,7 @@
+Thu Jun  4 14:46:10 UTC 2020 - Christophe Giboudeaux 
+
+- Add patch to fix build with Qt 5.15:
+  * 0001-Fix-build-with-Qt-5.15.patch
+- spec-cleanup
+
+---

New:

  0001-Fix-build-with-Qt-5.15.patch



Other differences:
--
++ kdgantt2.spec ++
--- /var/tmp/diff_new_pack.gFCFGa/_old  2020-06-04 17:57:19.357168243 +0200
+++ /var/tmp/diff_new_pack.gFCFGa/_new  2020-06-04 17:57:19.361168256 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdgantt2
 #
-# Copyright (c) 2019 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
@@ -24,13 +24,14 @@
 Group:  System/GUI/KDE
 URL:https://www.kde.org
 Source0:%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch0: 0001-Fix-build-with-Qt-5.15.patch
 BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(Qt5PrintSupport) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
+BuildRequires:  cmake(Qt5PrintSupport) >= 5.4.0
+BuildRequires:  cmake(Qt5Test) >= 5.4.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
 
 %description
 This library implements Gantt chart drawing functionality. It allows
@@ -39,17 +40,6 @@
 
 This package is part of the KDE PIM module.
 
-%prep
-%setup -q
-
-%build
-%cmake_kf5 -d build
-
-%make_jobs
-
-%install
-%kf5_makeinstall -C build
-
 %package -n libKF5KDGantt2-5
 Summary:Gantt chart library for kdepim
 License:LGPL-2.1-or-later
@@ -61,9 +51,6 @@
 to easily embed the Gantt charts into the application as long as it
 is capable of drawing QWidget or QGraphicsView objects.
 
-%post  -n libKF5KDGantt2-5 -p /sbin/ldconfig
-%postun -n libKF5KDGantt2-5 -p /sbin/ldconfig
-
 %package devel
 Summary:Development package for kdgantt2
 License:LGPL-2.1-or-later
@@ -73,14 +60,27 @@
 %description devel
 The development package for the kdgantt2 libraries.
 
+%prep
+%autosetup -p1
+
+%build
+%cmake_kf5 -d build
+%cmake_build
+
+%install
+%kf5_makeinstall -C build
+
+%post  -n libKF5KDGantt2-5 -p /sbin/ldconfig
+%postun -n libKF5KDGantt2-5 -p /sbin/ldconfig
+
 %files devel
 %license COPYING*
-%{_includedir}/KF5/KDGantt2/
-%{_includedir}/KF5/kdgantt2/
-%{_includedir}/KF5/kdgantt2_version.h
-%{_libdir}/cmake/KF5KDGantt2/
-%{_libdir}/libKF5KDGantt2.so
-%{_libdir}/qt5/mkspecs/modules/qt_KDGantt2.pri
+%{_kf5_cmakedir}/KF5KDGantt2/
+%{_kf5_includedir}/KDGantt2/
+%{_kf5_includedir}/kdgantt2/
+%{_kf5_includedir}/kdgantt2_version.h
+%{_kf5_libdir}/libKF5KDGantt2.so
+%{_kf5_mkspecsdir}/qt_KDGantt2.pri
 
 %files
 %license COPYING*
@@ -88,6 +88,6 @@
 
 %files -n libKF5KDGantt2-5
 %license COPYING*
-%{_libdir}/libKF5KDGantt2.so.*
+%{_kf5_libdir}/libKF5KDGantt2.so.*
 
 %changelog

++ 0001-Fix-build-with-Qt-5.15.patch ++
>From 2dbd8973214cdaeec9177fba0e6ea79e822c9fa2 Mon Sep 17 00:00:00 2001
From: Christophe Giboudeaux 
Date: Thu, 4 Jun 2020 16:45:17 +0200
Subject: [PATCH] Fix build with Qt 5.15

---
 src/kdganttdatetimegrid.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/kdganttdatetimegrid.cpp b/src/kdganttdatetimegrid.cpp
index e4b3882..46fd2df 100644
--- a/src/kdganttdatetimegrid.cpp
+++ b/src/kdganttdatetimegrid.cpp
@@ -30,6 +30,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
-- 
2.26.2




commit kdgantt2 for openSUSE:Factory

2019-07-21 Thread root
Hello community,

here is the log from the commit of package kdgantt2 for openSUSE:Factory 
checked in at 2019-07-21 11:34:14

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


Package is "kdgantt2"

Sun Jul 21 11:34:14 2019 rev:9 rq:716774 version:16.08.3

Changes:

--- /work/SRC/openSUSE:Factory/kdgantt2/kdgantt2.changes2017-02-03 
17:44:34.038390240 +0100
+++ /work/SRC/openSUSE:Factory/.kdgantt2.new.4126/kdgantt2.changes  
2019-07-21 11:34:15.404778186 +0200
@@ -1,0 +2,5 @@
+Fri Jul 19 08:34:36 UTC 2019 - Christophe Giboudeaux 
+
+- Use %_kf5_debugdir for logging categories.
+
+---
@@ -40 +45 @@
-   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+   * https://www.kde.org/announcements/announce-applications-16.08-rc.php



Other differences:
--
++ kdgantt2.spec ++
--- /var/tmp/diff_new_pack.ddYcWh/_old  2019-07-21 11:34:16.556777992 +0200
+++ /var/tmp/diff_new_pack.ddYcWh/_new  2019-07-21 11:34:16.560777992 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdgantt2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,17 +20,17 @@
 Version:16.08.3
 Release:0
 Summary:Gantt chart library
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  System/GUI/KDE
-Url:http://www.kde.org
+URL:https://www.kde.org
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5PrintSupport) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This library implements Gantt chart drawing functionality. It allows
@@ -52,7 +52,7 @@
 
 %package -n libKF5KDGantt2-5
 Summary:Gantt chart library for kdepim
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 Requires:   kdgantt2 = %{version}
 
@@ -66,7 +66,7 @@
 
 %package devel
 Summary:Development package for kdgantt2
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/KDE
 Requires:   libKF5KDGantt2-5 = %{version}
 
@@ -74,7 +74,7 @@
 The development package for the kdgantt2 libraries.
 
 %files devel
-%defattr(-,root,root)
+%license COPYING*
 %{_includedir}/KF5/KDGantt2/
 %{_includedir}/KF5/kdgantt2/
 %{_includedir}/KF5/kdgantt2_version.h
@@ -83,11 +83,11 @@
 %{_libdir}/qt5/mkspecs/modules/qt_KDGantt2.pri
 
 %files
-%defattr(-,root,root)
-%{_kf5_configdir}/kdgantt2.categories
+%license COPYING*
+%{_kf5_debugdir}/kdgantt2.categories
 
 %files -n libKF5KDGantt2-5
-%defattr(-,root,root)
+%license COPYING*
 %{_libdir}/libKF5KDGantt2.so.*
 
 %changelog




commit kdgantt2 for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package kdgantt2 for openSUSE:Factory 
checked in at 2017-01-31 12:15:54

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


Package is "kdgantt2"

Changes:

--- /work/SRC/openSUSE:Factory/kdgantt2/kdgantt2.changes2016-11-12 
13:31:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdgantt2.new/kdgantt2.changes   2017-02-03 
17:44:34.038390240 +0100
@@ -1,0 +2,5 @@
+Thu Jan 26 14:13:08 UTC 2017 - jeng...@inai.de
+
+- Take better description from Debian.
+
+---



Other differences:
--
++ kdgantt2.spec ++
--- /var/tmp/diff_new_pack.JJyxKI/_old  2017-02-03 17:44:34.342347217 +0100
+++ /var/tmp/diff_new_pack.JJyxKI/_new  2017-02-03 17:44:34.346346651 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdgantt2
 #
-# 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,9 +19,9 @@
 Name:   kdgantt2
 Version:16.08.3
 Release:0
-Summary:Base package of kdepim
+Summary:Gantt chart library
 License:GPL-2.0
-Group:  System/Libraries
+Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 5.19.0
@@ -33,7 +33,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-This package contains the kdgantt2 library.
+This library implements Gantt chart drawing functionality. It allows
+to easily embed the Gantt charts into the application as long as it
+is capable of drawing QWidget or QGraphicsView objects.
+
+This package is part of the KDE PIM module.
 
 %prep
 %setup -q
@@ -47,13 +51,15 @@
 %kf5_makeinstall -C build
 
 %package -n libKF5KDGantt2-5
-Summary:KDGantt2 library for kdepim
+Summary:Gantt chart library for kdepim
 License:LGPL-2.1+
 Group:  System/Libraries
 Requires:   kdgantt2 = %{version}
 
 %description -n libKF5KDGantt2-5
-The KDGantt2 library
+This library implements Gantt chart drawing functionality. It allows
+to easily embed the Gantt charts into the application as long as it
+is capable of drawing QWidget or QGraphicsView objects.
 
 %post  -n libKF5KDGantt2-5 -p /sbin/ldconfig
 %postun -n libKF5KDGantt2-5 -p /sbin/ldconfig
@@ -65,7 +71,7 @@
 Requires:   libKF5KDGantt2-5 = %{version}
 
 %description devel
-The development package for the kdgantt2 libraries
+The development package for the kdgantt2 libraries.
 
 %files devel
 %defattr(-,root,root)




commit kdgantt2 for openSUSE:Factory

2016-11-12 Thread h_root
Hello community,

here is the log from the commit of package kdgantt2 for openSUSE:Factory 
checked in at 2016-11-12 13:31:33

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


Package is "kdgantt2"

Changes:

--- /work/SRC/openSUSE:Factory/kdgantt2/kdgantt2.changes2016-10-18 
10:13:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdgantt2.new/kdgantt2.changes   2016-11-12 
13:31:34.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov  9 06:11:22 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:

  kdgantt2-16.08.2.tar.xz

New:

  kdgantt2-16.08.3.tar.xz



Other differences:
--
++ kdgantt2.spec ++
--- /var/tmp/diff_new_pack.6Pz1P9/_old  2016-11-12 13:31:35.0 +0100
+++ /var/tmp/diff_new_pack.6Pz1P9/_new  2016-11-12 13:31:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdgantt2
-Version:16.08.2
+Version:16.08.3
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0

++ kdgantt2-16.08.2.tar.xz -> kdgantt2-16.08.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdgantt2-16.08.2/CMakeLists.txt 
new/kdgantt2-16.08.3/CMakeLists.txt
--- old/kdgantt2-16.08.2/CMakeLists.txt 2016-09-13 15:46:56.0 +0200
+++ new/kdgantt2-16.08.3/CMakeLists.txt 2016-10-14 23:51:49.0 +0200
@@ -21,7 +21,7 @@
 include(ECMAddTests)
 include(ECMPoQmTools)
 
-set(PIM_VERSION "5.3.2")
+set(PIM_VERSION "5.3.3")
 
 
 set(KDGANTS_LIB_VERSION ${PIM_VERSION})




commit kdgantt2 for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package kdgantt2 for openSUSE:Factory 
checked in at 2016-10-18 10:13:16

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


Package is "kdgantt2"

Changes:

--- /work/SRC/openSUSE:Factory/kdgantt2/kdgantt2.changes2016-09-14 
23:03:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdgantt2.new/kdgantt2.changes   2016-10-18 
10:13:16.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 20:48:06 UTC 2016 - lbeltr...@kde.org
+
+- KDE Applications 16.08.2
+https://www.kde.org/announcements/announce-applications-16.08.2.php
+
+---

Old:

  kdgantt2-16.08.1.tar.xz

New:

  kdgantt2-16.08.2.tar.xz



Other differences:
--
++ kdgantt2.spec ++
--- /var/tmp/diff_new_pack.82N3fX/_old  2016-10-18 10:13:18.0 +0200
+++ /var/tmp/diff_new_pack.82N3fX/_new  2016-10-18 10:13:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdgantt2
-Version:16.08.1
+Version:16.08.2
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0

++ kdgantt2-16.08.1.tar.xz -> kdgantt2-16.08.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdgantt2-16.08.1/CMakeLists.txt 
new/kdgantt2-16.08.2/CMakeLists.txt
--- old/kdgantt2-16.08.1/CMakeLists.txt 2016-08-20 09:40:13.0 +0200
+++ new/kdgantt2-16.08.2/CMakeLists.txt 2016-09-13 15:46:56.0 +0200
@@ -21,7 +21,7 @@
 include(ECMAddTests)
 include(ECMPoQmTools)
 
-set(PIM_VERSION "5.3.1")
+set(PIM_VERSION "5.3.2")
 
 
 set(KDGANTS_LIB_VERSION ${PIM_VERSION})




commit kdgantt2 for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

here is the log from the commit of package kdgantt2 for openSUSE:Factory 
checked in at 2016-09-14 23:03:40

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


Package is "kdgantt2"

Changes:

--- /work/SRC/openSUSE:Factory/kdgantt2/kdgantt2.changes2016-08-29 
14:34:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdgantt2.new/kdgantt2.changes   2016-09-14 
23:03:41.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep  9 08:08:25 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:

  kdgantt2-16.08.0.tar.xz

New:

  kdgantt2-16.08.1.tar.xz



Other differences:
--
++ kdgantt2.spec ++
--- /var/tmp/diff_new_pack.IvuOMG/_old  2016-09-14 23:03:42.0 +0200
+++ /var/tmp/diff_new_pack.IvuOMG/_new  2016-09-14 23:03:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdgantt2
-Version:16.08.0
+Version:16.08.1
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0

++ kdgantt2-16.08.0.tar.xz -> kdgantt2-16.08.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdgantt2-16.08.0/CMakeLists.txt 
new/kdgantt2-16.08.1/CMakeLists.txt
--- old/kdgantt2-16.08.0/CMakeLists.txt 2016-08-06 09:15:36.0 +0200
+++ new/kdgantt2-16.08.1/CMakeLists.txt 2016-08-20 09:40:13.0 +0200
@@ -21,7 +21,7 @@
 include(ECMAddTests)
 include(ECMPoQmTools)
 
-set(PIM_VERSION "5.3.0")
+set(PIM_VERSION "5.3.1")
 
 
 set(KDGANTS_LIB_VERSION ${PIM_VERSION})




commit kdgantt2 for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

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

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


Package is "kdgantt2"

Changes:

--- /work/SRC/openSUSE:Factory/kdgantt2/kdgantt2.changes2016-07-21 
07:51:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdgantt2.new/kdgantt2.changes   2016-08-29 
14:34:03.0 +0200
@@ -1,0 +2,16 @@
+Fri Aug 12 10:05:48 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 14:39:27 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:

  kdgantt2-16.04.3.tar.xz

New:

  kdgantt2-16.08.0.tar.xz



Other differences:
--
++ kdgantt2.spec ++
--- /var/tmp/diff_new_pack.iMT9uz/_old  2016-08-29 14:34:04.0 +0200
+++ /var/tmp/diff_new_pack.iMT9uz/_new  2016-08-29 14:34:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdgantt2
-Version:16.04.3
+Version:16.08.0
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0

++ kdgantt2-16.04.3.tar.xz -> kdgantt2-16.08.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdgantt2-16.04.3/CMakeLists.txt 
new/kdgantt2-16.08.0/CMakeLists.txt
--- old/kdgantt2-16.04.3/CMakeLists.txt 2016-06-15 06:38:22.0 +0200
+++ new/kdgantt2-16.08.0/CMakeLists.txt 2016-08-06 09:15:36.0 +0200
@@ -3,7 +3,8 @@
 
 project(kdgantt2)
 
-find_package(ECM 5.19.0 CONFIG REQUIRED)
+set(KF5_VERSION "5.23.0")
+find_package(ECM ${KF5_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 set(LIBRARY_NAMELINK)
 include(GenerateExportHeader)
@@ -18,15 +19,15 @@
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(ECMQtDeclareLoggingCategory)
 include(ECMAddTests)
+include(ECMPoQmTools)
 
+set(PIM_VERSION "5.3.0")
 
-set(KF5_VERSION "5.19.0")
-set(KDGANTS_LIB_VERSION "5.2.3")
-set(QT_REQUIRED_VERSION "5.4.0")
 
-find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test 
PrintSupport)
-find_package(KF5I18n ${KF5_VERSION} CONFIG REQUIRED)
+set(KDGANTS_LIB_VERSION ${PIM_VERSION})
+set(QT_REQUIRED_VERSION "5.5.0")
 
+find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test 
PrintSupport)
 ecm_setup_version(${KDGANTS_LIB_VERSION} VARIABLE_PREFIX KDGANTT2
 VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdgantt2_version.h"
 PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5KDGantt2ConfigVersion.cmake"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdgantt2-16.04.3/COPYING new/kdgantt2-16.08.0/COPYING
--- old/kdgantt2-16.04.3/COPYING1970-01-01 01:00:00.0 +0100
+++ new/kdgantt2-16.08.0/COPYING2016-08-06 09:15:36.0 +0200
@@ -0,0 +1,346 @@
+NOTE! The GPL below is copyrighted by the Free Software Foundation, but
+the instance of code that it refers to (the kde programs) are copyrighted
+by the authors who actually wrote it.
+
+---
+   
+   GNU GENERAL PUBLIC LICENSE
+  Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+   Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free

commit kdgantt2 for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package kdgantt2 for openSUSE:Factory 
checked in at 2016-07-21 07:51:23

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


Package is "kdgantt2"

Changes:

--- /work/SRC/openSUSE:Factory/kdgantt2/kdgantt2.changes2016-06-20 
10:56:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdgantt2.new/kdgantt2.changes   2016-07-21 
07:51:24.0 +0200
@@ -1,0 +2,13 @@
+Sat Jul 16 21:06:31 UTC 2016 - wba...@tmo.at
+
+- Cleanup build requires
+
+---
+Thu Jul  7 23:26:38 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:

  kdgantt2-16.04.2.tar.xz

New:

  kdgantt2-16.04.3.tar.xz



Other differences:
--
++ kdgantt2.spec ++
--- /var/tmp/diff_new_pack.MdSPOu/_old  2016-07-21 07:51:25.0 +0200
+++ /var/tmp/diff_new_pack.MdSPOu/_new  2016-07-21 07:51:25.0 +0200
@@ -17,77 +17,19 @@
 
 
 Name:   kdgantt2
-Version:16.04.2
+Version:16.04.3
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-BuildRequires:  akonadi-calendar-devel
-BuildRequires:  akonadi-contact-devel
-BuildRequires:  akonadi-mime-devel
-BuildRequires:  akonadi-notes-devel
-BuildRequires:  akonadi-search-devel
-BuildRequires:  baloo5-widgets-devel
-BuildRequires:  boost-devel
-BuildRequires:  cyrus-sasl-devel
-BuildRequires:  extra-cmake-modules
-BuildRequires:  fdupes
-BuildRequires:  gpgme-devel
-BuildRequires:  gpgmepp5-devel
-BuildRequires:  grantlee5-devel
-BuildRequires:  kactivities5-devel
-BuildRequires:  kalarmcal-devel
-BuildRequires:  kblog-devel
-BuildRequires:  kcalcore-devel
-BuildRequires:  kcalutils-devel
-BuildRequires:  kcmutils-devel
-BuildRequires:  kconfig-devel
-BuildRequires:  kcontacts-devel
-BuildRequires:  kdelibs4support-devel
-BuildRequires:  kdewebkit-devel >= 5.0
-BuildRequires:  kdnssd-framework-devel
+BuildRequires:  extra-cmake-modules >= 5.19.0
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel
-BuildRequires:  khtml-devel
-BuildRequires:  kidentitymanagement-devel
-BuildRequires:  kimap-devel
-BuildRequires:  kio-devel
-BuildRequires:  kitemmodels-devel
-BuildRequires:  kldap-devel
-BuildRequires:  kmailtransport-devel
-BuildRequires:  kmbox-devel
-BuildRequires:  kmime-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  knotifyconfig-devel
-BuildRequires:  kontactinterface-devel
-BuildRequires:  kpimtextedit-devel
-BuildRequires:  kross-devel
-BuildRequires:  ktexteditor-devel
-BuildRequires:  ktnef-devel
-BuildRequires:  kwallet-devel
-BuildRequires:  kwidgetsaddons-devel
-BuildRequires:  kxmlrpcclient5-devel
-BuildRequires:  libassuan-devel
-BuildRequires:  libkgapi5-devel
-BuildRequires:  libprison-devel
-BuildRequires:  libqca-qt5-devel
-BuildRequires:  libxslt-devel
-BuildRequires:  link-grammar-devel
-BuildRequires:  phonon4qt5-devel
-BuildRequires:  syndication-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Declarative) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5XmlPatterns) >= 5.2.0
+BuildRequires:  ki18n-devel
+BuildRequires:  pkgconfig(Qt5PrintSupport) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ kdgantt2-16.04.2.tar.xz -> kdgantt2-16.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdgantt2-16.04.2/CMakeLists.txt 
new/kdgantt2-16.04.3/CMakeLists.txt
--- old/kdgantt2-16.04.2/CMakeLists.txt 2016-05-11 07:08:16.0 +0200
+++ new/kdgantt2-16.04.3/CMakeLists.txt 2016-06-15 06:38:22.0 +0200
@@ -21,7 +21,7 @@
 
 
 set(KF5_VERSION "5.19.0")
-set(KDGANTS_LIB_VERSION "5.2.2")
+set(KDGANTS_LIB_VERSION "5.2.3")
 set(QT_REQUIRED_VERSION "5.4.0")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test 
PrintSupport)




commit kdgantt2 for openSUSE:Factory

2016-06-20 Thread h_root
Hello community,

here is the log from the commit of package kdgantt2 for openSUSE:Factory 
checked in at 2016-06-20 10:56:41

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


Package is "kdgantt2"

Changes:

--- /work/SRC/openSUSE:Factory/kdgantt2/kdgantt2.changes2016-05-31 
12:23:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdgantt2.new/kdgantt2.changes   2016-06-20 
10:56:42.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 10 17:48:54 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:

  kdgantt2-16.04.1.tar.xz

New:

  kdgantt2-16.04.2.tar.xz



Other differences:
--
++ kdgantt2.spec ++
--- /var/tmp/diff_new_pack.mm2yZP/_old  2016-06-20 10:56:43.0 +0200
+++ /var/tmp/diff_new_pack.mm2yZP/_new  2016-06-20 10:56:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdgantt2
-Version:16.04.1
+Version:16.04.2
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0

++ kdgantt2-16.04.1.tar.xz -> kdgantt2-16.04.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdgantt2-16.04.1/CMakeLists.txt 
new/kdgantt2-16.04.2/CMakeLists.txt
--- old/kdgantt2-16.04.1/CMakeLists.txt 2016-04-26 22:18:01.0 +0200
+++ new/kdgantt2-16.04.2/CMakeLists.txt 2016-05-11 07:08:16.0 +0200
@@ -21,7 +21,7 @@
 
 
 set(KF5_VERSION "5.19.0")
-set(KDGANTS_LIB_VERSION "5.2.1")
+set(KDGANTS_LIB_VERSION "5.2.2")
 set(QT_REQUIRED_VERSION "5.4.0")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test 
PrintSupport)