Hello community,
here is the log from the commit of package pantheon-calculator for
openSUSE:Factory checked in at 2017-01-24 10:38:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pantheon-calculator (Old)
and /work/SRC/openSUSE:Factory/.pantheon-calculator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pantheon-calculator"
Changes:
--------
--- /work/SRC/openSUSE:Factory/pantheon-calculator/pantheon-calculator.changes
2016-11-14 20:12:47.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.pantheon-calculator.new/pantheon-calculator.changes
2017-01-24 10:38:38.077820456 +0100
@@ -1,0 +2,11 @@
+Fri Jan 20 20:24:22 UTC 2017 - [email protected]
+
+- Update to 0.1.2:
+ * Launchpad automatic translations update.
+ * Fix multiple calculators being always displaying the same
+ content as others
+ * Ctrl+Q for quitting, remember window position.
+ * Set basic grid alignment to FILL
+ * Vertically center and expand the entry
+
+-------------------------------------------------------------------
Old:
----
pantheon-calculator-0.1.1.tar.xz
New:
----
pantheon-calculator-0.1.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pantheon-calculator.spec ++++++
--- /var/tmp/diff_new_pack.562gTE/_old 2017-01-24 10:38:38.873707419 +0100
+++ /var/tmp/diff_new_pack.562gTE/_new 2017-01-24 10:38:38.877706851 +0100
@@ -1,7 +1,7 @@
#
# spec file for package pantheon-calculator
#
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,27 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: pantheon-calculator
-Version: 0.1.1
+Version: 0.1.2
Release: 0
-License: GPL-3.0
Summary: An elementary app for simple calculation
-Url: https://launchpad.net/pantheon-calculator
+License: GPL-3.0
Group: Productivity/Scientific/Math
+Url: https://launchpad.net/pantheon-calculator
Source:
https://launchpad.net/pantheon-calculator/0.4-loki/%{version}/+download/%{name}-%{version}.tar.xz
-BuildRequires: gcc-c++
BuildRequires: cmake
+BuildRequires: fdupes
+BuildRequires: gcc-c++
+BuildRequires: intltool
+BuildRequires: update-desktop-files
BuildRequires: vala >= 0.26.0
+BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(granite)
BuildRequires: pkgconfig(gtk+-3.0)
-BuildRequires: pkgconfig(glib-2.0)
-BuildRequires: update-desktop-files
-BuildRequires: fdupes
-BuildRequires: intltool
-%glib2_gsettings_schema_requires
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+%glib2_gsettings_schema_requires
%description
A tiny, simple calculator written in GTK+ and Vala.
@@ -50,7 +51,7 @@
%install
%cmake_install
-%suse_update_desktop_file -r -G "Simple Calculator" %{name} GTK Utility
Calculator
+%suse_update_desktop_file -r -G "Simple Calculator" org.pantheon.calculator
GTK Utility Calculator
%fdupes %{buildroot}%{_datadir}/locale
%find_lang %{name}
@@ -65,9 +66,11 @@
%defattr(-,root,root)
%doc AUTHORS COPYING
%{_bindir}/%{name}
-%{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/org.pantheon.calculator.desktop
%{_datadir}/glib-2.0/schemas/org.pantheon.calculator.gschema.xml
-%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/appdata/org.pantheon.calculator.appdata.xml
%dir %{_datadir}/appdata
%files lang -f %{name}.lang
+
+%changelog
++++++ pantheon-calculator-0.1.1.tar.xz -> pantheon-calculator-0.1.2.tar.xz
++++++
++++ 5392 lines of diff (skipped)