Hello community,

here is the log from the commit of package dbus-sharp for openSUSE:Factory 
checked in at 2020-09-29 19:02:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dbus-sharp (Old)
 and      /work/SRC/openSUSE:Factory/.dbus-sharp.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dbus-sharp"

Tue Sep 29 19:02:15 2020 rev:14 rq:838316 version:0.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dbus-sharp/dbus-sharp.changes    2015-01-06 
12:27:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-sharp.new.4249/dbus-sharp.changes  
2020-09-29 19:02:31.653826269 +0200
@@ -1,0 +2,6 @@
+Mon Sep 28 13:55:03 UTC 2020 - Marguerite Su <i...@marguerite.su>
+
+- fix libexecdir. mono can't use libexecdir because /usr/lib is
+  fixed in pkgconfig
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dbus-sharp.spec ++++++
--- /var/tmp/diff_new_pack.AtoJKW/_old  2020-09-29 19:02:32.669827503 +0200
+++ /var/tmp/diff_new_pack.AtoJKW/_new  2020-09-29 19:02:32.673827508 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dbus-sharp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,17 @@
 # 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/
 #
 
 
-# Define _libexecdir for <= 1110
-%if 0%{?suse_version} <= 1110
-%define _libexecdir %{_prefix}/lib
-%endif
-
 Name:           dbus-sharp
 Version:        0.7.0
 Release:        0
 Summary:        Managed C# implementation of D-Bus
 License:        MIT
 Group:          Development/Libraries/Other
-Url:            http://mono.github.com/dbus-sharp/
+URL:            http://mono.github.com/dbus-sharp/
 Source0:        %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM dbus-sharp-signal-dispatch.patch bnc#780933 
dims...@opensuse.org -- Fix broken signal dispatch, from upstream git.
 Patch0:         dbus-sharp-signal-dispatch.patch
@@ -65,7 +60,7 @@
 
 %build
 %configure \
-   --libdir=%{_libexecdir}
+   --libdir=%{_prefix}/lib
 make %{?_smp_mflags}
 
 %install
@@ -73,13 +68,13 @@
 make DESTDIR=%{buildroot} install
 # Move .pc file to /usr/share/pkgconfig (for no arch) and remove from libdir
 install -Dm 0644 %{name}-1.0.pc 
%{buildroot}%{_datadir}/pkgconfig/%{name}-1.0.pc
-find %{buildroot}%{_libexecdir} -name %{name}-1.0.pc -type f -print -delete
+find %{buildroot}%{_prefix}/lib -name %{name}-1.0.pc -type f -print -delete
 
 %files
 %defattr(-,root,root)
 %doc COPYING README
-%{_libexecdir}/mono/gac/%{name}/
-%{_libexecdir}/mono/%{name}-1.0/
+%{_prefix}/lib/mono/gac/%{name}/
+%{_prefix}/lib/mono/%{name}-1.0/
 
 %files devel
 %defattr(-,root,root)


Reply via email to