commit gudev-sharp for openSUSE:Factory
Hello community, here is the log from the commit of package gudev-sharp for openSUSE:Factory checked in at 2015-02-27 10:58:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gudev-sharp (Old) and /work/SRC/openSUSE:Factory/.gudev-sharp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gudev-sharp" Changes: -------- --- /work/SRC/openSUSE:Factory/gudev-sharp/gudev-sharp.changes 2012-02-16 12:22:36.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gudev-sharp.new/gudev-sharp.changes 2015-02-27 10:58:56.000000000 +0100 @@ -1,0 +2,18 @@ +Fri Jan 16 15:25:21 UTC 2015 - p.drouand@gmail.com + +- Update to version 3.0 + * This version depends on glib-sharp 2.99 and above, and can be + installed in parallel with version 0.1. + As a consequence, the assembly and the pkgconfig file are now + named gudev-sharp-3.0 +- Replace glib-sharp2 with pkgconfig(glib-sharp-3.0); follow upstream + changes +- Replace gtk-sharp2-gapi with pkgconfig(gapi-3.0); follow upstream + changes +- Remove redundant %clean section +- Package is arch-independant; use "noarch" as BuildArch + Move pkgconfig file to %{_datadir} +- Add pkg-config requirement; as pkgconfig file is moved to /usr/share, + pkg-config is needed to evaluate "Provides" + +------------------------------------------------------------------- Old: ---- gudev-sharp-0.2.tar.bz2 New: ---- gudev-sharp-3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gudev-sharp.spec ++++++ --- /var/tmp/diff_new_pack.rLPPO2/_old 2015-02-27 10:58:58.000000000 +0100 +++ /var/tmp/diff_new_pack.rLPPO2/_new 2015-02-27 10:58:58.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package gudev-sharp (Version 0.2) +# spec file for package gudev-sharp # -# Copyright (c) 2010 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,22 +15,21 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: gudev-sharp -Version: 0.2 -Release: 1 +Version: 3.0 +Release: 0 License: LGPL-2.1 Group: Development/Languages/Mono Summary: .NET/C# Bindings for GUDev Url: http://github.com/mono/gudev-sharp -Source: %{name}-%{version}.tar.bz2 +Source: https://github.com/mono/gudev-sharp/releases/download/3.0.0/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build - +BuildArch: noarch BuildRequires: glib2-devel >= 2.6 -BuildRequires: glib-sharp2 -BuildRequires: gtk-sharp2-gapi +BuildRequires: pkg-config +BuildRequires: pkgconfig(glib-sharp-3.0) +BuildRequires: pkgconfig(gapi-3.0) BuildRequires: gtk-sharp2 BuildRequires: mono-devel BuildRequires: monodoc-core @@ -63,21 +62,20 @@ %install %makeinstall - -%clean -rm -rf "$RPM_BUILD_ROOT" +mkdir -p %{buildroot}%{_datadir}/pkgconfig +mv %{buildroot}%{_libdir}/pkgconfig/gudev-sharp-3.0.pc %{buildroot}%{_datadir}/pkgconfig/ %files %defattr(-,root,root) %doc ChangeLog NEWS COPYING AUTHORS README -%dir %{_prefix}/lib/mono/gudev-sharp-1.0 -%{_prefix}/lib/mono/gudev-sharp-1.0/*.dll* +%dir %{_prefix}/lib/mono/gudev-sharp-3.0 +%{_prefix}/lib/mono/gudev-sharp-3.0/*.dll* %dir %{_prefix}/lib/mono/gac/gudev-sharp/ %dir %{_prefix}/lib/mono/gac/gudev-sharp/* %{_prefix}/lib/mono/gac/gudev-sharp/*/gudev-sharp.dll* %files devel %defattr(-,root,root) -%{_libdir}/pkgconfig/gudev-sharp-1.0.pc +%{_datadir}/pkgconfig/gudev-sharp-3.0.pc %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de