commit dbus-sharp-glib2 for openSUSE:Factory

2020-09-29 Thread root
Hello community,

here is the log from the commit of package dbus-sharp-glib2 for 
openSUSE:Factory checked in at 2020-09-29 19:03:19

Comparing /work/SRC/openSUSE:Factory/dbus-sharp-glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.dbus-sharp-glib2.new.4249 (New)


Package is "dbus-sharp-glib2"

Tue Sep 29 19:03:19 2020 rev:2 rq:838390 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/dbus-sharp-glib2/dbus-sharp-glib2.changes
2015-05-06 11:18:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.dbus-sharp-glib2.new.4249/dbus-sharp-glib2.changes  
2020-09-29 19:03:25.981892265 +0200
@@ -1,0 +2,6 @@
+Mon Sep 28 14:28:00 UTC 2020 - Marguerite Su 
+
+- fix libexecdir. mono can't use libexecdir because /usr/lib
+  is fixed in pkgconfig
+
+---



Other differences:
--
++ dbus-sharp-glib2.spec ++
--- /var/tmp/diff_new_pack.Enc6Ky/_old  2020-09-29 19:03:26.805893266 +0200
+++ /var/tmp/diff_new_pack.Enc6Ky/_new  2020-09-29 19:03:26.809893271 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dbus-sharp-glib2
 #
-# Copyright (c) 2015 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,31 +12,27 @@
 # 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-glib2
 Version:0.6.0
-Release:1
-License:MIT
+Release:0
 Summary:Glib integration for DBus
-Url:http://mono.github.com/dbus-sharp-glib/
+License:MIT
 Group:  Development/Libraries/Other
+URL:http://mono.github.com/dbus-sharp-glib/
 Source: 
https://github.com/mono/dbus-sharp-glib/releases/download/v0.6/dbus-sharp-glib-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 BuildRequires:  pkgconfig
 %if 0%{?suse_version} >= 1130
-BuildRequires:  pkgconfig(mono)
 BuildRequires:  pkgconfig(dbus-sharp-2.0)
+BuildRequires:  pkgconfig(mono)
 %else
-BuildRequires:  mono-devel
 BuildRequires:  dbus-sharp-devel
+BuildRequires:  mono-devel
 %endif
 Requires:   dbus-sharp
 
@@ -44,7 +40,6 @@
 This package provides glib integration for Mono.DBus.
 
 %package devel
-License:MIT
 Summary:Glib integration for DBus - development files
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
@@ -62,7 +57,7 @@
 %if 0%{?suse_version} <= 1110
--target=%{_arch} \
 %endif
-   --libdir=%{_libexecdir}
+   --libdir=%{_prefix}/lib
 make %{?_smp_mflags}
 
 %install
@@ -70,13 +65,13 @@
 make DESTDIR=%{buildroot} install
 # Move .pc file to /usr/share/pkgconfig (for no arch) and remove from libdir
 install -Dm 0644 dbus-sharp-glib-2.0.pc 
%{buildroot}%{_datadir}/pkgconfig/dbus-sharp-glib-2.0.pc
-find %{buildroot}%{_libexecdir} -name dbus-sharp-glib-2.0.pc -type f -print 
-delete
+find %{buildroot}%{_prefix}/lib -name dbus-sharp-glib-2.0.pc -type f -print 
-delete
 
 %files
 %defattr(-,root,root)
 %doc COPYING README
-%{_libexecdir}/mono/gac/dbus-sharp-glib/
-%{_libexecdir}/mono/dbus-sharp-glib-2.0/
+%{_prefix}/lib/mono/gac/dbus-sharp-glib/
+%{_prefix}/lib/mono/dbus-sharp-glib-2.0/
 
 %files devel
 %defattr(-,root,root)




commit dbus-sharp-glib2 for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package dbus-sharp-glib2 for 
openSUSE:Factory checked in at 2015-05-06 11:18:51

Comparing /work/SRC/openSUSE:Factory/dbus-sharp-glib2 (Old)
 and  /work/SRC/openSUSE:Factory/.dbus-sharp-glib2.new (New)


Package is dbus-sharp-glib2

Changes:

New Changes file:

--- /dev/null   2015-04-29 01:05:10.436023256 +0200
+++ /work/SRC/openSUSE:Factory/.dbus-sharp-glib2.new/dbus-sharp-glib2.changes   
2015-05-06 11:18:52.0 +0200
@@ -0,0 +1,32 @@
+---
+Sun Jan  4 16:19:52 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.6.0
+  + This release of dbus-sharp-glib is made in tandem with the 0.8.0
+release of dbus-sharp.
+This is a build/internal API fix release for compatibility with
+dbus-sharp. No new features are being introduced.
+- Use download Url as source
+
+---
+Mon Jul 11 07:50:03 UTC 2011 - nmarq...@opensuse.org
+
+- Removed %clean section.
+
+---
+Fri Jul  1 09:15:30 UTC 2011 - nmarq...@opensuse.org
+
+- Spec cleanups:
+  + Minor cleanups on syntax and improved comments.
+  + Use pkgconfig() calls for = 1130.
+  + For = 1110 added %{_libexecdir} and replaced %make_install
+method.
+  + Enabled parallel builds (tested ok).
+  + Removed nuking of buildroot on %clean.
+
+---
+Mon Jan 10 23:05:22 UTC 2011 - mic...@sawicz.net
+
+- Initial package, based on the ndesk-dbus-glib package from the
+  Mono OBS project
+

New:

  dbus-sharp-glib-0.6.0.tar.gz
  dbus-sharp-glib2.changes
  dbus-sharp-glib2.spec



Other differences:
--
++ dbus-sharp-glib2.spec ++
#
# spec file for package dbus-sharp-glib2
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#

# Define _libexecdir for = 1110
%if 0%{?suse_version} = 1110
%define _libexecdir %{_prefix}/lib
%endif

Name:   dbus-sharp-glib2
Version:0.6.0
Release:1
License:MIT
Summary:Glib integration for DBus
Url:http://mono.github.com/dbus-sharp-glib/
Group:  Development/Libraries/Other
Source: 
https://github.com/mono/dbus-sharp-glib/releases/download/v0.6/dbus-sharp-glib-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
BuildRequires:  pkgconfig
%if 0%{?suse_version} = 1130
BuildRequires:  pkgconfig(mono)
BuildRequires:  pkgconfig(dbus-sharp-2.0)
%else
BuildRequires:  mono-devel
BuildRequires:  dbus-sharp-devel
%endif
Requires:   dbus-sharp

%description
This package provides glib integration for Mono.DBus.

%package devel
License:MIT
Summary:Glib integration for DBus - development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}

%description devel
This package provides glib integration for Mono.DBus - Development
files.

%prep
%setup -q -n dbus-sharp-glib-%{version}

%build
# '--target' required on = 1110 else build fails using configure macro
%configure \
%if 0%{?suse_version} = 1110
   --target=%{_arch} \
%endif
   --libdir=%{_libexecdir}
make %{?_smp_mflags}

%install
# For backward compatability with = 1110
make DESTDIR=%{buildroot} install
# Move .pc file to /usr/share/pkgconfig (for no arch) and remove from libdir
install -Dm 0644 dbus-sharp-glib-2.0.pc 
%{buildroot}%{_datadir}/pkgconfig/dbus-sharp-glib-2.0.pc
find %{buildroot}%{_libexecdir} -name dbus-sharp-glib-2.0.pc -type f -print 
-delete

%files
%defattr(-,root,root)
%doc COPYING README
%{_libexecdir}/mono/gac/dbus-sharp-glib/
%{_libexecdir}/mono/dbus-sharp-glib-2.0/

%files devel
%defattr(-,root,root)
%{_datadir}/pkgconfig/dbus-sharp-glib-2.0.pc

%changelog