From 2abb6f0b0866b1c66253f3effa5ee0a112e75ac88158f1168ce5ef567d3f5b41 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 23 Aug 2014 11:54:17 +0000 Subject: [PATCH] Accepting request 245863 from GNOME:Next Push GNOME 3.13.90 to the devel repo OBS-URL: https://build.opensuse.org/request/show/245863 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calculator?expand=0&rev=31 --- gnome-calculator-3.12.1.tar.xz | 3 -- gnome-calculator-3.13.90.tar.xz | 3 ++ gnome-calculator.changes | 51 +++++++++++++++++++++++++++++++++ gnome-calculator.spec | 26 ++++++++++++++--- 4 files changed, 76 insertions(+), 7 deletions(-) delete mode 100644 gnome-calculator-3.12.1.tar.xz create mode 100644 gnome-calculator-3.13.90.tar.xz diff --git a/gnome-calculator-3.12.1.tar.xz b/gnome-calculator-3.12.1.tar.xz deleted file mode 100644 index 120daa7..0000000 --- a/gnome-calculator-3.12.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15a75bbe19f6d2280d864f0504f6fc5b1f148fea9738b5548b64b7b8c0c64740 -size 1213544 diff --git a/gnome-calculator-3.13.90.tar.xz b/gnome-calculator-3.13.90.tar.xz new file mode 100644 index 0000000..2f1168d --- /dev/null +++ b/gnome-calculator-3.13.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc99ef24dd7ab46446e0e444c29d19d69635b08ba1a1b9479bc1d7461f4eee0d +size 1295460 diff --git a/gnome-calculator.changes b/gnome-calculator.changes index 95b86e4..f16ccde 100644 --- a/gnome-calculator.changes +++ b/gnome-calculator.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Tue Aug 19 06:45:45 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.90: + + Fix: test install. + + Updated translations. + +------------------------------------------------------------------- +Thu Jul 17 11:06:43 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.3: + + New features: + - Calculator search provider. + - Tests in release tarball. + - Localized radix character from command-line. + + Bugs fixed: + - Restore previous answer on undo. + - Segfault on undo beyond history. + - Malformed expression error on base change. + - Critical warnings when entering Financial Mode. + - Fix gcalccmd crash. + - gcalccmd now exits with new-line. + - Reset text in new function pop-up. + - Removed redundent calls to notify_property(). + - Use layout based decimal saperator on numberpad. + - Appdata: add default screenshot. + - Don't create fundamental types. + - Typo in step definition filelist. + - Removed: Latvian lats from default currencies. + + Updated translations. +- Split new package gnome-shell-search-provider-gnome-calculator. + +------------------------------------------------------------------- +Sat Jul 12 20:51:01 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.2: + + Use popover to change mode. + + Use headerbar for preference dialog. + + Update: GTK+ and vala dependencies. + + Update: Modernize option parsing. + + Update: URLs in doap file. + + Update: License fields in appdata. + + Fix: Ignore libtool files. + + Fix: Failing test-case due to updated libc. + + Fix: Crash due to non-validated return iterator. + + Fix: Close popover after changing mode. + + Fix: Focus input field after mode change. + + Fix: Mark image not translatable. + + Fix: Crash on sub/superscript with trailing space. + + Updated translations. + ------------------------------------------------------------------- Thu Apr 10 09:00:21 UTC 2014 - dimstar@opensuse.org diff --git a/gnome-calculator.spec b/gnome-calculator.spec index 36019e2..2a2d1fc 100644 --- a/gnome-calculator.spec +++ b/gnome-calculator.spec @@ -17,20 +17,20 @@ Name: gnome-calculator -Version: 3.12.1 +Version: 3.13.90 Release: 0 Summary: A GNOME Calculator Application License: GPL-2.0+ Group: Productivity/Scientific/Math Url: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-calculator/3.12/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-calculator/3.13/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: intltool >= 0.50 BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: yelp-tools -BuildRequires: pkgconfig(gio-2.0) >= 2.31 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.10 +BuildRequires: pkgconfig(gio-2.0) >= 2.40 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.6 BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.0.0 BuildRequires: pkgconfig(libxml-2.0) Recommends: %{name}-lang @@ -45,6 +45,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A GNOME calculator package based on calctool and MP library. +%package -n gnome-shell-search-provider-gnome-calculator +Summary: GNOME Calculator -- Search Provider for GNOME Shell +Group: Productivity/Scientific/Math +Supplements: packageand(gnome-shell:%{name}) +Requires: %{name} = %{version} + +%description -n gnome-shell-search-provider-gnome-calculator +This package contains a search provider to enable GNOME Shell to get +search results from GNOME Calculator. + %lang_package %prep %setup -q @@ -82,6 +92,14 @@ rm -rf %{buildroot} %{_datadir}/glib-2.0/schemas/org.gnome.calculator.gschema.xml %doc %{_mandir}/man?/*.* +%files -n gnome-shell-search-provider-gnome-calculator +%defattr (-, root, root) +%{_datadir}/dbus-1/services/org.gnome.Calculator.SearchProvider.service +%dir %{_datadir}/gnome-shell +%dir %{_datadir}/gnome-shell/search-providers +%{_datadir}/gnome-shell/search-providers/gnome-calculator-search-provider.ini +%{_libexecdir}/gnome-calculator-search-provider + %files lang -f %{name}.lang %changelog