Hello community, here is the log from the commit of package loki_setup for openSUSE:Factory checked in at 2012-05-09 18:18:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/loki_setup (Old) and /work/SRC/openSUSE:Factory/.loki_setup.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "loki_setup", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/loki_setup/loki_setup.changes 2011-09-23 02:12:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.loki_setup.new/loki_setup.changes 2012-05-09 18:32:00.000000000 +0200 @@ -1,0 +2,20 @@ +Thu May 3 11:21:25 UTC 2012 - [email protected] + +- update ancient config.sub's + +------------------------------------------------------------------- +Mon Apr 2 09:34:51 UTC 2012 - [email protected] + +- build require xorg-x11-devel to fix build on factory. + +------------------------------------------------------------------- +Wed Dec 21 10:31:40 UTC 2011 - [email protected] + +- remove call to suse_update_config (very old work around) + +------------------------------------------------------------------- +Fri Dec 2 12:58:09 UTC 2011 - [email protected] + +- add automake as buildrequire to avoid implicit dependency + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ loki_setup.spec ++++++ --- /var/tmp/diff_new_pack.ss51T4/_old 2012-05-09 18:32:02.000000000 +0200 +++ /var/tmp/diff_new_pack.ss51T4/_new 2012-05-09 18:32:02.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package loki_setup # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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,11 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: loki_setup -BuildRequires: gtk2-devel libglade2-devel ncurses-devel pkgconfig python python-xml update-desktop-files zlib-devel +BuildRequires: automake +BuildRequires: gtk2-devel +BuildRequires: libglade2-devel +BuildRequires: ncurses-devel +BuildRequires: pkgconfig +BuildRequires: python +BuildRequires: python-xml +BuildRequires: update-desktop-files +BuildRequires: xorg-x11-devel +BuildRequires: zlib-devel %if %suse_version > 1020 BuildRequires: fdupes %endif @@ -29,12 +37,12 @@ BuildRequires: xdelta %endif %define do_brandelf 1 -License: GPLv2+ Url: http://icculus.org/loki_setup/ -Group: Development/Tools/Other Version: 1.6.5_20070404 -Release: 191 +Release: 0 Summary: Installer Program Mainly for Games +License: GPL-2.0+ +Group: Development/Tools/Other BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: loki_setup-current.tar.bz2 Source1: loki_setupdb-current.tar.bz2 @@ -89,9 +97,8 @@ Ryan C. Gordon %package -n loki_uninstall -License: GPLv2+ Version: 1.0.3_20051201 -Release: 242 +Release: 0 Summary: Uninstall program for games Group: Amusements/Games/Other @@ -107,9 +114,8 @@ Ryan C. Gordon %package -n loki_update -License: GPLv2+ Version: 1.0.13_20040208 -Release: 277 +Release: 0 Summary: Updater program for games Group: Amusements/Games/Other @@ -123,7 +129,7 @@ Sam Lantinga %prep -%setup -n %{name} -a 1 -a 2 -a 8 +%setup -q -n %{name} -a 1 -a 2 -a 8 %patch0 -p1 %patch1 -p1 %patch2 -p1 @@ -194,6 +200,11 @@ cd .. # ####### loki_setup/loki_uninstall ####### +rm -f config.sub # doesn't know about x86_64 o_O +# config.sub is from automake but automake isn't actually used. So +# call it and ignore the error, it will install config.sub +# nevertheless. +automake -a -f || true autoreconf -f -i build_dynamic= LIBSUFFIX=%{_lib} @@ -252,7 +263,8 @@ ####### loki_update ####### pushd loki_update pushd libs/ares-1.1.0 -%{suse_update_config -fl} +rm -f config.sub +automake -a -f || true autoreconf -f -i CFLAGS="%{optflags} $LFS_CFLAGS" \ CXXFLAGS="%{optflags} $LFS_CFLAGS" \ @@ -263,6 +275,7 @@ make cd ../../snarf-7.0 rm configure +rm -f config.sub autoreconf -f -i CFLAGS="%{optflags} $LFS_CFLAGS" \ CXXFLAGS="%{optflags} $LFS_CFLAGS" \ @@ -282,7 +295,8 @@ popd # pushd loki_patch -%{suse_update_config -fl} +rm -f config.sub +automake -a -f || true autoreconf -f -i CFLAGS="%{optflags} $LFS_CFLAGS" \ CXXFLAGS="%{optflags} $LFS_CFLAGS" \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
