From 2da266bf3859037786a1f41c34d35c29924a4f2835b11794dd09d108a150d4b7 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 22 Feb 2017 20:42:13 +0000 Subject: [PATCH 1/4] Accepting request 459892 from GNOME:Next scripted push OBS-URL: https://build.opensuse.org/request/show/459892 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calculator?expand=0&rev=76 --- gnome-calculator-3.22.3.tar.xz | 3 -- gnome-calculator-3.23.90.tar.xz | 3 ++ gnome-calculator.changes | 74 +++++++++++++++++++++++++++++++++ gnome-calculator.spec | 13 +++--- 4 files changed, 84 insertions(+), 9 deletions(-) delete mode 100644 gnome-calculator-3.22.3.tar.xz create mode 100644 gnome-calculator-3.23.90.tar.xz diff --git a/gnome-calculator-3.22.3.tar.xz b/gnome-calculator-3.22.3.tar.xz deleted file mode 100644 index 49f4138..0000000 --- a/gnome-calculator-3.22.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dba14b449a6a141aaf86b2ce8d8722bd03b3c398892ba583127d2a2995e52ca -size 1324432 diff --git a/gnome-calculator-3.23.90.tar.xz b/gnome-calculator-3.23.90.tar.xz new file mode 100644 index 0000000..0200521 --- /dev/null +++ b/gnome-calculator-3.23.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0a4340d5d9d737b622235a091a732a85d727188fd22ec0311eaa7da2058ad8 +size 1340724 diff --git a/gnome-calculator.changes b/gnome-calculator.changes index 1a6dad5..c3e7866 100644 --- a/gnome-calculator.changes +++ b/gnome-calculator.changes @@ -1,3 +1,77 @@ +------------------------------------------------------------------- +Wed Feb 15 08:47:55 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.23.90: + + Fixed unit conversion from negative constant numbers + (bgo#778311). + + Better error highlighting. + + Fix null token causing segfault. + + Set application id (bgo#778228). + + Documentation for the history view (bgo#681935). + + Added Desktop Publishing Point length unit (bgo#778449). + + Use angle units from settings in search provider (bgo#778274). + + Fixed incorrect value for ans in variable popup (bgo#778242). + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 15 03:23:04 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.23.4: + + Bugs fixed: bgo#773688, bgo#775759. + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 15 03:23:03 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.23.3: + + Flatpak packaging fixes. + + Added additional temperature unit shortcuts for conversion + (bgo#775300). + + Use proper chain-up syntax. + + Updated translations. +- Change desktop files call in suse_update_desktop_file macro run. + +------------------------------------------------------------------- +Wed Feb 15 03:23:02 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.23.2: + + Remember window position. + + Use Unicode in translatable strings. + + Use GtkPopovers for memory and function buttons (bgo#748742). + + Updated translations. + +------------------------------------------------------------------- +Wed Feb 15 03:23:01 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.23.1: + + Migrate to GtkGrid from deprecated GtkTable API (bgo#767394). + + Use localized window title (bgo#768432). + + Preferences dialog update (bgo#746599). + + Add option to start window in mode (bgo#748135). + + Fix help typo (bgo#748894). + + Fix reusing items from history (bgo#766155). + + Use MPC for complex numbers (bgo#759439). + + Fix bit panel and base label when base has changed + (bgo#732685). + + Ctrl+Backspace should delete only the last number (bgo#725114). + + Use Actions for buttons (bgo#771635). + + Add round, floor, ceil, sgn to docs (bgo#748895). + + Rename Pound Sterling to British Pound Sterling (bgo#664366). + + Fix possible errors on currency conversion (bgo#750672). + + Add new window appmenu entry (bgo#724478). + + Fix markup error in about (bgo#772990). + + Add accels for changing mode (bgo#740503). + + History view styling (bgo#743499). + + Window layout fixes (bgo#743538). + + Remov unnecessary scrolledwindow (bgo#768656). + + Add keyboard shortcuts window (bgo#772735). + + Fix first expression with parentheses (bgo#700617). + + Add shortcut to close current window (bgo#755398). + + Fix conversion unit change (bgo#748732). + + Fixed conversion user interface for LTR (bgo#711587). + + Updated translations. +- Add mpc-devel BuildRequires: new dependency. + ------------------------------------------------------------------- Mon Feb 13 21:29:39 UTC 2017 - zaitor@opensuse.org diff --git a/gnome-calculator.spec b/gnome-calculator.spec index ae67f66..2c11e3d 100644 --- a/gnome-calculator.spec +++ b/gnome-calculator.spec @@ -17,15 +17,16 @@ Name: gnome-calculator -Version: 3.22.3 +Version: 3.23.90 Release: 0 Summary: A GNOME Calculator Application License: GPL-3.0+ Group: Productivity/Scientific/Math Url: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-calculator/3.22/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-calculator/3.23/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: intltool >= 0.50 +BuildRequires: mpc-devel BuildRequires: mpfr-devel %if !0%{?is_opensuse} BuildRequires: translation-update-upstream @@ -34,7 +35,7 @@ BuildRequires: update-desktop-files BuildRequires: yelp-tools BuildRequires: pkgconfig(gio-2.0) >= 2.40 BuildRequires: pkgconfig(gobject-2.0) -BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.6 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.3 BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.15.1 BuildRequires: pkgconfig(libsoup-2.4) >= 2.42 BuildRequires: pkgconfig(libxml-2.0) @@ -70,7 +71,7 @@ make %{?_smp_mflags} %install %make_install find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print -%suse_update_desktop_file %{name} Calculator +%suse_update_desktop_file org.gnome.Calculator %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot} @@ -91,7 +92,7 @@ rm -rf %{buildroot} %doc %{_datadir}/help/C/%{name} %{_bindir}/* %dir %{_datadir}/appdata -%{_datadir}/appdata/%{name}.appdata.xml +%{_datadir}/appdata/org.gnome.Calculator.appdata.xml %{_datadir}/applications/*.desktop %{_datadir}/glib-2.0/schemas/org.gnome.calculator.gschema.xml %dir %{_libdir}/gnome-calculator/ @@ -103,7 +104,7 @@ rm -rf %{buildroot} %{_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 +%{_datadir}/gnome-shell/search-providers/org.gnome.Calculator-search-provider.ini %{_libexecdir}/gnome-calculator-search-provider %files lang -f %{name}.lang From f29c12faf8c63a9bded859f50ad8fe89eea22d6b3f6463ebca9a7087395f236d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 28 Feb 2017 21:40:16 +0000 Subject: [PATCH 2/4] Accepting request 460956 from GNOME:Next Scripted push of GNOME:Next OBS-URL: https://build.opensuse.org/request/show/460956 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calculator?expand=0&rev=77 --- gnome-calculator-3.23.90.tar.xz | 3 --- gnome-calculator-3.23.91.tar.xz | 3 +++ gnome-calculator.changes | 6 ++++++ gnome-calculator.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 gnome-calculator-3.23.90.tar.xz create mode 100644 gnome-calculator-3.23.91.tar.xz diff --git a/gnome-calculator-3.23.90.tar.xz b/gnome-calculator-3.23.90.tar.xz deleted file mode 100644 index 0200521..0000000 --- a/gnome-calculator-3.23.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc0a4340d5d9d737b622235a091a732a85d727188fd22ec0311eaa7da2058ad8 -size 1340724 diff --git a/gnome-calculator-3.23.91.tar.xz b/gnome-calculator-3.23.91.tar.xz new file mode 100644 index 0000000..7ebbe51 --- /dev/null +++ b/gnome-calculator-3.23.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38df51ba9335dc9f6e9c15db747312d8dc5b45f6e28b30c500961499bd3484e +size 1345156 diff --git a/gnome-calculator.changes b/gnome-calculator.changes index c3e7866..d915469 100644 --- a/gnome-calculator.changes +++ b/gnome-calculator.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 27 21:44:46 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.23.91: + + Updated translations. + ------------------------------------------------------------------- Wed Feb 15 08:47:55 UTC 2017 - dimstar@opensuse.org diff --git a/gnome-calculator.spec b/gnome-calculator.spec index 2c11e3d..ccf57e7 100644 --- a/gnome-calculator.spec +++ b/gnome-calculator.spec @@ -17,7 +17,7 @@ Name: gnome-calculator -Version: 3.23.90 +Version: 3.23.91 Release: 0 Summary: A GNOME Calculator Application License: GPL-3.0+ From 98d93bc673857a389f21107b41afa3a8561fe63e8a529b19b1c1c0e25d38a76b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 14 Mar 2017 18:45:24 +0000 Subject: [PATCH 3/4] Accepting request 479224 from GNOME:Next Update to 3.23.92 OBS-URL: https://build.opensuse.org/request/show/479224 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calculator?expand=0&rev=78 --- gnome-calculator-3.23.91.tar.xz | 3 --- gnome-calculator-3.23.92.tar.xz | 3 +++ gnome-calculator.changes | 7 +++++++ gnome-calculator.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 gnome-calculator-3.23.91.tar.xz create mode 100644 gnome-calculator-3.23.92.tar.xz diff --git a/gnome-calculator-3.23.91.tar.xz b/gnome-calculator-3.23.91.tar.xz deleted file mode 100644 index 7ebbe51..0000000 --- a/gnome-calculator-3.23.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c38df51ba9335dc9f6e9c15db747312d8dc5b45f6e28b30c500961499bd3484e -size 1345156 diff --git a/gnome-calculator-3.23.92.tar.xz b/gnome-calculator-3.23.92.tar.xz new file mode 100644 index 0000000..8679bec --- /dev/null +++ b/gnome-calculator-3.23.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043afda9fd602fba5f05e6aba2dbe2002a249acdf7c6ee0f209693ff8fdfdb32 +size 1347064 diff --git a/gnome-calculator.changes b/gnome-calculator.changes index d915469..6591b52 100644 --- a/gnome-calculator.changes +++ b/gnome-calculator.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 14 10:34:48 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.23.92: + + Added flatpak manifest. + + Updated translations. + ------------------------------------------------------------------- Mon Feb 27 21:44:46 UTC 2017 - zaitor@opensuse.org diff --git a/gnome-calculator.spec b/gnome-calculator.spec index ccf57e7..2096114 100644 --- a/gnome-calculator.spec +++ b/gnome-calculator.spec @@ -17,7 +17,7 @@ Name: gnome-calculator -Version: 3.23.91 +Version: 3.23.92 Release: 0 Summary: A GNOME Calculator Application License: GPL-3.0+ From abf1aca2d67766008a649f7002a54489a9ff81957cff331300cb7e6e980855fa Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 21 Mar 2017 11:12:12 +0000 Subject: [PATCH 4/4] Accepting request 481688 from GNOME:Next New stable rel OBS-URL: https://build.opensuse.org/request/show/481688 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calculator?expand=0&rev=79 --- gnome-calculator-3.23.92.tar.xz | 3 --- gnome-calculator-3.24.0.tar.xz | 3 +++ gnome-calculator.changes | 6 ++++++ gnome-calculator.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 gnome-calculator-3.23.92.tar.xz create mode 100644 gnome-calculator-3.24.0.tar.xz diff --git a/gnome-calculator-3.23.92.tar.xz b/gnome-calculator-3.23.92.tar.xz deleted file mode 100644 index 8679bec..0000000 --- a/gnome-calculator-3.23.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:043afda9fd602fba5f05e6aba2dbe2002a249acdf7c6ee0f209693ff8fdfdb32 -size 1347064 diff --git a/gnome-calculator-3.24.0.tar.xz b/gnome-calculator-3.24.0.tar.xz new file mode 100644 index 0000000..4d33268 --- /dev/null +++ b/gnome-calculator-3.24.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44758ac719edd20067381073de3c643f842308f26da039412b1978a415202d10 +size 1358368 diff --git a/gnome-calculator.changes b/gnome-calculator.changes index 6591b52..afc31ed 100644 --- a/gnome-calculator.changes +++ b/gnome-calculator.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 21 08:46:02 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.24.0: + + Updated translations. + ------------------------------------------------------------------- Tue Mar 14 10:34:48 UTC 2017 - dimstar@opensuse.org diff --git a/gnome-calculator.spec b/gnome-calculator.spec index 2096114..d8b0c11 100644 --- a/gnome-calculator.spec +++ b/gnome-calculator.spec @@ -17,13 +17,13 @@ Name: gnome-calculator -Version: 3.23.92 +Version: 3.24.0 Release: 0 Summary: A GNOME Calculator Application License: GPL-3.0+ Group: Productivity/Scientific/Math Url: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-calculator/3.23/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-calculator/3.24/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: intltool >= 0.50 BuildRequires: mpc-devel