Hello community, here is the log from the commit of package speedcrunch for openSUSE:Factory checked in at 2014-02-04 20:06:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2012-11-28 16:55:17.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.speedcrunch.new/speedcrunch.changes 2014-02-04 22:48:39.000000000 +0100 @@ -1,0 +2,15 @@ +Mon Feb 3 20:16:23 UTC 2014 - [email protected] + +- Update to 0.11: + Major changes: + * Syntax highlighting on the result display, predefined color schemes, + instant function usage help, digit grouping (thanks, Tey), new languages, + a slightly redesigned formula book with new sections, lots of visual perks, + and a new icon. You can now include comments in the expression - everything + after a question mark (?) will be ignored and highlighted differently. + Finally, both comma and dot are now accepted as radix characters. + * The virtual keypad is gone. +- Removed unneeded build requirements: dos2unix, fdupes, freetype2-devel, + libpng-devel and update-desktop-files. + +------------------------------------------------------------------- Old: ---- speedcrunch-0.10.1.tar.bz2 New: ---- speedcrunch-0.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ speedcrunch.spec ++++++ --- /var/tmp/diff_new_pack.P0gZbA/_old 2014-02-04 22:48:40.000000000 +0100 +++ /var/tmp/diff_new_pack.P0gZbA/_new 2014-02-04 22:48:40.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package speedcrunch # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,53 +17,37 @@ Name: speedcrunch +Version: 0.11 +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 BuildRequires: cmake -BuildRequires: dos2unix -BuildRequires: fdupes -BuildRequires: freetype2-devel BuildRequires: kde4-filesystem -BuildRequires: libpng-devel BuildRequires: libqt4-devel -BuildRequires: update-desktop-files -Url: http://speedcrunch.digitalfanatics.org -Summary: A calculator with history display -License: GPL-2.0+ -Group: Productivity/Scientific/Math -Version: 0.10.1 -Release: 0 -%define rversion %version BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: speedcrunch-%{rversion}.tar.bz2 %description -A calculator which shows results in a scrollable display - - - -Authors: --------- - Ariya Hidayat <[email protected]> - Johan Thelin <[email protected]> +A keyboard-oriented desktop scientific calculator which shows results in a +scrollable display. %prep -%setup -q -n speedcrunch-%{rversion} +%setup -q -n SpeedCrunch-%{version} %build -cd src -%cmake_kde4 -d build +%cmake_kde4 -d src/build %make_jobs %install -cd src/build -make DESTDIR=%{buildroot} install -%suse_update_desktop_file -c %name "SpeedCrunch" "Scientific Calculator" speedcrunch speedcrunch "Utility Calculator" -%fdupes %{buildroot}%{_datadir}/speedcrunch/books/*/ +%kde4_makeinstall -C src/build %files -%defattr(-,root,root) -%doc README ChangeLog COPYING +%defattr(-,root,root,-) +%doc README.md doc/speedcrunch-manual.odt pkg/COPYING.rtf %{_bindir}/speedcrunch -%{_datadir}/speedcrunch %{_datadir}/pixmaps/speedcrunch.png %{_datadir}/applications/speedcrunch.desktop -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
