Hello community, here is the log from the commit of package mol for openSUSE:Factory checked in at 2012-10-04 20:01:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mol (Old) and /work/SRC/openSUSE:Factory/.mol.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mol", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/mol/mol.changes 2011-09-23 02:13:07.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mol.new/mol.changes 2012-10-06 18:39:30.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Sep 27 11:41:37 UTC 2012 - [email protected] + +- Clean up specfile +- Add autoconf to BuildRequires +- mol.config.patch: Fix missing include of mol_config.h + +------------------------------------------------------------------- New: ---- mol.config.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mol.spec ++++++ --- /var/tmp/diff_new_pack.azBBWC/_old 2012-10-06 18:39:31.000000000 +0200 +++ /var/tmp/diff_new_pack.azBBWC/_new 2012-10-06 18:39:31.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package mol (Version 0.9.72.1) +# spec file for package mol # -# Copyright (c) 2008 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 @@ -16,19 +16,24 @@ # - Name: mol -BuildRequires: alsa-devel bison libpng-devel ncurses-devel xorg-x11-devel +BuildRequires: alsa-devel +BuildRequires: autoconf +BuildRequires: bison +BuildRequires: libpng-devel +BuildRequires: ncurses-devel +BuildRequires: xorg-x11-devel Summary: Mac on Linux -Version: 0.9.72.1 -Release: 76 License: GPL-2.0+ Group: System/Emulators/Other -Source0: ftp://ftp.sourceforge.net/pub/sourceforge/m/ma/mac-on-linux/mol-%{version}.tar.bz2 +Version: 0.9.72.1 +Release: 0 +Source0: http://prdownloads.sourceforge.net/mac-on-linux/mol-%{version}.tar.bz2 Source1: rpmlintrc Url: http://mac-on-linux.sourceforge.net/ Patch0: mol.make-verbose.patch Patch1: mol.insmod.patch +Patch2: mol.config.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: ppc @@ -39,16 +44,11 @@ WITHOUT A ROM IMAGE*. To run earlier versions, a ROM image is probably needed. - - -Authors: --------- - Samuel Rydh <[email protected]> - %prep %setup -q %patch0 -p1 %patch1 -p1 +%patch2 %build CFLAGS="$RPM_OPT_FLAGS -U_FORTIFY_SOURCE -Wall -D_FILE_OFFSET_BITS=64" \ ++++++ mol.config.patch ++++++ --- src/drivers/disk/blk_dmg.c +++ src/drivers/disk/blk_dmg.c @@ -26,6 +26,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +#include "mol_config.h" #include <stdio.h> #include "blk_dmg.h" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
