~ubuntu-branches/ubuntu/oneiric/libupnp4/oneiric-updates

« back to all changes in this revision

Viewing changes to debian/patches/00-svn-version.patch

  • Committer: Bazaar Package Importer
  • Author(s): Nick Leverton
  • Date: 2010-05-14 15:34:11 UTC
  • mfrom: (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100514153411-9i238idmkyg7j00y
Tags: 1.8.0~svn20100507-1
* New pull from upstream subversion
* Fixes to BSD build issues (Closes: #573321, FTBFS on Gnu/kFreeBSD)
* More debug tidying (07-neaten-debug.patch):
  - send UPNP_CRITICAL msgs to the info log as well as to the error log.
  - don't print HTTP headers to stdout as they're already in logfile.
* Always compile in logging code but don't log unless requested
  (12-debian-always-debug.patch) to help porting other apps.
* Remove patches 03, 04, 06, 08 and 10, now in upstream (note naming
  difference in upstream's string object accessors).
* Add $PTHREAD_CFLAGS to libupnp.pc as assumed by {acx,ax}_pthread.m4
  (patch 16, Closes: #581608).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Description: Building from svn, update the configure.ac version number.
2
2
From: Nick Leverton <nick@leverton.org>
3
3
 
4
 
Index: libupnp4-1.8.0~svn20090313/configure.ac
 
4
Index: libupnp4-1.8.0~svn20100315/configure.ac
5
5
===================================================================
6
 
--- libupnp4-1.8.0~svn20090313.orig/configure.ac        2010-03-01 22:01:18.000000000 +0000
7
 
+++ libupnp4-1.8.0~svn20090313/configure.ac     2010-03-01 22:01:36.000000000 +0000
 
6
--- libupnp4-1.8.0~svn20100315.orig/configure.ac        2010-03-01 22:01:18.000000000 +0000
 
7
+++ libupnp4-1.8.0~svn20100315/configure.ac     2010-03-01 22:01:36.000000000 +0000
8
8
@@ -9,7 +9,7 @@
9
9
 
10
10
 AC_PREREQ(2.60)
11
11
 
12
12
-AC_INIT([libupnp], [1.8.0], [mroberto@users.sourceforge.net])
13
 
+AC_INIT([libupnp], [1.8.0~svn20090313], [mroberto@users.sourceforge.net])
 
13
+AC_INIT([libupnp], [1.8.0~svn20100401], [mroberto@users.sourceforge.net])
14
14
 dnl ############################################################################
15
15
 dnl # *Independently* of the above libupnp package version, the libtool version
16
16
 dnl # of the 3 libraries need to be updated whenever there is a change released: