Hello community, here is the log from the commit of package analitza for openSUSE:Factory checked in at 2015-05-11 19:23:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/analitza (Old) and /work/SRC/openSUSE:Factory/.analitza.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "analitza" Changes: -------- --- /work/SRC/openSUSE:Factory/analitza/analitza.changes 2014-11-19 20:27:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.analitza.new/analitza.changes 2015-05-11 19:23:38.000000000 +0200 @@ -1,0 +2,64 @@ +Sat Apr 11 13:54:49 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:57:06 UTC 2015 - [email protected] + +- Update to KDE Applications 15.03.95 + * KDE Applications 15.04 RC + + +------------------------------------------------------------------- +Sun Mar 8 12:58:44 UTC 2015 - [email protected] + +- Update to KDE Applications 15.03.80 + * KDE Applications 15.04 Beta + +------------------------------------------------------------------- +Tue Mar 3 10:49:55 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:25:25 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:15:58 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:43:47 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:17:46 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:51:06 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 + * Analitza is now KDE Frameworks based + +------------------------------------------------------------------- Old: ---- analitza-4.14.3.tar.xz New: ---- analitza-15.04.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ analitza.spec ++++++ --- /var/tmp/diff_new_pack.22Ft1K/_old 2015-05-11 19:23:39.000000000 +0200 +++ /var/tmp/diff_new_pack.22Ft1K/_new 2015-05-11 19:23:39.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package analitza # -# 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,70 +17,82 @@ Name: analitza -Version: 4.14.3 +Version: 15.04.0 Release: 0 Summary: A library to add mathematical features to programs License: LGPL-2.1+ Group: System/GUI/KDE Url: https://projects.kde.org/projects/kde/kdeedu/analitza Source: %{name}-%{version}.tar.xz -BuildRequires: libkde4-devel -BuildRequires: readline-devel +BuildRequires: cmake +%if 0%{?suse_version} > 1310 +BuildRequires: eigen3-devel +%endif +BuildRequires: extra-cmake-modules +BuildRequires: kf5-filesystem BuildRequires: xz +BuildRequires: pkgconfig(Qt5OpenGL) +BuildRequires: pkgconfig(Qt5Qml) +BuildRequires: pkgconfig(Qt5Quick) +BuildRequires: pkgconfig(Qt5Svg) +BuildRequires: pkgconfig(Qt5Test) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5Xml) BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(glu) -Requires: libanalitza0 = %{version} -Requires: libqt4 > 4.4 +Requires: libAnalitza5 = %{version} +Obsoletes: %{name}5 < %{version} +Provides: %{name}5 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The analitza library will let you add mathematical features to your program. -%package -n libanalitza0 +%package -n libAnalitza5 Summary: A library to add mathematical features to programs Group: System/GUI/KDE +Requires: analitza = %{version} -%description -n libanalitza0 +%description -n libAnalitza5 The analitza library will let you add mathematical features to your program. %package devel Summary: A library to add mathematical features to programs - development files Group: Development/Libraries/C and C++ -Requires: libanalitza0 >= %{version} +Requires: libAnalitza5 = %{version} +Obsoletes: analitza5-devel < %{version} %description devel Development files for Analitza, Analitza library will let you add mathematical features to your programs. %prep -%setup -q +%setup -q -n analitza-%{version} %build - %cmake_kde4 -d build + %cmake_kf5 -d build %{make_jobs} %install - %{kde4_makeinstall} -C build + %{kf5_makeinstall} -C build -%post -n libanalitza0 -p /sbin/ldconfig +%post -n libAnalitza5 -p /sbin/ldconfig -%postun -n libanalitza0 -p /sbin/ldconfig +%postun -n libAnalitza5 -p /sbin/ldconfig -%files -n libanalitza0 +%files -n libAnalitza5 %defattr(-,root,root) %doc COPYING -%{_kde4_libdir}/libanalitza*.so.* +%{_kf5_libdir}/libAnalitza*.so.* %files devel %defattr(-,root,root) -%{_kde4_libdir}/libanalitza*.so -%{_kde4_includedir}/analitza/ -%{_kde4_includedir}/analitzagui/ -%{_kde4_includedir}/analitzaplot/ -%{_kde4_libdir}/cmake/analitza/ +%{_kf5_libdir}/libAnalitza*.so +%{_kf5_prefix}/include/Analitza5/ +%{_kf5_libdir}/cmake/Analitza5/ %files %defattr(-,root,root) -%{_kde4_bindir}/calgebra -%{_kde4_appsdir}/libanalitza/ +%{_kf5_qmldir}/ +%{_kf5_sharedir}/libanalitza/ %changelog ++++++ analitza-4.14.3.tar.xz -> analitza-15.04.0.tar.xz ++++++ ++++ 17647 lines of diff (skipped)
