Hello community,

here is the log from the commit of package qelectrotech for openSUSE:Factory 
checked in at 2018-03-20 21:59:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qelectrotech (Old)
 and      /work/SRC/openSUSE:Factory/.qelectrotech.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qelectrotech"

Tue Mar 20 21:59:46 2018 rev:4 rq:588328 version:0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/qelectrotech/qelectrotech.changes        
2016-03-26 15:23:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qelectrotech.new/qelectrotech.changes   
2018-03-20 22:00:14.741929042 +0100
@@ -1,0 +2,29 @@
+Tue Mar  6 12:52:53 UTC 2018 - [email protected]
+
+- Update to version 0.6
+  * Improved performance, added multithreading to speed up the
+    loading of items when launching QET.
+  * RAM consumption has been considerably reduced.
+  * New "collections" panel.
+  * Automatic numberings (autonum), Variables and prefix.
+  * Folio generator
+  * Management Policy
+  * New thickness properties for conductors.
+  * The thickness of the lines of all basic shapes (lines,
+    rectangles, ellipses, polygons) can be changed from 0,2px to
+    50,0px.
+  * The color of lines and fillings of basic shapes can be choosed
+    from a color palette or set with a html color code.
+  * Added Copy/paste from another project.
+  * Resetting the layout of the summary pages.
+  * In the panel left split the view into a several docks.
+  * High-DPI support (Qt 5.6.0)
+  * new python plugin to generate terminal block.
+  * An annoying memory leak has been found and solved. Afters
+    hours of use, some users noticed that the RAM consumption
+    growed steadily, up to 10GB or more. This problem is now
+    solved.
+
+- Spec cleanup
+
+-------------------------------------------------------------------

Old:
----
  qelectrotech-0.5-src.tar.gz

New:
----
  qelectrotech-0.6-src.tar.gz

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

Other differences:
------------------
++++++ qelectrotech.spec ++++++
--- /var/tmp/diff_new_pack.IdnRiW/_old  2018-03-20 22:00:16.161877918 +0100
+++ /var/tmp/diff_new_pack.IdnRiW/_new  2018-03-20 22:00:16.165877774 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qelectrotech
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Asterios Dramis <[email protected]>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,32 +17,36 @@
 #
 
 
+%define src_date 20180306
 Name:           qelectrotech
-Version:        0.5
+Version:        0.6
 Release:        0
-%define src_date 20151127
 Summary:        Application to design electric diagrams
-License:        GPL-2.0+ and CC-BY-3.0
+License:        GPL-2.0-or-later AND CC-BY-3.0
 Group:          Productivity/Scientific/Electronics
-Url:            http://qelectrotech.org/
-Source0:        
http://download.tuxfamily.org/qet/tags/%{src_date}/%{name}-%{version}-src.tar.gz
+Url:            https://qelectrotech.org/
+Source0:        
https://download.tuxfamily.org/qet/tags/%{src_date}/%{name}-%{version}-src.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  pkgconfig
+BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5PrintSupport)
 BuildRequires:  pkgconfig(Qt5Sql)
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5Xml)
+%if 0%{?suse_version} < 1500
 Requires(post): desktop-file-utils
 Requires(post): shared-mime-info
 Requires(postun): desktop-file-utils
 Requires(postun): shared-mime-info
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%endif
 
 %description
-QElectroTech is a Qt4 application to design electric diagrams. It uses XML
+QElectroTech is a Qt5 application to design electric diagrams. It uses XML
 files for elements and diagrams, and includes both a diagram editor and an
 element editor.
 
@@ -50,7 +54,7 @@
 %setup -q -n %{name}-%{version}-src
 
 # Fix compilation and installation paths
-sed -e s,/usr/local/,%{_prefix}/, \
+sed -e s,%{_prefix}/local/,%{_prefix}/, \
     -e /QET_LICENSE_PATH/s,'doc/,'share/doc/packages/, \
     -e /QET_MIME/s,../,, \
     -e /QET_MAN_PATH/s,'man/','share/man/', \
@@ -77,6 +81,7 @@
 
 %find_lang %{name} --with-qt --with-man --all-name
 
+%if 0%{?suse_version} < 1500
 %post
 %mime_database_post
 %desktop_database_post
@@ -86,10 +91,12 @@
 %desktop_database_postun
 %mime_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
-%doc CREDIT ChangeLog ELEMENTS.LICENSE LICENSE README
+%doc CREDIT ChangeLog README
+%license %{_defaultdocdir}/%{name}/ELEMENTS.LICENSE
+%license %{_defaultdocdir}/%{name}/LICENSE
 %{_bindir}/qelectrotech
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/qelectrotech.appdata.xml
@@ -98,7 +105,7 @@
 %dir %{_mandir}/be
 %dir %{_mandir}/fr.ISO8859-1
 %dir %{_mandir}/fr.UTF-8
-%doc %{_mandir}/man1/qelectrotech.1%{ext_man}
+%{_mandir}/man1/qelectrotech.1%{ext_man}
 %{_datadir}/mime/application/x-qet-element.xml
 %{_datadir}/mime/application/x-qet-project.xml
 %{_datadir}/mime/application/x-qet-titleblock.xml

++++++ qelectrotech-0.5-src.tar.gz -> qelectrotech-0.6-src.tar.gz ++++++
/work/SRC/openSUSE:Factory/qelectrotech/qelectrotech-0.5-src.tar.gz 
/work/SRC/openSUSE:Factory/.qelectrotech.new/qelectrotech-0.6-src.tar.gz 
differ: char 5, line 1


Reply via email to