Hello community,

here is the log from the commit of package speedcrunch for openSUSE:Factory 
checked in at 2016-12-05 16:34:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/speedcrunch (Old)
 and      /work/SRC/openSUSE:Factory/.speedcrunch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "speedcrunch"

Changes:
--------
--- /work/SRC/openSUSE:Factory/speedcrunch/speedcrunch.changes  2014-02-04 
22:48:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.speedcrunch.new/speedcrunch.changes     
2016-12-05 16:34:21.000000000 +0100
@@ -1,0 +2,17 @@
+Fri Dec  2 21:37:08 UTC 2016 - [email protected]
+
+- Update to 0.12:
+  * user manual: in-app (with context help) and on-line
+  * user-defined functions
+  * complex numbers
+  * unit support, including conversions
+  * implicit multiplication
+  * bitfield widget, for people who deal with binary math
+  * virtual keypad is back
+  * double-click to insert into editor is back
+  * more color schemes, including Solarized alternatives
+  * currency symbols are ignored, you can now safely paste them
+    into the editor
+- Updated build requirements to Qt5.
+
+-------------------------------------------------------------------

Old:
----
  speedcrunch-0.11.tar.gz

New:
----
  speedcrunch-0.12.tar.bz2

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

Other differences:
------------------
++++++ speedcrunch.spec ++++++
--- /var/tmp/diff_new_pack.dnA1GE/_old  2016-12-05 16:34:22.000000000 +0100
+++ /var/tmp/diff_new_pack.dnA1GE/_new  2016-12-05 16:34:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package speedcrunch
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,17 +17,17 @@
 
 
 Name:           speedcrunch
-Version:        0.11
+Version:        0.12
 Release:        0
 Summary:        Calculator with history display, keyboard-oriented
 License:        GPL-2.0+
 Group:          Productivity/Scientific/Math
 Url:            http://www.speedcrunch.org/
-# https://github.com/speedcrunch/SpeedCrunch/archive/0.11.tar.gz
-Source0:        %{name}-%{version}.tar.gz
+Source0:        
https://bitbucket.org/heldercorreia/speedcrunch/get/release-%{version}.0.tar.bz2#/%{name}-%{version}.tar.bz2
 BuildRequires:  cmake
-BuildRequires:  kde4-filesystem
-BuildRequires:  libqt4-devel
+BuildRequires:  pkgconfig(Qt5Core) >= 5.2
+BuildRequires:  pkgconfig(Qt5Help) >= 5.2
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -35,20 +35,33 @@
 scrollable display.
 
 %prep
-%setup -q -n SpeedCrunch-%{version}
+%setup -q -n heldercorreia-speedcrunch-ea93b21f9498
 
 %build
-%cmake_kde4 -d src/build
+%cmake ../src
 %make_jobs
 
 %install
-%kde4_makeinstall -C src/build
+%cmake_install ../src
+
+# Recent AppStream versions require the appdata.xml files to be in 
/usr/share/metainfo
+%if 0%{?suse_version} > 1320
+mkdir -p %{buildroot}%{_datadir}/metainfo
+mv %{buildroot}%{_datadir}/appdata/speedcrunch.appdata.xml 
%{buildroot}%{_datadir}/metainfo/
+%endif
 
 %files
 %defattr(-,root,root,-)
-%doc README.md doc/speedcrunch-manual.odt pkg/COPYING.rtf
+%doc README.md doc/legacy/speedcrunch-manual.odt pkg/COPYING.rtf
 %{_bindir}/speedcrunch
 %{_datadir}/pixmaps/speedcrunch.png
+%if 0%{?suse_version} > 1320
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/speedcrunch.appdata.xml
+%else
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/speedcrunch.appdata.xml
+%endif
 %{_datadir}/applications/speedcrunch.desktop
 
 %changelog

++++++ speedcrunch-0.11.tar.gz -> speedcrunch-0.12.tar.bz2 ++++++
++++ 256590 lines of diff (skipped)


Reply via email to