[Pkg-voip-commits] r9492 - in /mumble/trunk/debian: changelog patches/01-fix-spelling-error.diff

pmatthaei at alioth.debian.org pmatthaei at alioth.debian.org
Sun Feb 12 11:00:26 UTC 2012


Author: pmatthaei
Date: Sun Feb 12 11:00:25 2012
New Revision: 9492

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9492
Log:
* New upstream snapshot from 12.02.2012.
  - Refresh patch 01-fix-spelling-error.

Modified:
    mumble/trunk/debian/changelog
    mumble/trunk/debian/patches/01-fix-spelling-error.diff

Modified: mumble/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/changelog?rev=9492&op=diff
==============================================================================
--- mumble/trunk/debian/changelog (original)
+++ mumble/trunk/debian/changelog Sun Feb 12 11:00:25 2012
@@ -1,12 +1,14 @@
-mumble (1.2.3-192-g683d39b-2) UNRELEASED; urgency=low
-
+mumble (1.2.3-277-g98f4ac1-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot from 12.02.2012.
+    - Refresh patch 01-fix-spelling-error.
   * Add Dutch debconf translation.
     Closes: #657632
   * Add patch 02-reject-with-ip-in-log to show up the IP address of a rejected
     connection in the mumble-server log.
     Closes: #627139
 
- -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 12 Feb 2012 11:56:57 +0100
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 12 Feb 2012 11:59:18 +0100
 
 mumble (1.2.3-192-g683d39b-1) experimental; urgency=low
 

Modified: mumble/trunk/debian/patches/01-fix-spelling-error.diff
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/patches/01-fix-spelling-error.diff?rev=9492&op=diff
==============================================================================
--- mumble/trunk/debian/patches/01-fix-spelling-error.diff (original)
+++ mumble/trunk/debian/patches/01-fix-spelling-error.diff Sun Feb 12 11:00:25 2012
@@ -1,10 +1,10 @@
 # Fix spelling error in source code.
 
---- mumble-1.2.3-91-g05d91c1.orig/src/murmur/ServerDB.cpp
-+++ mumble-1.2.3-91-g05d91c1/src/murmur/ServerDB.cpp
-@@ -112,7 +112,7 @@ ServerDB::ServerDB() {
+--- mumble-1.2.3-277-g98f4ac1.orig/src/murmur/ServerDB.cpp	2012-02-05 14:00:59.000000000 +0100
++++ mumble-1.2.3-277-g98f4ac1/src/murmur/ServerDB.cpp	2012-02-12 11:55:55.372796762 +0100
+@@ -115,7 +115,7 @@
  			QFileInfo fi(db->databaseName());
- 			qWarning("ServerDB: Openend SQLite database %s", qPrintable(fi.absoluteFilePath()));
+ 			qWarning("ServerDB: Opened SQLite database %s", qPrintable(fi.absoluteFilePath()));
  			if (! fi.isWritable())
 -				qFatal("ServerDB: Database is not writeable");
 +				qFatal("ServerDB: Database is not writable");




More information about the Pkg-voip-commits mailing list