Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bcmatroska2 for openSUSE:Factory 
checked in at 2024-04-16 20:04:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bcmatroska2 (Old)
 and      /work/SRC/openSUSE:Factory/.bcmatroska2.new.26366 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bcmatroska2"

Tue Apr 16 20:04:30 2024 rev:8 rq:1167918 version:5.3.36

Changes:
--------
--- /work/SRC/openSUSE:Factory/bcmatroska2/bcmatroska2.changes  2024-03-28 
14:31:58.864395652 +0100
+++ /work/SRC/openSUSE:Factory/.bcmatroska2.new.26366/bcmatroska2.changes       
2024-04-16 20:08:03.661750317 +0200
@@ -1,0 +2,5 @@
+Fri Mar 29 09:33:57 UTC 2024 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to 5.3.36 (no changelog). 
+
+-------------------------------------------------------------------

Old:
----
  bcmatroska2-5.3.26.tar.bz2

New:
----
  bcmatroska2-5.3.36.tar.bz2

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

Other differences:
------------------
++++++ bcmatroska2.spec ++++++
--- /var/tmp/diff_new_pack.orWRYC/_old  2024-04-16 20:08:04.161768697 +0200
+++ /var/tmp/diff_new_pack.orWRYC/_new  2024-04-16 20:08:04.165768844 +0200
@@ -18,7 +18,7 @@
 
 %define sover   0
 Name:           bcmatroska2
-Version:        5.3.26
+Version:        5.3.36
 Release:        0
 Summary:        C Library to Deal with Matroska Files
 License:        BSD-3-Clause AND Zlib AND GPL-2.0-or-later
@@ -58,8 +58,7 @@
 %autosetup -p1
 
 %build
-%cmake \
-  -DENABLE_STATIC=OFF
+%cmake
 %cmake_build
 
 %install

++++++ bcmatroska2-5.3.26.tar.bz2 -> bcmatroska2-5.3.36.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bcmatroska2-5.3.26/libebml2/ebmlmaster.c 
new/bcmatroska2-5.3.36/libebml2/ebmlmaster.c
--- old/bcmatroska2-5.3.26/libebml2/ebmlmaster.c        2024-01-22 
18:00:54.000000000 +0100
+++ new/bcmatroska2-5.3.36/libebml2/ebmlmaster.c        2024-03-11 
10:09:13.000000000 +0100
@@ -146,7 +146,7 @@
     if (Cmp)
         ArraySort(&Elts,ebml_element*,Cmp,CmpParam,0);
     else
-        ArraySort(&Elts,ebml_element*,EbmlCmp,Element,0);
+        ArraySort(&Elts,ebml_element*,(arraycmp)EbmlCmp,Element,0);
 
     // refill the master with the new order
     EBML_MasterClear(Element);
@@ -662,4 +662,4 @@
                 
ErrCallback(cookie,MASTER_CHECK_MISSING_MANDATORY,ClassString,NULL);
            }
        }
-}
\ No newline at end of file
+}

++++++ fix-cmakelist-version.patch ++++++
--- /var/tmp/diff_new_pack.orWRYC/_old  2024-04-16 20:08:04.637786194 +0200
+++ /var/tmp/diff_new_pack.orWRYC/_new  2024-04-16 20:08:04.641786342 +0200
@@ -7,7 +7,7 @@
  
  project(BCMatroska2
 -      VERSION 0.23
-+      VERSION 5.3.26
++      VERSION 5.3.36
        LANGUAGES C
  )
  

Reply via email to