Hello community,

here is the log from the commit of package unrar for openSUSE:Factory:NonFree 
checked in at 2016-01-16 11:57: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      2015-11-24 
22:34:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.unrar.new/unrar.changes 2016-01-16 
11:57:27.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Jan 10 12:16:14 UTC 2016 - [email protected]
+
+- Update to 5.3.9.
+  * No changelog available.
+
+-------------------------------------------------------------------

Old:
----
  unrarsrc-5.3.8.tar.gz

New:
----
  unrarsrc-5.3.9.tar.gz

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

Other differences:
------------------
++++++ unrar.spec ++++++
--- /var/tmp/diff_new_pack.iS9GS8/_old  2016-01-16 11:57:28.000000000 +0100
+++ /var/tmp/diff_new_pack.iS9GS8/_new  2016-01-16 11:57:28.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package unrar
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
 
 # majorversion should match the major version number.
 %define majorversion 5
-%define libsuffix 5_3_8
+%define libsuffix 5_3_9
 
 Name:           unrar
-Version:        5.3.8
+Version:        5.3.9
 Release:        0
 Summary:        A program to extract, test, and view RAR archives
 License:        SUSE-NonFree

++++++ unrarsrc-5.3.8.tar.gz -> unrarsrc-5.3.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/dll.rc new/unrar/dll.rc
--- old/unrar/dll.rc    2015-11-18 10:14:43.000000000 +0100
+++ new/unrar/dll.rc    2016-01-03 10:10:40.000000000 +0100
@@ -2,8 +2,8 @@
 #include <commctrl.h>
 
 VS_VERSION_INFO VERSIONINFO
-FILEVERSION 5, 30, 100, 1785
-PRODUCTVERSION 5, 30, 100, 1785
+FILEVERSION 5, 31, 1, 1832
+PRODUCTVERSION 5, 31, 1, 1832
 FILEOS VOS__WINDOWS32
 FILETYPE VFT_APP
 {
@@ -14,9 +14,9 @@
       VALUE "CompanyName", "Alexander Roshal\0"
       VALUE "ProductName", "RAR decompression library\0"
       VALUE "FileDescription", "RAR decompression library\0"
-      VALUE "FileVersion", "5.30.0\0"
-      VALUE "ProductVersion", "5.30.0\0"
-      VALUE "LegalCopyright", "Copyright � Alexander Roshal 1993-2015\0"
+      VALUE "FileVersion", "5.31.1\0"
+      VALUE "ProductVersion", "5.31.1\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/secpassword.cpp new/unrar/secpassword.cpp
--- old/unrar/secpassword.cpp   2015-11-18 10:34:20.000000000 +0100
+++ new/unrar/secpassword.cpp   2016-01-03 10:55:37.000000000 +0100
@@ -35,7 +35,7 @@
     {
       if (!LoadCalled)
       {
-        hCrypt = LoadLibraryW(L"Crypt32.dll");
+        hCrypt = LoadSysLibrary(L"Crypt32.dll");
         if (hCrypt != NULL)
         {
           pCryptProtectMemory = (CRYPTPROTECTMEMORY)GetProcAddress(hCrypt, 
"CryptProtectMemory");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/system.cpp new/unrar/system.cpp
--- old/unrar/system.cpp        2015-11-18 10:34:20.000000000 +0100
+++ new/unrar/system.cpp        2016-01-03 10:55:37.000000000 +0100
@@ -130,6 +130,9 @@
 
 
 
+
+
+
 #ifdef USE_SSE
 SSE_VERSION _SSE_Version=GetSSEVersion();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/timefn.cpp new/unrar/timefn.cpp
--- old/unrar/timefn.cpp        2015-11-18 10:34:20.000000000 +0100
+++ new/unrar/timefn.cpp        2016-01-03 10:55:37.000000000 +0100
@@ -122,6 +122,7 @@
   st.wMinute=lt->Minute;
   st.wSecond=lt->Second;
   st.wMilliseconds=0;
+  st.wDayOfWeek=0;
   FILETIME lft;
   if (SystemTimeToFileTime(&st,&lft))
   {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/version.hpp new/unrar/version.hpp
--- old/unrar/version.hpp       2015-11-18 10:34:20.000000000 +0100
+++ new/unrar/version.hpp       2016-01-03 10:55:37.000000000 +0100
@@ -1,6 +1,6 @@
 #define RARVER_MAJOR     5
-#define RARVER_MINOR    30
-#define RARVER_BETA      0
-#define RARVER_DAY      18
-#define RARVER_MONTH    11
-#define RARVER_YEAR   2015
+#define RARVER_MINOR    31
+#define RARVER_BETA      1
+#define RARVER_DAY       3
+#define RARVER_MONTH     1
+#define RARVER_YEAR   2016


Reply via email to