Hello community, here is the log from the commit of package banshee-doubanfm for openSUSE:Factory checked in at 2013-01-30 11:13:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/banshee-doubanfm (Old) and /work/SRC/openSUSE:Factory/.banshee-doubanfm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "banshee-doubanfm", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/banshee-doubanfm/banshee-doubanfm.changes 2012-10-13 19:55:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.banshee-doubanfm.new/banshee-doubanfm.changes 2013-01-30 11:13:56.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Jan 29 20:31:38 UTC 2013 - [email protected] + +- Add banshee-doubanfm-dotnet4.patch: Build as .Net 4.0 target. + +------------------------------------------------------------------- New: ---- banshee-doubanfm-dotnet4.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ banshee-doubanfm.spec ++++++ --- /var/tmp/diff_new_pack.Hx8kqA/_old 2013-01-30 11:13:57.000000000 +0100 +++ /var/tmp/diff_new_pack.Hx8kqA/_new 2013-01-30 11:13:57.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package banshee-doubanfm # -# 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 @@ -25,6 +25,8 @@ Summary(zh_CN): Banshee 播放器的豆瓣扩展 Url: https://bitbucket.org/pro711/banshee-doubanfm/overview Source: pro711-%{name}-44400efeb772.tar.bz2 +# PATCH-FIX-UPSTREAM banshee-doubanfm-dotnet4.patch [email protected] -- Build as .Net 4.0 target +Patch0: banshee-doubanfm-dotnet4.patch BuildRequires: gconf2-devel BuildRequires: intltool # needed for autogen.sh @@ -60,6 +62,7 @@ %lang_package -n banshee-extension-doubanfm %prep %setup -q -n pro711-%{name}-44400efeb772 +%patch0 -p1 %build # There's no configure, so we need to call autogen.sh first ++++++ banshee-doubanfm-dotnet4.patch ++++++ Index: pro711-banshee-doubanfm-44400efeb772/configure.ac =================================================================== --- pro711-banshee-doubanfm-44400efeb772.orig/configure.ac +++ pro711-banshee-doubanfm-44400efeb772/configure.ac @@ -65,9 +65,9 @@ AM_CONDITIONAL(ENABLE_RELEASE, test "x$e ENABLE_RELEASE=$enable_release AC_SUBST(ENABLE_RELEASE) if test "x$enable_release" = "xyes"; then - GMCS_FLAGS="-define:RELEASE -codepage:utf8" + GMCS_FLAGS="-define:RELEASE -codepage:utf8 -sdk:4" else - GMCS_FLAGS="-warnaserror -codepage:utf8" + GMCS_FLAGS="-warnaserror -codepage:utf8 -sdk:4" fi AC_SUBST(GMCS_FLAGS) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
