Hello community,
here is the log from the commit of package pantheon-calculator for
openSUSE:Factory checked in at 2017-08-16 16:19:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pantheon-calculator (Old)
and /work/SRC/openSUSE:Factory/.pantheon-calculator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pantheon-calculator"
Wed Aug 16 16:19:58 2017 rev:3 rq:517085 version:0.1.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/pantheon-calculator/pantheon-calculator.changes
2017-01-24 10:38:38.077820456 +0100
+++
/work/SRC/openSUSE:Factory/.pantheon-calculator.new/pantheon-calculator.changes
2017-08-16 16:25:12.272606203 +0200
@@ -1,0 +2,13 @@
+Mon Aug 14 18:11:36 UTC 2017 - [email protected]
+
+- Update to 0.1.3:
+ * Set has_subtitle to false (#28)
+ * RDNN most of the things (#29)
+ * Fixes occasional result of -0 (#26)
+ * Update issues URL (#27)
+ * Screenshot (#25)
+ * remove about dialog (#24)
+ * Create CODE_OF_CONDUCT.md (#19)
+- Change the sourceurl to git
+
+-------------------------------------------------------------------
Old:
----
pantheon-calculator-0.1.2.tar.xz
New:
----
calculator-0.1.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pantheon-calculator.spec ++++++
--- /var/tmp/diff_new_pack.2pzrTl/_old 2017-08-16 16:25:20.315477233 +0200
+++ /var/tmp/diff_new_pack.2pzrTl/_new 2017-08-16 16:25:20.319476671 +0200
@@ -17,13 +17,13 @@
Name: pantheon-calculator
-Version: 0.1.2
+Version: 0.1.3
Release: 0
Summary: An elementary app for simple calculation
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
+Source:
https://github.com/elementary/calculator/archive/%{version}.tar.gz#/calculator-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: gcc-c++
@@ -43,7 +43,7 @@
%lang_package
%prep
-%setup -q
+%setup -q -n calculator-%{version}
%build
%cmake
@@ -53,24 +53,26 @@
%cmake_install
%suse_update_desktop_file -r -G "Simple Calculator" org.pantheon.calculator
GTK Utility Calculator
%fdupes %{buildroot}%{_datadir}/locale
-
-%find_lang %{name}
+%find_lang io.elementary.calculator %{name}.lang
%post
+%desktop_database_post
%glib2_gsettings_schema_post
%postun
+%desktop_database_postun
%glib2_gsettings_schema_postun
%files
%defattr(-,root,root)
%doc AUTHORS COPYING
-%{_bindir}/%{name}
+%{_bindir}/io.elementary.calculator
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/org.pantheon.calculator.appdata.xml
%{_datadir}/applications/org.pantheon.calculator.desktop
%{_datadir}/glib-2.0/schemas/org.pantheon.calculator.gschema.xml
-%{_datadir}/appdata/org.pantheon.calculator.appdata.xml
-%dir %{_datadir}/appdata
%files lang -f %{name}.lang
+%defattr(-,root,root)
%changelog