Hello community, here is the log from the commit of package yishu for openSUSE:Factory checked in at 2018-08-31 09:52:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yishu (Old) and /work/SRC/openSUSE:Factory/.yishu.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yishu" Fri Aug 31 09:52:55 2018 rev:3 rq:628411 version:1.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/yishu/yishu.changes 2018-07-09 13:26:57.967034433 +0200 +++ /work/SRC/openSUSE:Factory/.yishu.new/yishu.changes 2018-08-31 09:52:58.341763261 +0200 @@ -1,0 +2,7 @@ +Wed Aug 1 21:35:51 UTC 2018 - [email protected] + +- Update to 1.0.8 +- Switch to metainfo from appdata +- Remove obsolete macros + +------------------------------------------------------------------- Old: ---- yishu-1.0.7.tar.gz New: ---- yishu-1.0.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yishu.spec ++++++ --- /var/tmp/diff_new_pack.qCjLar/_old 2018-08-31 09:52:58.713764200 +0200 +++ /var/tmp/diff_new_pack.qCjLar/_new 2018-08-31 09:52:58.717764210 +0200 @@ -1,7 +1,7 @@ # # spec file for package yishu # -# 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,10 +17,10 @@ Name: yishu -Version: 1.0.7 +Version: 1.0.8 Release: 0 Summary: A bespoke and simple Todo.txt client -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Office/Organizers URL: https://github.com/lainsce Source: https://github.com/lainsce/yishu/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -35,7 +35,6 @@ BuildRequires: pkgconfig(granite) >= 0.5 BuildRequires: pkgconfig(gtk+-3.0) Recommends: %{name}-lang -%glib2_gsettings_schema_requires %description Write a to-do list that will be easy to sync with most known Todo.txt clients. @@ -45,8 +44,6 @@ %prep %setup -q -sed -i 's/\bmetainfo\b/appdata/' $(grep -rwl 'metainfo') - %build %meson %meson_build @@ -69,26 +66,14 @@ done popd -%if 0%{?suse_version} < 1320 -%post -%desktop_database_post -%icon_theme_cache_post -%glib2_gsettings_schema_post - -%postun -%desktop_database_postun -%icon_theme_cache_postun -%glib2_gsettings_schema_postun -%endif - %files -f dir.lst -%doc AUTHORS LICENSE README.md +%license LICENSE +%doc AUTHORS README.md %{_bindir}/com.github.lainsce.yishu -%dir %{_datadir}/appdata -%{_datadir}/appdata/com.github.lainsce.yishu.appdata.xml %{_datadir}/applications/com.github.lainsce.yishu.desktop %{_datadir}/glib-2.0/schemas/com.github.lainsce.yishu.gschema.xml %{_datadir}/icons/hicolor/*/apps/com.github.lainsce.yishu.??g +%{_datadir}/metainfo/com.github.lainsce.yishu.appdata.xml %files lang -f %{name}.lang ++++++ yishu-1.0.7.tar.gz -> yishu-1.0.8.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yishu-1.0.7/data/com.github.lainsce.yishu.appdata.xml new/yishu-1.0.8/data/com.github.lainsce.yishu.appdata.xml --- old/yishu-1.0.7/data/com.github.lainsce.yishu.appdata.xml 2018-06-20 05:49:57.000000000 +0200 +++ new/yishu-1.0.8/data/com.github.lainsce.yishu.appdata.xml 2018-07-13 08:08:53.000000000 +0200 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <component type="desktop"> - <id>com.github.lainsce.yishu.desktop</id> + <id>com.github.lainsce.yishu</id> <metadata_license>CC0</metadata_license> <project_license>GPL-3.0+</project_license> <name>Yishu</name> @@ -18,11 +18,6 @@ <developer_name>Lains</developer_name> <url type="homepage">https://github.com/lainsce/yishu/</url> <url type="bugtracker">https://github.com/lainsce/yishu/issues</url> - <screenshots> - <screenshot type="default"> - <image>https://raw.githubusercontent.com/lainsce/yishu/master/data/shot.png</image> - </screenshot> - </screenshots> <content_rating type="oars-1.1"> <content_attribute id="violence-cartoon">none</content_attribute> <content_attribute id="violence-fantasy">none</content_attribute> @@ -52,7 +47,20 @@ <content_attribute id="money-purchasing">none</content_attribute> <content_attribute id="money-gambling">none</content_attribute> </content_rating> + <screenshots> + <screenshot type="default"> + <image>https://raw.githubusercontent.com/lainsce/yishu/master/data/shot.png</image> + </screenshot> + </screenshots> <releases> + <release version="1.0.7" date="2018-07-13"> + <description> + <p>Release: Juno Offering</p> + <ul> + <li>Juno update.</li> + </ul> + </description> + </release> <release version="1.0.6" date="2018-06-22"> <description> <p>Release: Flute Playing at an Temple</p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yishu-1.0.7/meson.build new/yishu-1.0.8/meson.build --- old/yishu-1.0.7/meson.build 2018-06-20 05:49:57.000000000 +0200 +++ new/yishu-1.0.8/meson.build 2018-07-13 08:08:53.000000000 +0200 @@ -1,6 +1,6 @@ # Name our project project('com.github.lainsce.yishu', ['vala', 'c'], - version: '1.0.6' + version: '1.0.7' ) # Import main lib files
