Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package nautilus-sendto for openSUSE:Factory
checked in at 2022-02-09 20:37:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nautilus-sendto (Old)
and /work/SRC/openSUSE:Factory/.nautilus-sendto.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nautilus-sendto"
Wed Feb 9 20:37:58 2022 rev:62 rq:952681 version:3.8.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/nautilus-sendto/nautilus-sendto.changes
2021-09-25 00:35:25.935131751 +0200
+++
/work/SRC/openSUSE:Factory/.nautilus-sendto.new.1898/nautilus-sendto.changes
2022-02-09 20:38:00.474204878 +0100
@@ -1,0 +2,7 @@
+Wed Feb 2 19:08:15 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Add nautilus-sendto-fix-meson-061.patch: Fix build with meson
+ 0.61 and newer.
+- Drop unneeded appstream-glib-devel BuildRequires.
+
+-------------------------------------------------------------------
New:
----
nautilus-sendto-fix-meson-061.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nautilus-sendto.spec ++++++
--- /var/tmp/diff_new_pack.8bagCj/_old 2022-02-09 20:38:00.998206132 +0100
+++ /var/tmp/diff_new_pack.8bagCj/_new 2022-02-09 20:38:01.006206151 +0100
@@ -1,7 +1,7 @@
#
# spec file for package nautilus-sendto
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,8 +23,10 @@
License: GPL-2.0-or-later
Group: Productivity/File utilities
URL: http://www.es.gnome.org/~telemaco/
-Source:
http://download.gnome.org/sources/nautilus-sendto/3.8/%{name}-%{version}.tar.xz
-BuildRequires: appstream-glib-devel
+Source:
https://download.gnome.org/sources/nautilus-sendto/3.8/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM nautilus-sendto-fix-meson-061.patch [email protected]
-- Fix build with meson 0.61 and newer
+Patch: nautilus-sendto-fix-meson-061.patch
+
BuildRequires: intltool >= 0.35.0
BuildRequires: meson
BuildRequires: pkgconfig
@@ -43,7 +45,7 @@
%lang_package
%prep
-%setup -q
+%autosetup -p1
%build
%meson
++++++ nautilus-sendto-fix-meson-061.patch ++++++
diff -Nur orig-nautilus-sendto-3.8.6/src/meson.build
nautilus-sendto-3.8.6/src/meson.build
--- orig-nautilus-sendto-3.8.6/src/meson.build 2022-02-02 20:04:56.691407033
+0100
+++ nautilus-sendto-3.8.6/src/meson.build 2022-02-02 20:05:30.791824431
+0100
@@ -7,7 +7,7 @@
po_dir = join_paths(meson.source_root(), 'po')
-i18n.merge_file ('appdata',
+i18n.merge_file (
input: 'nautilus-sendto.metainfo.xml.in',
output: 'nautilus-sendto.metainfo.xml',
install: true,