Hello community,

here is the log from the commit of package dbus-sharp for openSUSE:Factory 
checked in at 2015-01-06 09:06:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dbus-sharp (Old)
 and      /work/SRC/openSUSE:Factory/.dbus-sharp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dbus-sharp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dbus-sharp/dbus-sharp.changes    2012-10-03 
07:08:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dbus-sharp.new/dbus-sharp.changes       
2015-01-06 09:06:58.000000000 +0100
@@ -1,0 +2,10 @@
+Sun Jan  4 16:22:49 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.8.1
+  +  Fix compilation with recent Mono versions
+  +  Improve compatibility on Win32
+  +  Fix unknown method error handling (bgo#725446)
+- Remove dbus-sharp-signal-dispatch.patch; fixed on upstream release
+- Use download Url as source
+
+-------------------------------------------------------------------

Old:
----
  dbus-sharp-0.7.0.tar.bz2
  dbus-sharp-signal-dispatch.patch

New:
----
  dbus-sharp-0.8.1.tar.gz

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

Other differences:
------------------
++++++ dbus-sharp.spec ++++++
--- /var/tmp/diff_new_pack.pq5gNM/_old  2015-01-06 09:06:59.000000000 +0100
+++ /var/tmp/diff_new_pack.pq5gNM/_new  2015-01-06 09:06:59.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dbus-sharp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,25 +15,22 @@
 # 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
-Version:        0.7.0
+Version:        0.8.1
 Release:        0
 Summary:        Managed C# implementation of D-Bus
 License:        MIT
 Group:          Development/Libraries/Other
 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
+Source0:        
https://github.com/mono/dbus-sharp/releases/download/v%{version}/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
 BuildRequires:  pkgconfig
+BuildArch:      noarch
 %if 0%{?suse_version} >= 1130
 BuildRequires:  pkgconfig(mono)
 %else
@@ -61,7 +58,6 @@
 
 %prep
 %setup -q
-%patch0 -p0
 
 %build
 %configure \
@@ -72,17 +68,17 @@
 # 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 %{name}-1.0.pc 
%{buildroot}%{_datadir}/pkgconfig/%{name}-1.0.pc
-find %{buildroot}%{_libexecdir} -name %{name}-1.0.pc -type f -print -delete
+install -Dm 0644 %{name}-2.0.pc 
%{buildroot}%{_datadir}/pkgconfig/%{name}-2.0.pc
+find %{buildroot}%{_libexecdir} -name %{name}-2.0.pc -type f -print -delete
 
 %files
 %defattr(-,root,root)
 %doc COPYING README
 %{_libexecdir}/mono/gac/%{name}/
-%{_libexecdir}/mono/%{name}-1.0/
+%{_libexecdir}/mono/%{name}-2.0/
 
 %files devel
 %defattr(-,root,root)
-%{_datadir}/pkgconfig/%{name}-1.0.pc
+%{_datadir}/pkgconfig/%{name}-2.0.pc
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to