Hello community,

here is the log from the commit of package mumble for openSUSE:Factory checked 
in at 2015-10-14 16:45:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mumble (Old)
 and      /work/SRC/openSUSE:Factory/.mumble.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mumble"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mumble/mumble.changes    2015-06-23 
11:56:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mumble.new/mumble.changes       2015-10-14 
16:45:54.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Oct 13 16:09:18 UTC 2015 - [email protected]
+
+- update to 1.2.10:
+  * no code change, other than to create another binary release
+    for platforms other than GNU/Linux with updated libraries
+
+-------------------------------------------------------------------

Old:
----
  mumble-1.2.9.tar.gz
  mumble-1.2.9.tar.gz.sig

New:
----
  mumble-1.2.10.tar.gz
  mumble-1.2.10.tar.gz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mumble.spec ++++++
--- /var/tmp/diff_new_pack.TE28Vb/_old  2015-10-14 16:45:55.000000000 +0200
+++ /var/tmp/diff_new_pack.TE28Vb/_new  2015-10-14 16:45:55.000000000 +0200
@@ -114,7 +114,7 @@
 %if %{with speechd}
 BuildRequires:  libspeechd-devel
 %endif
-Version:        1.2.9%{?snapshot:_%snapshot}
+Version:        1.2.10%{?snapshot:_%snapshot}
 Release:        0
 %if 0%{!?snapshot:1}
 Source:         
http://downloads.sourceforge.net/project/mumble/Mumble/%{version}/mumble-%{version}.tar.gz

++++++ mumble-1.2.9.tar.gz -> mumble-1.2.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mumble-1.2.9/CHANGES new/mumble-1.2.10/CHANGES
--- old/mumble-1.2.9/CHANGES    2015-06-11 21:49:58.000000000 +0200
+++ new/mumble-1.2.10/CHANGES   2015-07-09 21:51:02.000000000 +0200
@@ -1,5 +1,10 @@
+2015-07-09
+  Mikkel Krautz <[email protected]>
+    18cbd46  Bump version to 1.2.10.
+
 2015-06-11
   Mikkel Krautz <[email protected]>
+    db60193  Update changelog.
     363db28  The Windows build now requires linking against ssleay32 due to
             the new cipher suite code.
     ec95e38  Fix libsndfile Windows header error.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mumble-1.2.9/g15helper/g15helper.plist 
new/mumble-1.2.10/g15helper/g15helper.plist
--- old/mumble-1.2.9/g15helper/g15helper.plist  2015-06-11 21:49:58.000000000 
+0200
+++ new/mumble-1.2.10/g15helper/g15helper.plist 2015-07-09 21:51:02.000000000 
+0200
@@ -13,7 +13,7 @@
        <key>CFBundleSignature</key>
        <string>G15H</string>
        <key>CFBundleVersion</key>
-       <string>1.2.9</string>
+       <string>1.2.10</string>
        <key>NSHumanReadableCopyright</key>
        <string>Copyright (c) 2009 Mikkel Krautz 
&lt;[email protected]&gt;</string>
 </dict>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mumble-1.2.9/g15helper/g15helper.rc 
new/mumble-1.2.10/g15helper/g15helper.rc
--- old/mumble-1.2.9/g15helper/g15helper.rc     2015-06-11 21:49:58.000000000 
+0200
+++ new/mumble-1.2.10/g15helper/g15helper.rc    2015-07-09 21:51:02.000000000 
+0200
@@ -15,8 +15,8 @@
 #endif
 
 VS_VERSION_INFO VERSIONINFO
-       FILEVERSION             1,2,9,0
-       PRODUCTVERSION  1,2,9,0
+       FILEVERSION             1,2,10,0
+       PRODUCTVERSION  1,2,10,0
        FILEFLAGSMASK   VS_FFI_FILEFLAGSMASK
        FILEFLAGS               (VER_DEBUG|VER_RELEASE)
        FILEOS                  VOS_NT_WINDOWS32
@@ -29,8 +29,8 @@
                        BEGIN
                                VALUE "CompanyName", "Mikkel Krautz"
                                VALUE "FileDescription", "Mumble G15 LCD Helper"
-                               VALUE "FileVersion", "1.2.9"
-                               VALUE "ProductVersion", "1.2.9"
+                               VALUE "FileVersion", "1.2.10"
+                               VALUE "ProductVersion", "1.2.10"
                                VALUE "LegalCopyright", "Copyright (C) 
2008-2011, Mikkel Krautz <[email protected]>"
                                VALUE "OriginalFilename", 
"mumble-g15-helper.exe"
                                VALUE "ProductName", "Mumble G15 LCD Helper"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mumble-1.2.9/macx/common.pri 
new/mumble-1.2.10/macx/common.pri
--- old/mumble-1.2.9/macx/common.pri    2015-06-11 21:49:58.000000000 +0200
+++ new/mumble-1.2.10/macx/common.pri   2015-07-09 21:51:02.000000000 +0200
@@ -1,6 +1,6 @@
 # Common OSX overlay settings.
 
-VERSION = 1.2.9
+VERSION = 1.2.10
 
 DEFINES *= VERSION=\\\"$$VERSION\\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mumble-1.2.9/macx/osax/osax.plist 
new/mumble-1.2.10/macx/osax/osax.plist
--- old/mumble-1.2.9/macx/osax/osax.plist       2015-06-11 21:49:58.000000000 
+0200
+++ new/mumble-1.2.10/macx/osax/osax.plist      2015-07-09 21:51:02.000000000 
+0200
@@ -13,7 +13,7 @@
        <key>CFBundlePackageType</key>
        <string>osax</string>
        <key>CFbundleVersion</key>
-       <string>1.2.9</string>
+       <string>1.2.10</string>
        <key>CFBundleSignature</key>
        <string>MUOL</string>
        <key>CSResourcesFileMapped</key>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mumble-1.2.9/overlay/overlay.pro 
new/mumble-1.2.10/overlay/overlay.pro
--- old/mumble-1.2.9/overlay/overlay.pro        2015-06-11 21:49:58.000000000 
+0200
+++ new/mumble-1.2.10/overlay/overlay.pro       2015-07-09 21:51:02.000000000 
+0200
@@ -1,6 +1,6 @@
 include (../compiler.pri)
 
-VERSION = 1.2.9
+VERSION = 1.2.10
 TARGET_EXT = .dll
 TEMPLATE = lib
 CONFIG -= qt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mumble-1.2.9/overlay_gl/overlay_gl.pro 
new/mumble-1.2.10/overlay_gl/overlay_gl.pro
--- old/mumble-1.2.9/overlay_gl/overlay_gl.pro  2015-06-11 21:49:58.000000000 
+0200
+++ new/mumble-1.2.10/overlay_gl/overlay_gl.pro 2015-07-09 21:51:02.000000000 
+0200
@@ -5,7 +5,7 @@
 CONFIG -= qt
 CONFIG *= debug_and_release
 TARGET = mumble$(TARGET_ADD)
-VERSION = 1.2.9
+VERSION = 1.2.10
 SOURCES = overlay.c
 LIBS *= -lrt -ldl
 QMAKE_CFLAGS *= -fvisibility=hidden $(CFLAGS_ADD)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mumble-1.2.9/src/Version.h 
new/mumble-1.2.10/src/Version.h
--- old/mumble-1.2.9/src/Version.h      2015-06-11 21:49:58.000000000 +0200
+++ new/mumble-1.2.10/src/Version.h     2015-07-09 21:51:03.000000000 +0200
@@ -36,7 +36,7 @@
 #define MUMTEXT(X) MUMXTEXT(X)
 
 #ifndef MUMBLE_VERSION
-#define MUMBLE_VERSION 1.2.9
+#define MUMBLE_VERSION 1.2.10
 #endif
 #ifndef MUMBLE_VERSION
 #define MUMBLE_RELEASE "Compiled " __DATE__ " " __TIME__
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mumble-1.2.9/src/mumble/mumble.plist 
new/mumble-1.2.10/src/mumble/mumble.plist
--- old/mumble-1.2.9/src/mumble/mumble.plist    2015-06-11 21:49:58.000000000 
+0200
+++ new/mumble-1.2.10/src/mumble/mumble.plist   2015-07-09 21:51:03.000000000 
+0200
@@ -26,7 +26,7 @@
                </dict>
        </array>
        <key>CFBundleVersion</key>
-       <string>1.2.9</string>
+       <string>1.2.10</string>
        <key>NSHumanReadableCopyright</key>
        <string>Copyright (c) 2005-2010 Thorvald Natvig 
&lt;[email protected]&gt;</string>
 </dict>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mumble-1.2.9/src/mumble/mumble.rc 
new/mumble-1.2.10/src/mumble/mumble.rc
--- old/mumble-1.2.9/src/mumble/mumble.rc       2015-06-11 21:49:58.000000000 
+0200
+++ new/mumble-1.2.10/src/mumble/mumble.rc      2015-07-09 21:51:03.000000000 
+0200
@@ -15,8 +15,8 @@
 #endif
 
 VS_VERSION_INFO VERSIONINFO
-       FILEVERSION             1,2,9,0
-       PRODUCTVERSION  1,2,9,0
+       FILEVERSION             1,2,10,0
+       PRODUCTVERSION  1,2,10,0
        FILEFLAGSMASK   VS_FFI_FILEFLAGSMASK
        FILEFLAGS               (VER_DEBUG|VER_RELEASE)
        FILEOS                  VOS_NT_WINDOWS32
@@ -29,8 +29,8 @@
                        BEGIN
                                VALUE "CompanyName", "Thorvald Natvig"
                                VALUE "FileDescription", "Mumble - Low-latency 
VoIP client"
-                               VALUE "FileVersion", "1.2.9"
-                               VALUE "ProductVersion", "1.2.9"
+                               VALUE "FileVersion", "1.2.10"
+                               VALUE "ProductVersion", "1.2.10"
                                VALUE "LegalCopyright", "Copyright (C) 
2005-2011, Thorvald Natvig <[email protected]>"
                                VALUE "OriginalFilename", "mumble.exe"
                                VALUE "ProductName", "Mumble"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mumble-1.2.9/src/mumble.pri 
new/mumble-1.2.10/src/mumble.pri
--- old/mumble-1.2.9/src/mumble.pri     2015-06-11 21:49:58.000000000 +0200
+++ new/mumble-1.2.10/src/mumble.pri    2015-07-09 21:51:03.000000000 +0200
@@ -1,6 +1,6 @@
 include(../compiler.pri)
 
-VERSION                = 1.2.9
+VERSION                = 1.2.10
 DIST           = mumble.pri Message.h PacketDataStream.h CryptState.h Timer.h 
Version.h OSInfo.h SSL.h Mumble.proto
 CONFIG         += qt thread debug_and_release warn_on
 DEFINES                *= MUMBLE_VERSION_STRING=$$VERSION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mumble-1.2.9/src/murmur/murmur.plist 
new/mumble-1.2.10/src/murmur/murmur.plist
--- old/mumble-1.2.9/src/murmur/murmur.plist    2015-06-11 21:49:58.000000000 
+0200
+++ new/mumble-1.2.10/src/murmur/murmur.plist   2015-07-09 21:51:03.000000000 
+0200
@@ -13,7 +13,7 @@
        <key>CFBundleSignature</key>
        <string>MMUR</string>
        <key>CFBundleVersion</key>
-       <string>1.2.9</string>
+       <string>1.2.10</string>
        <key>NSHumanReadableCopyright</key>
        <string>Copyright (c) 2005-2010 Thorvald Natvig 
&lt;[email protected]&gt;</string>
 </dict>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mumble-1.2.9/src/murmur/murmur.rc 
new/mumble-1.2.10/src/murmur/murmur.rc
--- old/mumble-1.2.9/src/murmur/murmur.rc       2015-06-11 21:49:58.000000000 
+0200
+++ new/mumble-1.2.10/src/murmur/murmur.rc      2015-07-09 21:51:03.000000000 
+0200
@@ -15,8 +15,8 @@
 #endif
 
 VS_VERSION_INFO VERSIONINFO
-       FILEVERSION             1,2,9,0
-       PRODUCTVERSION  1,2,9,0
+       FILEVERSION             1,2,10,0
+       PRODUCTVERSION  1,2,10,0
        FILEFLAGSMASK   VS_FFI_FILEFLAGSMASK
        FILEFLAGS               (VER_DEBUG|VER_RELEASE)
        FILEOS                  VOS_NT_WINDOWS32
@@ -29,8 +29,8 @@
                        BEGIN
                                VALUE "CompanyName", "Thorvald Natvig"
                                VALUE "FileDescription", "Murmur - Low-latency 
VoIP server"
-                               VALUE "FileVersion", "1.2.9"
-                               VALUE "ProductVersion", "1.2.9"
+                               VALUE "FileVersion", "1.2.10"
+                               VALUE "ProductVersion", "1.2.10"
                                VALUE "LegalCopyright", "Copyright (C) 
2005-2011, Thorvald Natvig <[email protected]>"
                                VALUE "OriginalFilename", "murmur.exe"
                                VALUE "ProductName", "Mumble"



Reply via email to