diff --git a/gnome-calculator-3.16.2.tar.xz b/gnome-calculator-3.16.2.tar.xz deleted file mode 100644 index ea77b3b..0000000 --- a/gnome-calculator-3.16.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4c6ca7e0eda0dbb7d5cfb85ee9fe3351b1d8bd1bf05ce890939374b95e230a0 -size 1437060 diff --git a/gnome-calculator-3.17.3.tar.xz b/gnome-calculator-3.17.3.tar.xz new file mode 100644 index 0000000..721488e --- /dev/null +++ b/gnome-calculator-3.17.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd682ba385ff31b421466ab214cd7843a975a17f8913457ee78b7fac5ee9b90 +size 1440200 diff --git a/gnome-calculator.changes b/gnome-calculator.changes index 9da7159..4fd6b99 100644 --- a/gnome-calculator.changes +++ b/gnome-calculator.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jun 25 18:28:50 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.3: + + Update: Stop using gnome-common. + + Fix: Remove incorrect assertion in search provider. + +------------------------------------------------------------------- +Fri Jun 12 20:51:05 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.17.2: + + Split many files into an internal convenience library. + + Remove workaround for bgo#737222. + + Updated translations. +- Pass --disable-static to configure: we do not have a use for the + internal helper library as a static lib. + ------------------------------------------------------------------- Fri Jun 12 19:58:01 UTC 2015 - zaitor@opensuse.org diff --git a/gnome-calculator.spec b/gnome-calculator.spec index daf4b62..fb76ec5 100644 --- a/gnome-calculator.spec +++ b/gnome-calculator.spec @@ -17,13 +17,13 @@ Name: gnome-calculator -Version: 3.16.2 +Version: 3.17.3 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.16/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-calculator/3.17/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: intltool >= 0.50 BuildRequires: mpfr-devel @@ -62,11 +62,13 @@ search results from GNOME Calculator. translation-update-upstream %build -%configure +%configure \ + --disable-static make %{?_smp_mflags} %install %make_install +find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print %suse_update_desktop_file %{name} Calculator %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot} @@ -91,6 +93,8 @@ rm -rf %{buildroot} %{_datadir}/appdata/%{name}.appdata.xml %{_datadir}/applications/*.desktop %{_datadir}/glib-2.0/schemas/org.gnome.calculator.gschema.xml +%dir %{_libdir}/gnome-calculator/ +%{_libdir}/gnome-calculator/libcalculator.so %doc %{_mandir}/man?/*.* %files -n gnome-shell-search-provider-gnome-calculator