Hello community, here is the log from the commit of package synapse for openSUSE:Factory checked in at 2018-03-13 10:23:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/synapse (Old) and /work/SRC/openSUSE:Factory/.synapse.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "synapse" Tue Mar 13 10:23:58 2018 rev:17 rq:585846 version:0.2.99.3 Changes: -------- --- /work/SRC/openSUSE:Factory/synapse/synapse.changes 2017-04-28 09:13:30.576337144 +0200 +++ /work/SRC/openSUSE:Factory/.synapse.new/synapse.changes 2018-03-13 10:24:06.365625195 +0100 @@ -1,0 +2,11 @@ +Fri Mar 9 20:03:28 UTC 2018 - [email protected] + +- Update to version 0.2.99.3: + + Bugs fixed: lp#1219314, lp#1554618, lp#1570442, lp#1637777, + lp#1080755, lp#1504433, lp#1738964. +- Drop synapse-0.2.99.2-fix-nonmatching-generic-types.patch: Fixed + upstream. +- Clean up spec via spec-cleaner, use autosetup macro, + conditionally run post(un) for older versions of openSUSE only. + +------------------------------------------------------------------- Old: ---- synapse-0.2.99.2-fix-nonmatching-generic-types.patch synapse-0.2.99.2.tar.xz New: ---- synapse-0.2.99.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ synapse.spec ++++++ --- /var/tmp/diff_new_pack.CAnkYC/_old 2018-03-13 10:24:07.493584782 +0100 +++ /var/tmp/diff_new_pack.CAnkYC/_new 2018-03-13 10:24:07.497584638 +0100 @@ -1,7 +1,7 @@ # # spec file for package synapse # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -17,15 +17,14 @@ Name: synapse -Version: 0.2.99.2 +Version: 0.2.99.3 Release: 0 Summary: A semantic launcher for GNOME -License: GPL-3.0+ +License: GPL-3.0-or-later Group: System/GUI/GNOME -Url: https://launchpad.net/synapse-project +URL: https://launchpad.net/synapse-project Source: https://launchpad.net/synapse-project/0.3/%{version}/+download/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM synapse-0.2.99.2-fix-nonmatching-generic-types.patch [email protected] -- Fix non-matching generic types. -Patch0: synapse-0.2.99.2-fix-nonmatching-generic-types.patch + BuildRequires: intltool BuildRequires: pkgconfig BuildRequires: update-desktop-files @@ -50,18 +49,20 @@ %lang_package %prep -%setup -q -%patch0 -p1 +%autosetup %build -%configure --disable-static -make %{?_smp_mflags} V=1 +%configure \ + --disable-static \ + %{nil} +make %{?_smp_mflags} %install %make_install %find_lang %{name} %suse_update_desktop_file %{name} X-SuSE-DesktopUtility +%if 0%{?suse_version} < 1500 %post %icon_theme_cache_post %desktop_database_post @@ -69,16 +70,16 @@ %postun %icon_theme_cache_postun %desktop_database_postun +%endif %files -%defattr(-,root,root) -%doc AUTHORS COPYING +%license COPYING +%doc AUTHORS %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_mandir}/man1/%{name}.1%{?ext_man} %files lang -f %{name}.lang -%defattr(-,root,root) %changelog ++++++ synapse-0.2.99.2.tar.xz -> synapse-0.2.99.3.tar.xz ++++++ ++++ 42494 lines of diff (skipped)
