Mailinglist Archive: opensuse-commit (1855 mails)
| < Previous | Next > |
commit memphis for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 09 Sep 2011 11:46:14 +0200
- Message-id: <20110909094614.BCAE020238@hilbert.suse.de>
Hello community,
here is the log from the commit of package memphis for openSUSE:Factory
checked in at Fri Sep 9 11:46:14 CEST 2011.
--------
--- GNOME/memphis/memphis.changes 2010-12-12 13:43:01.000000000 +0100
+++ /mounts/work_src_done/STABLE/memphis/memphis.changes 2011-09-05
14:15:19.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Sep 5 12:10:27 UTC 2011 - vuntz@xxxxxxxxxxxx
+
+- Add memphis-link-gobject.patch: fix linking issue, taken from
+ Debian.
+- Add call to autoreconf, for above patch.
+- Add Url tag.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
memphis-link-gobject.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ memphis.spec ++++++
--- /var/tmp/diff_new_pack.m3fplr/_old 2011-09-09 11:46:11.000000000 +0200
+++ /var/tmp/diff_new_pack.m3fplr/_new 2011-09-09 11:46:11.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package memphis (Version 0.2.3)
+# spec file for package memphis
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -19,11 +19,14 @@
Name: memphis
Version: 0.2.3
-Release: 2
+Release: 7
License: LGPLv2.1+
Summary: Map-rendering library for OpenStreetMap
Group: System/Libraries
+Url: http://trac.openstreetmap.ch/trac/memphis/
Source: %{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM memphis-link-gobject.patch vuntz@xxxxxxxxxxxx -- Fix
linking issue, taken from Debian
+Patch0: memphis-link-gobject.patch
BuildRequires: libexpat-devel
BuildRequires: vala-devel
BuildRequires: pkgconfig(cairo)
@@ -64,8 +67,11 @@
%prep
%setup -q
+%patch0 -p1
%build
+# needed for patch0
+autoreconf -fi
%configure \
--disable-static \
--enable-vala
++++++ memphis-link-gobject.patch ++++++
--- a/configure.ac
+++ b/configure.ac
@@ -89,7 +89,7 @@
exit 0;
fi
VALA_EXAMPLE_PACKAGES="--pkg cairo --pkg memphis-0.2"
- PKG_CHECK_MODULES(VALA_EXAMPLE, [glib-2.0, cairo])
+ PKG_CHECK_MODULES(VALA_EXAMPLE, [glib-2.0 gobject-2.0 cairo])
AC_SUBST(VALA_EXAMPLE_CFLAGS)
AC_SUBST(VALA_EXAMPLE_LIBS)
AC_SUBST(VALA_EXAMPLE_PACKAGES)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |