Hello community,
here is the log from the commit of package gnome-user-share for
openSUSE:Factory checked in at 2019-10-17 13:01:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-user-share (Old)
and /work/SRC/openSUSE:Factory/.gnome-user-share.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-user-share"
Thu Oct 17 13:01:31 2019 rev:59 rq:736572 version:3.34.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-user-share/gnome-user-share.changes
2019-05-03 22:16:27.851988567 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-user-share.new.2352/gnome-user-share.changes
2019-10-17 13:01:33.592960092 +0200
@@ -1,0 +2,16 @@
+Fri Sep 6 17:00:03 CDT 2019 - [email protected]
+
+- Update to version 3.34.0:
+ + Fix installation location of systemd unit file on Fedora 64-bit
+ systems.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Fri Aug 30 21:28:39 CDT 2019 - [email protected]
+
+- Update to version 3.33.1:
+ + Port to meson build system.
+ + Remove autotools as build system.
+- Add meson BuildRequires and macros.
+
+-------------------------------------------------------------------
Old:
----
gnome-user-share-3.32.0.1.tar.xz
New:
----
gnome-user-share-3.34.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-user-share.spec ++++++
--- /var/tmp/diff_new_pack.7wJ52P/_old 2019-10-17 13:01:34.292958318 +0200
+++ /var/tmp/diff_new_pack.7wJ52P/_new 2019-10-17 13:01:34.296958308 +0200
@@ -17,20 +17,21 @@
Name: gnome-user-share
-Version: 3.32.0.1
+Version: 3.34.0
Release: 0
Summary: GNOME user file sharing
License: GPL-2.0-or-later
Group: Productivity/Networking/File-Sharing
URL: http://www.gnome.org/
-Source0:
https://download.gnome.org/sources/gnome-user-share/3.32/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-user-share/3.34/%{name}-%{version}.tar.xz
BuildRequires: fdupes
+BuildRequires: meson >= 0.50.0
BuildRequires: pkgconfig
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
BuildRequires: yelp-tools
-BuildRequires: pkgconfig(glib-2.0) >= 2.28
+BuildRequires: pkgconfig(glib-2.0) >= 2.58
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libcanberra-gtk3)
BuildRequires: pkgconfig(libnautilus-extension) >= 3.27.90
@@ -57,16 +58,18 @@
%prep
%autosetup -p1
-translation-update-upstream
+translation-update-upstream po %{name}
%build
-%configure \
- --with-modules-path=%{_libdir}/apache2/ \
- --libexecdir=%{_libexecdir}/gnome-user-share
-%make_build
+%meson \
+ -Dmodules_path=%{_libdir}/apache2/ \
+ --libexecdir=%{_libexecdir}/gnome-user-share \
+ -Dsystemduserunitdir=%{_userunitdir} \
+ %{nil}
+%meson_build
%install
-%make_install
+%meson_install
find %{buildroot} -type f -name "*.la" -delete -print
%suse_update_desktop_file gnome-user-share-webdav Network FileTransfer
++++++ gnome-user-share-3.32.0.1.tar.xz -> gnome-user-share-3.34.0.tar.xz ++++++
++++ 68517 lines of diff (skipped)