Hello community, here is the log from the commit of package gnome-news for openSUSE:Factory checked in at 2015-10-06 16:13:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-news (Old) and /work/SRC/openSUSE:Factory/.gnome-news.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-news" Changes: -------- New Changes file: --- /dev/null 2015-09-24 09:51:01.260026505 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-news.new/gnome-news.changes 2015-10-06 16:13:18.000000000 +0200 @@ -0,0 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 16 10:49:25 UTC 2015 - [email protected] + +- Update to version 0.0.1~20150915: + + view: provide the right number of arguments for format string + +------------------------------------------------------------------- +Tue Sep 1 13:28:33 UTC 2015 - [email protected] + +- Initial package. + New: ---- _service _servicedata gnome-news-0.0.1~20150915.tar.xz gnome-news.changes gnome-news.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-news.spec ++++++ # # spec file for package gnome-news # # Copyright (c) 2015 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ # Name: gnome-news Version: 0.0.1~20150915 Release: 0 Summary: GNOME News Reader License: GPL-3.0+ Group: Productivity/Other Url: https://github.com/ignatenkobrain/gnome-news Source: %{name}-%{version}.tar.xz BuildRequires: appstream-glib-devel BuildRequires: autoconf-archive BuildRequires: glib2-devel BuildRequires: gobject-introspection BuildRequires: hicolor-icon-theme BuildRequires: intltool BuildRequires: libtool BuildRequires: libxml2-tools BuildRequires: python3-gobject Requires: tracker-miner-rss BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description A GNOME 3 Feed Reader. %prep %setup -q %build NOCONFIGURE=1 ./autogen.sh %configure make %{?_smp_mflags} %install make DESTDIR=%{buildroot} install %{?_smp_mflags} %post %glib2_gsettings_schema_post %icon_theme_cache_post %postun %glib2_gsettings_schema_postun %icon_theme_cache_postun %files %defattr(-,root,root) %doc README COPYING %{_bindir}/%{name} %{_datadir}/%{name}/ %{_datadir}/appdata/org.gnome.News.appdata.xml %{_datadir}/applications/org.gnome.News.desktop %{_datadir}/glib-2.0/schemas/org.gnome.News.gschema.xml %{_datadir}/icons/hicolor/*/apps/%{name}*.* %{python3_sitelib}/gnomenews/ %changelog ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/ignatenkobrain/gnome-news.git</param> <param name="scm">git</param> <param name="versionformat">0.0.1~%cd</param> <param name="submodules">enable</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service name="set_version" mode="disabled"/> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/ignatenkobrain/gnome-news.git</param> <param name="changesrevision">9ec458d936b7583069cdba724c49f4caaa1f3661</param></service></servicedata>
