Mailinglist Archive: opensuse-commit (564 mails)
| < Previous | Next > |
commit mdbtools for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 09 Jun 2010 17:25:58 +0200
- Message-id: <20100609152558.213B92023E@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package mdbtools for openSUSE:Factory
checked in at Wed Jun 9 17:25:58 CEST 2010.
--------
--- mdbtools/mdbtools.changes 2009-12-02 19:57:52.000000000 +0100
+++ /mounts/work_src_done/STABLE/mdbtools/mdbtools.changes 2010-06-07
08:09:52.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jun 7 06:09:42 UTC 2010 - coolo@xxxxxxxxxx
+
+- fix parallel build
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
parallelmake.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mdbtools.spec ++++++
--- /var/tmp/diff_new_pack.JY6XA1/_old 2010-06-09 17:24:46.000000000 +0200
+++ /var/tmp/diff_new_pack.JY6XA1/_new 2010-06-09 17:24:46.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package mdbtools (Version 0.6pre1)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 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
@@ -28,7 +28,7 @@
Group: Productivity/Databases/Tools
AutoReqProv: on
Version: 0.6pre1
-Release: 17
+Release: 18
Provides: mdbtools = 20070410cvs
Summary: A Suite of Libraries and Programs to Access Microsoft Access
Databases
Source: mdbtools-%{version}.tar.bz2
@@ -43,6 +43,7 @@
Patch7: mdbtools-0.5-no_gmdb_h.diff
Patch8: mdbtools-declare_yyinput.patch
Patch9: mdbtools-codecleanup.patch
+Patch10: parallelmake.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -119,6 +120,7 @@
%patch7
%patch8
%patch9
+%patch10 -p1
%build
autoreconf -f -i
++++++ parallelmake.patch ++++++
Index: mdbtools-0.6pre1/src/sql/Makefile.am
===================================================================
--- mdbtools-0.6pre1.orig/src/sql/Makefile.am 2005-01-15 06:02:06.000000000
+0100
+++ mdbtools-0.6pre1/src/sql/Makefile.am 2010-06-07 08:05:16.652462537
+0200
@@ -9,3 +9,6 @@ YACC = @YACC@ -d
dist-hook:
rm -f $(distdir)/parser.c $(distdir)/parser.h $(distdir)/lexer.c
+
+lexer.o: parser.h
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |