Hello community, here is the log from the commit of package unrar for openSUSE:Factory:NonFree checked in at 2016-02-05 00:32:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory:NonFree/unrar (Old) and /work/SRC/openSUSE:Factory:NonFree/.unrar.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "unrar" Changes: -------- --- /work/SRC/openSUSE:Factory:NonFree/unrar/unrar.changes 2016-01-16 11:57:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory:NonFree/.unrar.new/unrar.changes 2016-02-05 00:32:23.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Feb 4 09:11:05 UTC 2016 - idon...@suse.com + +- Update to 5.3.10 + * No changelog upstream. + +------------------------------------------------------------------- Old: ---- unrarsrc-5.3.9.tar.gz New: ---- unrarsrc-5.3.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ unrar.spec ++++++ --- /var/tmp/diff_new_pack.xTDd8P/_old 2016-02-05 00:32:24.000000000 +0100 +++ /var/tmp/diff_new_pack.xTDd8P/_new 2016-02-05 00:32:24.000000000 +0100 @@ -18,10 +18,10 @@ # majorversion should match the major version number. %define majorversion 5 -%define libsuffix 5_3_9 +%define libsuffix 5_3_10 Name: unrar -Version: 5.3.9 +Version: 5.3.10 Release: 0 Summary: A program to extract, test, and view RAR archives License: SUSE-NonFree ++++++ unrarsrc-5.3.9.tar.gz -> unrarsrc-5.3.10.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unrar/dll.rc new/unrar/dll.rc --- old/unrar/dll.rc 2016-01-03 10:10:40.000000000 +0100 +++ new/unrar/dll.rc 2016-02-03 20:37:39.000000000 +0100 @@ -2,8 +2,8 @@ #include <commctrl.h> VS_VERSION_INFO VERSIONINFO -FILEVERSION 5, 31, 1, 1832 -PRODUCTVERSION 5, 31, 1, 1832 +FILEVERSION 5, 31, 100, 1864 +PRODUCTVERSION 5, 31, 100, 1864 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP { @@ -14,8 +14,8 @@ VALUE "CompanyName", "Alexander Roshal\0" VALUE "ProductName", "RAR decompression library\0" VALUE "FileDescription", "RAR decompression library\0" - VALUE "FileVersion", "5.31.1\0" - VALUE "ProductVersion", "5.31.1\0" + VALUE "FileVersion", "5.31.0\0" + VALUE "ProductVersion", "5.31.0\0" VALUE "LegalCopyright", "Copyright � Alexander Roshal 1993-2016\0" VALUE "OriginalFilename", "Unrar.dll\0" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unrar/unicode.cpp new/unrar/unicode.cpp --- old/unrar/unicode.cpp 2016-01-03 10:55:37.000000000 +0100 +++ new/unrar/unicode.cpp 2016-02-03 20:41:37.000000000 +0100 @@ -380,7 +380,7 @@ int wcsicomp(const wchar *s1,const wchar *s2) { #ifdef _WIN_ALL - return CompareStringW(LOCALE_USER_DEFAULT,NORM_IGNORECASE|SORT_STRINGSORT,s1,-1,s2,-1)-2; + return CompareString(LOCALE_USER_DEFAULT,NORM_IGNORECASE|SORT_STRINGSORT,s1,-1,s2,-1)-2; #else while (true) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unrar/version.hpp new/unrar/version.hpp --- old/unrar/version.hpp 2016-01-03 10:55:37.000000000 +0100 +++ new/unrar/version.hpp 2016-02-03 20:41:37.000000000 +0100 @@ -1,6 +1,6 @@ #define RARVER_MAJOR 5 #define RARVER_MINOR 31 -#define RARVER_BETA 1 -#define RARVER_DAY 3 -#define RARVER_MONTH 1 +#define RARVER_BETA 0 +#define RARVER_DAY 4 +#define RARVER_MONTH 2 #define RARVER_YEAR 2016