Mailinglist Archive: opensuse-commit (938 mails)
| < Previous | Next > |
commit gupnp-igd for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 13 Sep 2010 12:13:52 +0200
- Message-id: <20100913101352.EEDAD202BE@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gupnp-igd for openSUSE:Factory
checked in at Mon Sep 13 12:13:52 CEST 2010.
--------
--- GNOME/gupnp-igd/gupnp-igd.changes 2010-06-22 23:23:38.000000000 +0200
+++ /mounts/work_src_done/STABLE/gupnp-igd/gupnp-igd.changes 2010-09-11
22:42:26.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Sep 11 20:27:55 UTC 2010 - dimstar@xxxxxxxxxxxx
+
+- Add gupnp-igd-make382.patch: Fix build with make 3.82
+- Add autoreconf call in build section.
+- Add gtk-doc BuildRequires.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
gupnp-igd-make382.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gupnp-igd.spec ++++++
--- /var/tmp/diff_new_pack.nU7zay/_old 2010-09-13 12:12:52.000000000 +0200
+++ /var/tmp/diff_new_pack.nU7zay/_new 2010-09-13 12:12:52.000000000 +0200
@@ -19,12 +19,15 @@
Name: gupnp-igd
Version: 0.1.7
-Release: 1
+Release: 2
Summary: Library to handle UPnP IGD port mapping
License: LGPLv2.1+
Group: Development/Libraries/C and C++
Url: http://www.gupnp.org/
Source: %{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM gupnp-igd-make382.patch dimstar@xxxxxxxxxxxx -- Fix build
with make 3.82. Requires autoreconf and gtk-doc BuildRequires.
+Patch0: gupnp-igd-make382.patch
+BuildRequires: gtk-doc
BuildRequires: libgupnp-devel
BuildRequires: python-devel
BuildRequires: python-gobject2-devel
@@ -66,8 +69,11 @@
%prep
%setup -q
+%patch0 -p1
%build
+# Autoreconf is needed for patch0 -- Fix build with make 3.82
+autoreconf
%configure --disable-static
%__make %{?jobs:-j%jobs}
++++++ gupnp-igd-make382.patch ++++++
From 0ba5417df63c60dbc46c24380a8872f716a9cb95 Mon Sep 17 00:00:00 2001From: Dominique Leuenberger <dimstar@xxxxxxxxxxxx>
Date: Sat, 11 Sep 2010 22:25:48 +0200
Subject: [PATCH] Fix build with make 3.82. Make is not bash.
---
python/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/python/Makefile.am b/python/Makefile.am
index ee31665..0931b82 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -1,5 +1,5 @@
PYDEFS=`pkg-config --variable=defsdir pygobject-2.0`
-[ -z "$PYDEFS" && PYDEFS=`pkg-config --variable=defsdir pygtk-2.0`]
+PYDEFS ?= `pkg-config --variable=defsdir pygtk-2.0`
AM_CPPFLAGS = \
-I. \
--
1.7.1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |