Hello community, here is the log from the commit of package frogr for openSUSE:Factory checked in at 2018-01-19 11:51:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/frogr (Old) and /work/SRC/openSUSE:Factory/.frogr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "frogr" Fri Jan 19 11:51:25 2018 rev:24 rq:560751 version:1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/frogr/frogr.changes 2017-05-29 22:19:21.994388492 +0200 +++ /work/SRC/openSUSE:Factory/.frogr.new/frogr.changes 2018-01-19 11:51:49.503563851 +0100 @@ -1,0 +2,24 @@ +Sat Dec 30 09:53:05 UTC 2017 - [email protected] + +- Update homepage URL. + +------------------------------------------------------------------- +Thu Dec 28 09:42:33 UTC 2017 - [email protected] + +- Update to version 1.4: + + Migrated to the meson and ninja, removed all the autotools + files. + + Fixed integration with GNOME Software (appstream data). + + Fixed errors loading images from certain cameras / phones + (bgo#768639, bgo#678241). + + Raised versions for GTK+ (to 3.16) and JSON-GLib (to 1.2), for + g_autoptr. + + Updated translations. +- Switch to meson buildsystem following upstream port: Add meson + BuildRequires and use meson macros and pass explicit options to + meson, ensure we build the features we want. +- Conditionalize handling of desktop_database_post(un) and + icon_theme_cache_post(un) in post(un) to only apply for old + versions of openSUSE. + +------------------------------------------------------------------- Old: ---- frogr-1.3.tar.xz New: ---- frogr-1.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ frogr.spec ++++++ --- /var/tmp/diff_new_pack.M6RVVR/_old 2018-01-19 11:51:50.031538965 +0100 +++ /var/tmp/diff_new_pack.M6RVVR/_new 2018-01-19 11:51:50.031538965 +0100 @@ -17,45 +17,51 @@ Name: frogr -Version: 1.3 +Version: 1.4 Release: 0 Summary: Tool to Manage Flickr Accounts License: GPL-3.0 Group: Productivity/Graphics/Other -Url: https://live.gnome.org/Frogr -Source: http://download.gnome.org/sources/frogr/1.3/%{name}-%{version}.tar.xz +Url: https://wiki.gnome.org/Apps/Frogr +Source: http://download.gnome.org/sources/frogr/1.4/%{name}-%{version}.tar.xz + BuildRequires: libgcrypt-devel >= 1.5.0 +BuildRequires: meson BuildRequires: update-desktop-files BuildRequires: yelp-tools BuildRequires: pkgconfig(glib-2.0) >= 2.44 BuildRequires: pkgconfig(gstreamer-1.0) -BuildRequires: pkgconfig(gtk+-3.0) >= 3.0 -BuildRequires: pkgconfig(json-glib-1.0) >= 0.12 -BuildRequires: pkgconfig(libexif) +BuildRequires: pkgconfig(gtk+-3.0) >= 3.16 +BuildRequires: pkgconfig(json-glib-1.0) >= 1.2 +BuildRequires: pkgconfig(libexif) >= 0.6.14 BuildRequires: pkgconfig(libsoup-2.4) >= 2.34 -BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(libxml-2.0) >= 2.6.8 Recommends: %{name}-lang -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Frogr is a small application for the GNOME desktop that allows users to +Frogr is a application for the GNOME desktop that allows users to manage their accounts in the Flickr image hosting website. It supports all the basic Flickr features, including uploading pictures, adding descriptions, setting tags and managing sets and groups pools. %lang_package + %prep -%setup -q +%autosetup %build -%configure -make %{?_smp_mflags} +%meson \ + -D enable-header-bar=true \ + -D enable-video=true \ + %{nil} +%meson_build %install -%make_install +%meson_install %find_lang %{name} %{?no_lang_C} %suse_update_desktop_file org.gnome.frogr Viewer +%if 0%{?suse_version} < 1500 %post %desktop_database_post %icon_theme_cache_post @@ -63,17 +69,16 @@ %postun %desktop_database_postun %icon_theme_cache_postun +%endif %files -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING NEWS README THANKS +%doc COPYING NEWS README %doc %{_datadir}/help/C/%{name}/ %{_bindir}/%{name} %dir %{_datadir}/appdata/ %{_datadir}/appdata/org.gnome.frogr.appdata.xml %{_datadir}/applications/org.gnome.%{name}.desktop %{_datadir}/%{name}/ -%{_datadir}/pixmaps/frogr.xpm %{_datadir}/icons/hicolor/*/apps/org.gnome.frogr*.* %{_mandir}/man1/frogr.1%{ext_man} ++++++ frogr-1.3.tar.xz -> frogr-1.4.tar.xz ++++++ ++++ 72225 lines of diff (skipped)
