Hello community,

here is the log from the commit of package galculator for openSUSE:Factory 
checked in at 2013-03-14 15:20:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/galculator (Old)
 and      /work/SRC/openSUSE:Factory/.galculator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "galculator", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/galculator/galculator.changes    2012-12-19 
10:55:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.galculator.new/galculator.changes       
2013-03-14 15:20:48.000000000 +0100
@@ -1,0 +2,23 @@
+Sat Mar  2 10:03:57 UTC 2013 - [email protected]
+
+- Update to 2.1.
+  * Adds support for quad-precision floating point and up to
+    112-bit binary arithmetic on systems with libquadmath.
+  * Several bugs have been fixed in the expression parsing engine
+    and the GUI.
+  * Fallback to default separator if a separator equals the decimal
+    point.
+  * Changed default background color.
+  * Add Turkish translation.
+- Correct License tag: GPL-2.0 -> GPL-2.0+.
+- Use full URL as a source.
+- Correct build dependencies (remove doxygen, fdupes, gcc, gcc-c++,
+  libglade2-devel, make; gtk2-devel -> pkgconfig(gtk+-2.0).
+- Split off language subpackage.
+- Use %make_install macro.
+- Remove check for unsupported openSUSE versions.
+- Remove %clean section.
+- Install docs.
+- Clean up spec.
+
+-------------------------------------------------------------------

Old:
----
  galculator-2.0.1.tar.bz2

New:
----
  galculator-2.1.tar.bz2

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

Other differences:
------------------
++++++ galculator.spec ++++++
--- /var/tmp/diff_new_pack.SaZURN/_old  2013-03-14 15:20:53.000000000 +0100
+++ /var/tmp/diff_new_pack.SaZURN/_new  2013-03-14 15:20:53.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package galculator
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,26 +17,21 @@
 
 
 Name:           galculator
+Version:        2.1
+Release:        0
 Summary:        A GTK 2/3 based calculator
-License:        GPL-2.0
+License:        GPL-2.0+
 Group:          System/GUI/GNOME
-Version:        2.0.1
-Release:        0
 Url:            http://galculator.sourceforge.net/index.html
-Source0:        %name-%version.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  doxygen
-BuildRequires:  fdupes
+Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 BuildRequires:  flex
-BuildRequires:  gcc
-BuildRequires:  gcc-c++
-BuildRequires:  gtk2-devel
 BuildRequires:  intltool
-BuildRequires:  libglade2-devel
 BuildRequires:  libtool
-BuildRequires:  make
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gtk+-2.0)
+Recommends:     %{name}-lang
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Galculator is a GTK 2 based calculator with ordinary notation/reverse
@@ -44,23 +39,19 @@
 (DEC, HEX, OCT, BIN) and different units of angular measure
 (DEG, RAD, GRAD).
 
+%lang_package
+
 %prep
 %setup -q
 
 %build
 %configure --enable-gtk3=no
-%__make %{?jobs:-j%{jobs}}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-%suse_update_desktop_file -r %name GTK Utility Calculator
-%find_lang %name
-%fdupes -s %{buildroot}
-
-%clean
-%__rm -fr %buildroot
-
-%if 0%{?suse_version} >= 1140
+%make_install
+%suse_update_desktop_file -r %{name} GTK Utility Calculator
+%find_lang %{name}
 
 %post
 %desktop_database_post
@@ -69,18 +60,17 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
-%files -f %name.lang
-%defattr(-,root,root)
-%_bindir/%name
-%_datadir/applications/*
-%dir %_datadir/%name
-%dir %_datadir/%name/ui
-%_datadir/%name/ui/*.ui
-%_datadir/icons/hicolor/48x48/apps/galculator.png
-%_datadir/icons/hicolor/scalable/apps/galculator.svg
-%_mandir/man1/%name.1.gz
-%_datadir/pixmaps/%name.*
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING NEWS README THANKS doc/shortcuts
+%{_bindir}/%{name}
+%{_datadir}/%{name}/
+%{_datadir}/applications/*
+%{_datadir}/icons/hicolor/*/*/%{name}.*
+%{_datadir}/pixmaps/%{name}.*
+%{_mandir}/man1/%{name}.1.gz
+
+%files lang -f %{name}.lang
 
 %changelog

++++++ galculator-2.0.1.tar.bz2 -> galculator-2.1.tar.bz2 ++++++
++++ 4442 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to