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
This commit is contained in:
parent
bc0b0119af
commit
2da266bf38
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8dba14b449a6a141aaf86b2ce8d8722bd03b3c398892ba583127d2a2995e52ca
|
||||
size 1324432
|
3
gnome-calculator-3.23.90.tar.xz
Normal file
3
gnome-calculator-3.23.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc0a4340d5d9d737b622235a091a732a85d727188fd22ec0311eaa7da2058ad8
|
||||
size 1340724
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user