Hello community,

here is the log from the commit of package gnome-calculator for 
openSUSE:Factory checked in at 2019-10-17 12:59:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-calculator (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-calculator.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-calculator"

Thu Oct 17 12:59:24 2019 rev:44 rq:736530 version:3.34.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-calculator/gnome-calculator.changes        
2019-06-30 10:19:53.863470720 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-calculator.new.2352/gnome-calculator.changes  
    2019-10-17 12:59:25.609284327 +0200
@@ -1,0 +2,50 @@
+Mon Oct  7 07:45:36 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.34.1:
+  + Created nightly app icon.
+  + Snap build improvements.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Sep 10 10:15:35 CST 2019 - [email protected]
+
+- Update to version 3.34.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Sep  2 19:20:17 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.33.92:
+  + README updates.
+  + Updated translations.
+- Changes from version 3.33.90:
+  + Flatpak build cleanup.
+  + Debug messages cleanup.
+  + Updated translations.
+- Changes from version 3.33.3:
+  + calculator library build fixes.
+  + CI build fixes.
+  + Added mnemonics for primary menu items.
+  + Dropped leading zeros octal prefix.
+  + Updated translations.
+- Changes from version 3.33.2:
+  + Separated calculator library.
+  + Ensure icon is available for shell.
+  + Support entering left/right shift with keyboard.
+  + Fixed CFA conversion rate.
+  + Remove copy icon from search provider results.
+  + Do not assume octal base for binary numbers.
+  + Show thousands separator in unit converter.
+  + Use currency name instead of display name for conversion.
+  + Quit warns and closes all windows.
+  + Avoid normalizing the equation twice in search.
+  + Ignore keypresses while calculating results.
+  + Only allow one decimal point in numbers.
+  + Application icon updated in help.
+  + Updated translations.
+- Add pkgconfig(gee-0.8) BuildRequires: New dependency.
+- Package new sub-packages gnome-calculator-devel and libgcalc-1.
+  Also handle shared library in post(un), and set needed Requires
+  in devel package.
+
+-------------------------------------------------------------------

Old:
----
  gnome-calculator-3.32.2.tar.xz

New:
----
  gnome-calculator-3.34.1.tar.xz

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

Other differences:
------------------
++++++ gnome-calculator.spec ++++++
--- /var/tmp/diff_new_pack.MeGkrS/_old  2019-10-17 12:59:26.085283121 +0200
+++ /var/tmp/diff_new_pack.MeGkrS/_new  2019-10-17 12:59:26.089283110 +0200
@@ -16,14 +16,16 @@
 #
 
 
+%define sover 1-0_0_0
+
 Name:           gnome-calculator
-Version:        3.32.2
+Version:        3.34.1
 Release:        0
 Summary:        A GNOME Calculator Application
 License:        GPL-3.0-or-later
 Group:          Productivity/Scientific/Math
 URL:            https://wiki.gnome.org/Apps/Calculator
-Source0:        
https://download.gnome.org/sources/gnome-calculator/3.32/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/gnome-calculator/3.34/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
 BuildRequires:  meson
@@ -33,6 +35,7 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  vala
 BuildRequires:  yelp-tools
+BuildRequires:  pkgconfig(gee-0.8)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.40
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40
 BuildRequires:  pkgconfig(gmodule-export-2.0)
@@ -55,6 +58,23 @@
 This package contains a search provider to enable GNOME Shell to get
 search results from GNOME Calculator.
 
+%package -n libgcalc-%{sover}
+Summary:        Shared library for %{name}
+Group:          System/Libraries
+
+%description -n libgcalc-%{sover}
+This package contains the shared library for %{name}.
+
+%package devel
+Summary:        Development files for %{name}
+Group:          Development/Libraries/GNOME
+Requires:       %{name} = %{version}
+Requires:       libgcalc-%{sover} = %{version}
+
+%description devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
 %lang_package
 
 %prep
@@ -73,6 +93,9 @@
 %check
 %meson_test
 
+%post -n libgcalc-%{sover} -p /sbin/ldconfig
+%postun -n libgcalc-%{sover} -p /sbin/ldconfig
+
 %files
 %license COPYING
 %doc NEWS
@@ -93,6 +116,22 @@
 
%{_datadir}/gnome-shell/search-providers/org.gnome.Calculator-search-provider.ini
 %{_libexecdir}/gnome-calculator-search-provider
 
+%files -n libgcalc-%{sover}
+%{_libdir}/libgcalc-1.so.*
+
+%files devel
+%dir %{_includedir}/gcalc-1
+%dir %{_includedir}/gcalc-1/gcalc
+%{_includedir}/gcalc-1/gcalc/gcalc.h
+%{_libdir}/libgcalc-1.so
+%{_libdir}/pkgconfig/gcalc-1.pc
+%dir %{_datadir}/gir-1.0
+%{_datadir}/gir-1.0/GCalc-1.gir
+%dir %{_datadir}/vala
+%dir %{_datadir}/vala/vapi
+%{_datadir}/vala/vapi/gcalc-1.deps
+%{_datadir}/vala/vapi/gcalc-1.vapi
+
 %files lang -f %{name}.lang
 
 %changelog

++++++ gnome-calculator-3.32.2.tar.xz -> gnome-calculator-3.34.1.tar.xz ++++++
++++ 31216 lines of diff (skipped)


Reply via email to