Accepting request 252118 from GNOME:Factory
Push GNOME 3.14.0 (forwarded request 251879 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/252118 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-calculator?expand=0&rev=16
This commit is contained in:
commit
ca63b7def3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15a75bbe19f6d2280d864f0504f6fc5b1f148fea9738b5548b64b7b8c0c64740
|
||||
size 1213544
|
3
gnome-calculator-3.14.0.tar.xz
Normal file
3
gnome-calculator-3.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:910e5b5728aa71af2302be3a5d394fc28bb16e1e085f272bfab6f0eb6fe528de
|
||||
size 1301488
|
@ -1,3 +1,67 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 16:59:48 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.14.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 15 20:08:58 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.13.92:
|
||||
+ Fix: Documentation.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,20 +17,20 @@
|
||||
|
||||
|
||||
Name: gnome-calculator
|
||||
Version: 3.12.1
|
||||
Version: 3.14.0
|
||||
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.14/%{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
|
||||
|
Loading…
Reference in New Issue
Block a user