Hello community,

here is the log from the commit of package semantik for openSUSE:Factory 
checked in at 2017-12-29 00:02:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/semantik (Old)
 and      /work/SRC/openSUSE:Factory/.semantik.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "semantik"

Fri Dec 29 00:02:39 2017 rev:14 rq:555615 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/semantik/semantik.changes        2016-12-05 
16:33:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.semantik.new/semantik.changes   2017-12-29 
00:02:45.155621155 +0100
@@ -1,0 +2,15 @@
+Sat Dec  9 19:38:20 UTC 2017 - fab...@ritter-vogt.de
+
+- Update to 1.0.1:
+  * Add a diagram sequence element
+  * Fix improper pdf document dimensions
+  * Fix the configuration and build on FreeBSD
+  * Add installation notes for Fedora
+- Update to 1.0.0:
+  * Port to KDE5 and Python 3
+  * Add SVG Export from the menus
+  * Add new diagram shapes
+  * Add resize handles to diagram objects
+  * Add diagram link labels
+
+-------------------------------------------------------------------

Old:
----
  semantik-0.9.4.tar.bz2

New:
----
  semantik-1.0.1.tar.bz2

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

Other differences:
------------------
++++++ semantik.spec ++++++
--- /var/tmp/diff_new_pack.rj0Cn6/_old  2017-12-29 00:02:46.911117965 +0100
+++ /var/tmp/diff_new_pack.rj0Cn6/_new  2017-12-29 00:02:46.915116818 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package semantik
 #
-# 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
@@ -17,25 +17,26 @@
 
 
 Name:           semantik
-Version:        0.9.4
+Version:        1.0.1
 Release:        0
 Summary:        A mindmapping-like tool
 License:        GPL-3.0 and GPL-2.0
 Group:          Productivity/Office/Other
 Url:            http://ita1024.github.io/semantik/
-Source0:        http://ftp.waf.io/pub/release/%{name}-%{version}.tar.bz2
+Source0:        https://waf.io/%{name}-%{version}.tar.bz2
 Source1:        %{name}.1
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  libQtWebKit-devel
-BuildRequires:  libkde4-devel
-BuildRequires:  libqt4-devel
-BuildRequires:  python-devel
+BuildRequires:  kdelibs4support-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  kiconthemes-devel
+BuildRequires:  kio-devel
+BuildRequires:  libqt5-linguist
+BuildRequires:  libqt5-qtdeclarative-devel
+BuildRequires:  libqt5-qtsvg-devel
+BuildRequires:  libqt5-qtwebengine-devel
+BuildRequires:  python3-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(ImageMagick)
-BuildRequires:  pkgconfig(libxml-2.0)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{?kde4_runtime_requires}
 
 %description
 Semantik (previously Kdissert) is a mindmapping-like tool to help students
@@ -65,21 +66,19 @@
 
 %install
 ./waf install --destdir=%{buildroot}
-find . -name "*desktop*" -exec rm -v {} \;
 install -Dm0644 src/data/%{name}.svg 
%{buildroot}%{_datadir}/pixmaps/%{name}.svg
 install -m0644 src/data/%{name}-d.svg 
%{buildroot}%{_datadir}/pixmaps/%{name}-d.svg
 %suse_update_desktop_file -i %{name} Office ProjectManagement
 %suse_update_desktop_file -i %{name}-d Office ProjectManagement
-%kde_post_install
-%find_lang %{name}
-%fdupes -s %{buildroot}
+%find_lang %{name} --all-name
+%fdupes %{buildroot}
 
 # fix non-executable-script
-chmod a+rx %{buildroot}%{_kde4_appsdir}/semantik/templates/pdflatex/wscript
-chmod a+rx %{buildroot}%{_kde4_appsdir}/semantik/templates/beamer/wscript
-chmod a+rx %{buildroot}%{_kde4_appsdir}/semantik/templates/waf
-chmod a+rx %{buildroot}%{_kde4_appsdir}/semantik/filters/*.py
-chmod a+rx %{buildroot}%{_kde4_appsdir}/semantik/sembind.py
+chmod a+rx %{buildroot}%{_datadir}/semantik/templates/pdflatex/wscript
+chmod a+rx %{buildroot}%{_datadir}/semantik/templates/beamer/wscript
+chmod a+rx %{buildroot}%{_datadir}/semantik/templates/waf
+chmod a+rx %{buildroot}%{_datadir}/semantik/filters/*.py
+chmod a+rx %{buildroot}%{_datadir}/semantik/sembind.py
 
 # install man page
 install -D -m644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
@@ -89,16 +88,16 @@
 %postun -p /sbin/ldconfig
 
 %files -f %{name}.lang
-%defattr(-,root,root)
 %doc ChangeLog README
 %{_bindir}/semantik*
 %{_libdir}/lib*.so*
-%{_datadir}/kde4/apps/semantik
-%{_datadir}/applications/kde4/semantik*.desktop
+%{_datadir}/applications/semantik*.desktop
 %{_datadir}/pixmaps/*.svg
 %{_datadir}/icons/oxygen/*/apps/semantik*.png
-%{_datadir}/icons/oxygen/scalable/apps/semantik*.svgz
+%{_datadir}/icons/oxygen/scalable/apps/semantik*.svg
 %{_datadir}/mime/packages/%{name}.xml
 %{_mandir}/man1/%{name}.1*
+%{_datadir}/semantik
+%{_kf5_kxmlguidir}/semantik*
 
 %changelog

++++++ semantik-0.9.4.tar.bz2 -> semantik-1.0.1.tar.bz2 ++++++
++++ 11064 lines of diff (skipped)


Reply via email to