Hello community, here is the log from the commit of package yaics for openSUSE:Factory checked in at 2020-08-18 12:00:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yaics (Old) and /work/SRC/openSUSE:Factory/.yaics.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yaics" Tue Aug 18 12:00:56 2020 rev:5 rq:827394 version:0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/yaics/yaics.changes 2017-08-12 20:27:45.319380166 +0200 +++ /work/SRC/openSUSE:Factory/.yaics.new.3399/yaics.changes 2020-08-18 12:02:59.663423071 +0200 @@ -1,0 +2,6 @@ +Mon Aug 17 16:57:11 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 0.6: + * bugfixes + +------------------------------------------------------------------- Old: ---- yaics-0.5.2.tar.gz New: ---- yaics-0.6-1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yaics.spec ++++++ --- /var/tmp/diff_new_pack.p1XOI4/_old 2020-08-18 12:03:00.547423192 +0200 +++ /var/tmp/diff_new_pack.p1XOI4/_new 2020-08-18 12:03:00.551423192 +0200 @@ -1,7 +1,7 @@ # # spec file for package yaics # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,20 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define _version 0.5-2 -%define _rev 44979a56d9c659be68c10794cec501f29f5b942b Name: yaics -Version: 0.5.2 +Version: 0.6 Release: 0 Summary: A simple GNU social client written in C++/Qt -License: GPL-3.0+ +License: GPL-3.0-or-later Group: System/GUI/Other -Url: https://gitlab.com/stigatle/yaics -Source: https://gitlab.com/stigatle/%{name}/repository/archive.tar.gz?ref=%{_version}#/%{name}-%{version}.tar.gz +URL: https://gitlab.com/stigatle/yaics +Source: https://gitlab.com/stigatle/yaics/-/archive/%{version}-1/yaics-%{version}-1.tar.gz BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: pkgconfig @@ -44,11 +42,11 @@ licensed under the GNU GPL 3.0 (or later). %prep -%setup -q -n %{name}-%{_version}-%{_rev} +%setup -q -n %{name}-%{version}-1 %build %qmake5 PREFIX=%{_prefix} -make %{?_smp_mflags} V=1 +%make_build %install %qmake5_install @@ -62,8 +60,8 @@ %icon_theme_cache_postun %files -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING README.md +%license COPYING +%doc AUTHORS ChangeLog README.md %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/*.png
