Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package obex-data-server for
openSUSE:Factory checked in at 2024-02-21 17:58:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obex-data-server (Old)
and /work/SRC/openSUSE:Factory/.obex-data-server.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obex-data-server"
Wed Feb 21 17:58:47 2024 rev:27 rq:1148501 version:0.4.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/obex-data-server/obex-data-server.changes
2013-11-28 07:38:16.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.obex-data-server.new.1706/obex-data-server.changes
2024-02-21 17:58:52.792648161 +0100
@@ -1,0 +2,7 @@
+Wed Feb 21 09:52:56 UTC 2024 - Michael Vetter <[email protected]>
+
+- Use %autosetup macro. Allows to eliminate the usage of deprecated
+ %patchN.
+- Clean spec file
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obex-data-server.spec ++++++
--- /var/tmp/diff_new_pack.Yb8ID2/_old 2024-02-21 17:58:53.668679838 +0100
+++ /var/tmp/diff_new_pack.Yb8ID2/_new 2024-02-21 17:58:53.668679838 +0100
@@ -1,7 +1,7 @@
#
# spec file for package obex-data-server
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -20,9 +20,9 @@
Version: 0.4.6
Release: 0
Summary: Obex DBus API
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: Hardware/Mobile
-Url: http://wiki.muiline.com/obex-data-server
+URL: http://wiki.muiline.com/obex-data-server
Source: http://tadas.dailyda.com/software/%{name}-%{version}.tar.gz
Patch0: obex-data-server-openobex_EnumerateInterfaces.patch
BuildRequires: bluez-devel
@@ -30,33 +30,27 @@
BuildRequires: gtk2-devel
BuildRequires: libusb-devel
BuildRequires: openobex-devel
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Obex-Data-Server provides a obex dbus api. Used for bluetooth
applications to transfer and receive data.
%prep
-%setup -q
-%patch0
+%autosetup -p0
%build
-CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %configure
--with-dbus-dir=/usr/share/dbus-1
-make
+CFLAGS="%{optflags} -fno-strict-aliasing" %configure
--with-dbus-dir=%{_datadir}/dbus-1
+%make_build
%install
-%makeinstall
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%make_install
%post -p /sbin/ldconfig
-
%postun -p /sbin/ldconfig
%files
-%defattr(-, root, root)
-%doc AUTHORS COPYING INSTALL ChangeLog dbus-api.txt NEWS
+%license COPYING
+%doc AUTHORS INSTALL ChangeLog dbus-api.txt NEWS
%{_bindir}/obex-data-server
%dir %{_sysconfdir}/obex-data-server
%config %{_sysconfdir}/obex-data-server/*.xml