commit valencia for openSUSE:Factory
Hello community, here is the log from the commit of package valencia for openSUSE:Factory checked in at Mon Aug 30 13:02:40 CEST 2010. -------- --- GNOME/valencia/valencia.changes 2010-08-11 18:42:27.000000000 +0200 +++ valencia/valencia.changes 2010-08-30 12:17:58.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Aug 30 12:16:11 CEST 2010 - vuntz@opensuse.org + +- Change pkgconfig(vala-1.0) BuildRequires to pkgconfig(vala-0.10) + and replace vala-1.0 with vala-0.10 in Makefile with a sed, to + fix build. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ valencia.spec ++++++ --- /var/tmp/diff_new_pack.MbKmkY/_old 2010-08-30 13:02:19.000000000 +0200 +++ /var/tmp/diff_new_pack.MbKmkY/_new 2010-08-30 13:02:19.000000000 +0200 @@ -19,7 +19,7 @@ Name: valencia Version: 0.3.0 -Release: 1 +Release: 2 License: LGPLv2.1+ Summary: GEdit plugin to use GEdit as a lightweight IDE for Vala Url: http://yorba.org/valencia/ @@ -28,7 +28,7 @@ BuildRequires: pkgconfig(gedit-2.20) BuildRequires: pkgconfig(gee-1.0) BuildRequires: pkgconfig(gtk+-2.0) -BuildRequires: pkgconfig(vala-1.0) +BuildRequires: pkgconfig(vala-0.10) BuildRequires: pkgconfig(vte) BuildRequires: vala BuildRequires: update-desktop-files @@ -57,6 +57,9 @@ %prep %setup -q +# vala-1.0 is now vala-0.10 => remove hack when fixed in new upstream version (build will fail) +grep -q vala-1.0 Makefile +sed -i "s/vala-1.0/vala-0.10/g" Makefile %build export CFLAGS="%{optflags}" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- 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