Hello community, here is the log from the commit of package giver for openSUSE:Factory checked in at 2013-04-07 14:22:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/giver (Old) and /work/SRC/openSUSE:Factory/.giver.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "giver", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/giver/giver.changes 2012-01-25 12:18:16.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.giver.new/giver.changes 2013-04-07 14:22:08.000000000 +0200 @@ -1,0 +2,6 @@ +Sat Apr 6 12:06:07 UTC 2013 - [email protected] + +- Prefer dmcs over gmcs, bnc#812529 (replace gmcs with dmcs in + configure and src/Makefile). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ giver.spec ++++++ --- /var/tmp/diff_new_pack.N90rd2/_old 2013-04-07 14:22:09.000000000 +0200 +++ /var/tmp/diff_new_pack.N90rd2/_new 2013-04-07 14:22:09.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package giver # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -37,7 +37,10 @@ BuildRequires: pkgconfig(gnome-sharp-2.0) BuildRequires: pkgconfig(gtk-dotnet-2.0) BuildRequires: pkgconfig(notify-sharp) -Requires: ndesk-dbus ndesk-dbus-glib notify-sharp avahi-mono +Requires: avahi-mono +Requires: ndesk-dbus +Requires: ndesk-dbus-glib +Requires: notify-sharp Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -51,6 +54,8 @@ %setup %patch -p1 %patch1 -p1 +# Prefer dmcs over gmcs, bnc#812529 +sed -i "s:gmcs:dmcs:g" configure* src/Makefile* %build %configure --libdir=%{_prefix}/lib -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
