Hello community,

here is the log from the commit of package galculator for openSUSE:Factory 
checked in at 2018-01-01 22:36:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/galculator (Old)
 and      /work/SRC/openSUSE:Factory/.galculator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "galculator"

Mon Jan  1 22:36:00 2018 rev:23 rq:560956 version:2.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/galculator/galculator.changes    2014-05-13 
20:45:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.galculator.new/galculator.changes       
2018-01-01 22:36:05.478752283 +0100
@@ -1,0 +2,32 @@
+Mon Jan  1 07:36:08 UTC 2018 - avin...@opensuse.org
+
+- use new upstream urls
+- cleanup with spec-cleaner
+- link against gtk 3 (instead of 2)
+
+-------------------------------------------------------------------
+Fri Oct 16 21:22:35 UTC 2015 - t...@gmx.com
+
+- new upstream version 2.1.4
+  * adding a fresh "tx pull" of translations
+  * adding an appdata file
+  * in ui.c::set_all_dispctrl_buttons_property check for 
+    table_children != NULL (fixes sf.net bug #107)
+  * *.c: all dynamic memory allocation and free'ing is done via 
+    glib now.
+  * Changed default background color for the display to white. 
+  * In callbacks.c and general_functions.c, team up every 
+    gtk_check_menu_item_set_active with a gtk_check_menu_item_toggled.
+    See also 2014-01-08 and sf.net bug #99. (fixes sf.net bug #105)
+  * translations are now served through transifex
+  * set_basic_object_data/set_scientific_object_data make structs
+    static (fixes sf.net bug #104)
+- updated description
+
+-------------------------------------------------------------------
+Sun Jun 28 11:23:02 UTC 2015 - p.drou...@gmail.com
+
+- Provide and obsolete mate-calc; galculator has replaced
+  mate-calc in Mate 1.10
+
+-------------------------------------------------------------------

Old:
----
  galculator-2.1.3.tar.bz2

New:
----
  galculator-2.1.4.tar.bz2

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

Other differences:
------------------
++++++ galculator.spec ++++++
--- /var/tmp/diff_new_pack.9jVogP/_old  2018-01-01 22:36:06.562390485 +0100
+++ /var/tmp/diff_new_pack.9jVogP/_new  2018-01-01 22:36:06.562390485 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package galculator
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,27 +17,28 @@
 
 
 Name:           galculator
-Version:        2.1.3
+Version:        2.1.4
 Release:        0
-Summary:        A GTK 2/3 based calculator
+Summary:        A GTK 3 based calculator
 License:        GPL-2.0+
 Group:          System/GUI/GNOME
-Url:            http://galculator.sourceforge.net/index.html
-Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Url:            http://galculator.mnim.org/
+Source0:        http://galculator.mnim.org/downloads/%{name}-%{version}.tar.bz2
 BuildRequires:  flex
 BuildRequires:  intltool
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Provides:       mate-calc = %{version}
+Obsoletes:      mate-calc < %{version}
 
 %description
-Galculator is a GTK 2 based calculator with ordinary notation/reverse
-polish notation, a formula entry mode, different number bases
-(DEC, HEX, OCT, BIN) and different units of angular measure
-(DEG, RAD, GRAD).
+galculator is a GTK 3 based calculator with ordinary notation/reverse
+polish notation (RPN), a formula entry mode, different number bases
+(DEC, HEX, OCT, BIN) and different units of angular measure (DEG, RAD, GRAD).
+It supports quad-precision floating point and 112-bit binary arithmetic.
 
 %lang_package
 
@@ -45,11 +46,14 @@
 %setup -q
 
 %build
-%configure --enable-gtk3=no
+%configure
 make %{?_smp_mflags}
 
 %install
 %make_install
+%if 0%{?suse_version} == 1310
+rm  %{buildroot}/%{_datadir}/appdata/galculator.appdata.xml
+%endif
 %suse_update_desktop_file -r %{name} GTK Utility Calculator
 %find_lang %{name}
 
@@ -62,14 +66,17 @@
 %icon_theme_cache_postun
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README THANKS doc/shortcuts
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{_datadir}/applications/*
+%if 0%{?suse_version} > 1310
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/galculator.appdata.xml
+%endif
 %{_datadir}/icons/hicolor/*/*/%{name}.*
 %{_datadir}/pixmaps/%{name}.*
-%{_mandir}/man1/%{name}.1.gz
+%{_mandir}/man1/%{name}.1%{ext_man}
 
 %files lang -f %{name}.lang
 

++++++ galculator-2.1.3.tar.bz2 -> galculator-2.1.4.tar.bz2 ++++++
++++ 31730 lines of diff (skipped)


Reply via email to