Hello community,

here is the log from the commit of package kig for openSUSE:Factory checked in 
at 2015-05-11 19:24:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kig (Old)
 and      /work/SRC/openSUSE:Factory/.kig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kig"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kig/kig.changes  2014-11-19 20:29:13.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.kig.new/kig.changes     2015-05-11 
19:24:02.000000000 +0200
@@ -1,0 +2,65 @@
+Sat Apr 11 13:55:55 UTC 2015 - [email protected]
+
+- 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:59:18 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.03.95
+   * KDE Applications 15.04 RC
+
+
+-------------------------------------------------------------------
+Sun Mar  8 12:59:26 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.03.80
+   * KDE Applications 15.04 Beta
+
+
+-------------------------------------------------------------------
+Tue Mar  3 10:50:34 UTC 2015 - [email protected]
+
+- Update to KDE Applications 14.12.3
+   * KDE Applications 14.12.3
+   * See https://www.kde.org/announcements/announce-applications-14.12.3.php
+
+-------------------------------------------------------------------
+Sun Feb  1 11:26:37 UTC 2015 - [email protected]
+
+- Update to KDE Applications 14.12.2
+   * KDE Applications 14.12.2
+   * See https://www.kde.org/announcements/announce-applications-14.12.2.php
+
+-------------------------------------------------------------------
+Mon Jan 12 20:16:51 UTC 2015 - [email protected]
+
+- Update to KDE Applications 14.12.1
+   * KDE Applications 14.12.1
+   * See https://www.kde.org/announcements/announce-applications-14.12.1.php
+
+-------------------------------------------------------------------
+Wed Dec 17 20:44:12 UTC 2014 - [email protected]
+
+- Update to KDE Applications 14.12.0
+   * KDE Applications 14.12.0
+   * See https://www.kde.org/announcements/announce-applications-14.12.0.php
+
+-------------------------------------------------------------------
+Wed Dec 17 20:18:35 UTC 2014 - [email protected]
+
+- Update to KDE Applications 14.12.0
+   * KDE Applications 14.12.0
+   * See https://www.kde.org/announcements/announce-applications-14.12.0.php
+
+-------------------------------------------------------------------
+Wed Dec  3 07:55:41 UTC 2014 - [email protected]
+
+Update to KDE Applications 14.11.97
+   * KDE Applications 14.12 Release Candidate
+   * See http://www.kde.org/announcements/announce-applications-14.12-rc.php
+   * Kig is now KDE Frameworks based
+
+-------------------------------------------------------------------

Old:
----
  kig-4.14.3.tar.xz

New:
----
  kig-15.04.0.tar.xz

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

Other differences:
------------------
++++++ kig.spec ++++++
--- /var/tmp/diff_new_pack.MMKvAD/_old  2015-05-11 19:24:03.000000000 +0200
+++ /var/tmp/diff_new_pack.MMKvAD/_new  2015-05-11 19:24:03.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kig
 #
-# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:           kig
-Version:        4.14.3
+Version:        15.04.0
 Release:        0
 Summary:        Interactive Geometry
 License:        GPL-2.0+
@@ -25,13 +25,26 @@
 Url:            http://edu.kde.org
 Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  boost-devel
-BuildRequires:  libkde4-devel
+BuildRequires:  karchive-devel
+BuildRequires:  kconfigwidgets-devel
+BuildRequires:  kdelibs4support-devel
+BuildRequires:  kdoctools-devel
+BuildRequires:  kemoticons-devel
+BuildRequires:  kf5-filesystem
+BuildRequires:  ki18n-devel
+BuildRequires:  kiconthemes-devel
+BuildRequires:  kitemmodels-devel
+BuildRequires:  kparts-devel
+BuildRequires:  ktexteditor-devel
+BuildRequires:  kxmlgui-devel
 BuildRequires:  python-devel
-BuildRequires:  xz
-Provides:       kde4-kig = 4.3.0
-Obsoletes:      kde4-kig < 4.3.0
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5PrintSupport) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Svg) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
+Obsoletes:      %{name}5 < %{version}
+Provides:       %{name}5 = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
 %py_requires
 
 %description
@@ -44,35 +57,28 @@
 %setup -q
 
 %build
-%ifarch ppc ppc64
-export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
-%endif
-  %cmake_kde4 -d build
+  %cmake_kf5 -d build
   %make_jobs
 
 %install
-  %kde4_makeinstall -C build
-  %kde_post_install
+  %kf5_makeinstall -C build
 
 %files
 %defattr(-,root,root)
-%doc COPYING* ChangeLog FEATURES
-%dir %{_kde4_datadir}/appdata
-%{_kde4_applicationsdir}/kig.desktop
-%{_kde4_appsdir}/kig/
-%{_kde4_bindir}/kig
-%{_kde4_bindir}/pykig.py
-%{_kde4_datadir}/appdata/kig.appdata.xml
-%{_kde4_htmldir}/en/kig/
-%{_kde4_iconsdir}/hicolor/*/apps/kig.*
-%{_kde4_iconsdir}/hicolor/*/mimetypes/application-x-kig.*
-%{_kde4_mandir}/man1/kig.1.gz
-%{_kde4_modulesdir}/kigpart.so
-%{_kde4_servicesdir}/kig_part.desktop
-%if %{suse_version} > 1230
-%dir %{_kde4_appsdir}/katepart
-%dir %{_kde4_appsdir}/katepart/syntax
-%{_kde4_appsdir}/katepart/syntax/python-kig.xml
-%endif
+%doc COPYING*
+%{_kf5_bindir}/kig
+%{_kf5_bindir}/pykig.py
+%{_kf5_sharedir}/kig/
+%{_kf5_sharedir}/katepart/
+%{_kf5_sharedir}/kxmlgui5/
+%{_kf5_sharedir}/appdata/
+%{_kf5_applicationsdir}/kig.desktop
+%{_kf5_servicesdir}/
+%{_kf5_iconsdir}/hicolor/*/*/*
+%dir %{_kf5_htmldir}/en
+%dir %{_kf5_htmldir}
+%doc %{_kf5_htmldir}/en/*/
+%{_kf5_plugindir}/
+%{_kf5_mandir}/*/*
 
 %changelog

++++++ kig-4.14.3.tar.xz -> kig-15.04.0.tar.xz ++++++
++++ 5499 lines of diff (skipped)


Reply via email to