7 Commits

Author SHA256 Message Date
db279448c3 Accepting request 1254931 from network:telephony
OBS-URL: https://build.opensuse.org/request/show/1254931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bcmatroska2?expand=0&rev=11
2025-03-21 19:22:45 +00:00
e963a278ca - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
- Add %check section

- Update to 5.3.36 (no changelog).

OBS-URL: https://build.opensuse.org/package/show/network:telephony/bcmatroska2?expand=0&rev=23
2025-03-21 07:48:18 +00:00
9e4b142ee6 Accepting request 1246357 from network:telephony
update to 5.3.101

OBS-URL: https://build.opensuse.org/request/show/1246357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bcmatroska2?expand=0&rev=10
2025-02-17 19:55:55 +00:00
121b3bd7cf - Update to 5.3.101 (no changelog).
OBS-URL: https://build.opensuse.org/package/show/network:telephony/bcmatroska2?expand=0&rev=21
2025-02-17 08:08:32 +00:00
5ef9ddbd0f Update to version 5.3.96
OBS-URL: https://build.opensuse.org/package/show/network:telephony/bcmatroska2?expand=0&rev=20
2025-02-17 07:22:11 +00:00
132b7f39f9 Accepting request 1223525 from network:telephony
update to latest version

OBS-URL: https://build.opensuse.org/request/show/1223525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bcmatroska2?expand=0&rev=9
2024-11-12 18:22:22 +00:00
cf8bdefb54 - Update to 5.3.95 (no changelog).
OBS-URL: https://build.opensuse.org/package/show/network:telephony/bcmatroska2?expand=0&rev=18
2024-11-12 07:22:46 +00:00
6 changed files with 43 additions and 19 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3b6ec8f0be7f7dc6edc2e3a7082af1e907848f2c8ce2c06d33c5a0e25e7fe88
size 790741

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c2f21a8b2e0672fbe9d8091f10d602165b99a64c66c62746937d5c0564958bd
size 790632

View File

@@ -1,7 +1,7 @@
Index: bcmatroska2-5.3.26/corec/corec/CMakeLists.txt
Index: bcmatroska2-5.3.95/corec/corec/CMakeLists.txt
===================================================================
--- bcmatroska2-5.3.26.orig/corec/corec/CMakeLists.txt
+++ bcmatroska2-5.3.26/corec/corec/CMakeLists.txt
--- bcmatroska2-5.3.95.orig/corec/corec/CMakeLists.txt
+++ bcmatroska2-5.3.95/corec/corec/CMakeLists.txt
@@ -103,18 +103,18 @@ install(FILES
memalloc.h
memheap.h
@@ -49,10 +49,10 @@ Index: bcmatroska2-5.3.26/corec/corec/CMakeLists.txt
)
-install(FILES str/str.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/corec/str)
+install(FILES str/str.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/bcmatroska2/corec/str)
Index: bcmatroska2-5.3.26/libebml2/CMakeLists.txt
Index: bcmatroska2-5.3.95/libebml2/CMakeLists.txt
===================================================================
--- bcmatroska2-5.3.26.orig/libebml2/CMakeLists.txt
+++ bcmatroska2-5.3.26/libebml2/CMakeLists.txt
--- bcmatroska2-5.3.95.orig/libebml2/CMakeLists.txt
+++ bcmatroska2-5.3.95/libebml2/CMakeLists.txt
@@ -34,5 +34,5 @@ add_library(bcmatroska2-ebml-objects OBJ
set_target_properties(bcmatroska2-ebml-objects PROPERTIES POSITION_INDEPENDENT_CODE TRUE)
@@ -60,11 +60,11 @@ Index: bcmatroska2-5.3.26/libebml2/CMakeLists.txt
- DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/bcmatroska2
)
Index: bcmatroska2-5.3.26/libmatroska2/CMakeLists.txt
Index: bcmatroska2-5.3.95/libmatroska2/CMakeLists.txt
===================================================================
--- bcmatroska2-5.3.26.orig/libmatroska2/CMakeLists.txt
+++ bcmatroska2-5.3.26/libmatroska2/CMakeLists.txt
@@ -71,5 +71,5 @@ install(TARGETS bcmatroska2 EXPORT ${PRO
--- bcmatroska2-5.3.95.orig/libmatroska2/CMakeLists.txt
+++ bcmatroska2-5.3.95/libmatroska2/CMakeLists.txt
@@ -72,5 +72,5 @@ install(TARGETS bcmatroska2 EXPORT ${PRO
)
install(DIRECTORY matroska

View File

@@ -1,7 +1,28 @@
-------------------------------------------------------------------
Thu Mar 20 23:40:48 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
- Add %check section
-------------------------------------------------------------------
Mon Feb 17 08:08:01 UTC 2025 - Paolo Stivanin <info@paolostivanin.com>
- Update to 5.3.101 (no changelog).
-------------------------------------------------------------------
Wed Feb 12 04:43:33 UTC 2025 - ming li <mli@suse.com>
- Update to 5.3.96 (no changelog).
-------------------------------------------------------------------
Mon Nov 11 09:26:06 UTC 2024 - ecsos <ecsos@opensuse.org>
- Update to 5.3.95 (no changelog).
-------------------------------------------------------------------
Fri Mar 29 09:33:57 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
- Update to 5.3.36 (no changelog).
- Update to 5.3.36 (no changelog).
-------------------------------------------------------------------
Wed Mar 27 08:44:43 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package bcmatroska2
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define sover 0
Name: bcmatroska2
Version: 5.3.36
Version: 5.3.101
Release: 0
Summary: C Library to Deal with Matroska Files
License: BSD-3-Clause AND Zlib AND GPL-2.0-or-later
@@ -29,7 +29,7 @@ Source1: baselibs.conf
Patch0: bcmatroska2-include-subdir.patch
Patch1: fix-cmakelist-version.patch
BuildRequires: chrpath
BuildRequires: cmake
BuildRequires: cmake >= 3.5
BuildRequires: pkgconfig(bctoolbox) >= 5.3.20
%description
@@ -58,7 +58,7 @@ applications which will use libbcmatroska2.
%autosetup -p1
%build
%cmake
%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5
%cmake_build
%install
@@ -66,6 +66,9 @@ applications which will use libbcmatroska2.
chrpath -d %{buildroot}%{_libdir}/lib%{name}.so.%{sover}*
%check
%ctest
%post -n lib%{name}-%{sover} -p /sbin/ldconfig
%postun -n lib%{name}-%{sover} -p /sbin/ldconfig

View File

@@ -7,7 +7,7 @@ Index: bcmatroska2-5.3.26/CMakeLists.txt
project(BCMatroska2
- VERSION 0.23
+ VERSION 5.3.36
+ VERSION 5.3.101
LANGUAGES C
)