Hello community, here is the log from the commit of package viewnior for openSUSE:Factory checked in at 2018-05-29 10:30:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/viewnior (Old) and /work/SRC/openSUSE:Factory/.viewnior.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "viewnior" Tue May 29 10:30:14 2018 rev:15 rq:610314 version:1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/viewnior/viewnior.changes 2015-12-21 12:05:31.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.viewnior.new/viewnior.changes 2018-05-29 10:30:16.716927036 +0200 @@ -1,0 +2,20 @@ +Fri May 18 11:21:54 UTC 2018 - [email protected] + +- Ensure neutrality of description. + +------------------------------------------------------------------- +Wed May 16 14:02:57 UTC 2018 - [email protected] + +- Update to 1.7. + * Show image dimensions to title bar. + * Add option to hide the scrollbars. + * Wallpaper support for Cinnamon, Puppylinux, and autodetect DE. + * Fix setting wallpaper on XFCE 4.12+ and MATE. + * Updated translations. + * Move to the Meson Build system. +- Add viewnior-appdata_file.patch: fix the appdata.xml file. +- Remove BuildRequires: gnome-common, intltool. +- Add BuildRequires: meson, ninja. +- Correct the source URL. + +------------------------------------------------------------------- Old: ---- viewnior-1.6.tar.gz New: ---- viewnior-1.7.tar.gz viewnior-appdata_file.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ viewnior.spec ++++++ --- /var/tmp/diff_new_pack.3TdslP/_old 2018-05-29 10:30:18.640855964 +0200 +++ /var/tmp/diff_new_pack.3TdslP/_new 2018-05-29 10:30:18.644855817 +0200 @@ -1,7 +1,7 @@ # # spec file for package viewnior # -# Copyright (c) 2015 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,26 +17,27 @@ Name: viewnior -Version: 1.6 +Version: 1.7 Release: 0 -Summary: Elegant Image Viewer -License: GPL-3.0+ +Summary: An Image Viewer +License: GPL-3.0-or-later Group: Productivity/Graphics/Viewers -Url: http://siyanpanayotov.com/project/viewnior/ -Source0: https://github.com/xsisqox/Viewnior/archive/%{name}-%{version}.tar.gz +URL: http://siyanpanayotov.com/project/viewnior/ +Source0: https://github.com/hellosiyan/Viewnior/archive/%{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM viewnior-appdata_file.patch [email protected] -- fix the appdata.xml file +Patch0: viewnior-appdata_file.patch BuildRequires: gcc-c++ -BuildRequires: gnome-common -BuildRequires: intltool +BuildRequires: meson >= 0.43.0 +BuildRequires: ninja +BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(exiv2) BuildRequires: pkgconfig(gtk+-2.0) Recommends: %{name}-lang -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Viewnior is an image viewer program. Created to be simple, fast and elegant. -It's minimalistic interface provides more screen space for your images. Among -its features are: +Viewnior is an image viewer program with a minimal interface. +Its features are: * Fullscreen & Slideshow * Rotate, flip, save, delete images @@ -50,19 +51,23 @@ %prep %setup -q -n Viewnior-%{name}-%{version} +%patch0 -p1 # fix spurious executable perms -chmod 0644 AUTHORS COPYING NEWS README TODO src/* +chmod 0644 AUTHORS COPYING NEWS src/* data/icons/scalable/apps/viewnior.svg %build -./autogen.sh -%configure -make %{?_smp_mflags} +%meson +cd build +%ninja_build %install -%make_install +cd build +%ninja_install +cd .. %find_lang %{name} %{?no_lang_C} %suse_update_desktop_file -r -G "Elegant Image Viewer" %{name} Graphics Viewer GTK +%if 0%{?suse_version} && 0%{?suse_version} < 1500 %post %desktop_database_post %icon_theme_cache_post @@ -70,13 +75,15 @@ %postun %desktop_database_postun %icon_theme_cache_postun +%endif %files -%defattr(-,root,root,-) -%doc AUTHORS COPYING NEWS README TODO +%license COPYING +%doc AUTHORS NEWS README.md TODO %{_bindir}/%{name} -%{_datadir}/applications/%{name}.desktop %{_datadir}/%{name}/ +%{_datadir}/appdata/%{name}.appdata.xml +%{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.* %{_mandir}/man*/%{name}.* ++++++ viewnior-1.6.tar.gz -> viewnior-1.7.tar.gz ++++++ ++++ 8160 lines of diff (skipped) ++++++ viewnior-appdata_file.patch ++++++ Index: Viewnior-viewnior-1.7/data/viewnior.appdata.xml =================================================================== --- Viewnior-viewnior-1.7.orig/data/viewnior.appdata.xml +++ Viewnior-viewnior-1.7/data/viewnior.appdata.xml @@ -22,5 +22,5 @@ <screenshot><image>https://siyanpanayotov.com/images/vnr_pref_window.png</image></screenshot> <screenshot><image>https://siyanpanayotov.com/images/vnr_navigation_window.png</image></screenshot> </screenshots> - <update_contact>contact_AT_siyanpanayotov.com</updatecontact> -</application> \ No newline at end of file + <updatecontact>contact_AT_siyanpanayotov.com</updatecontact> +</component>
