]> git.pld-linux.org Git - packages/libebml.git/commitdiff
up to 1.4.3
authorJan Palus <atler@pld-linux.org>
Sun, 2 Oct 2022 12:46:44 +0000 (14:46 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 2 Oct 2022 12:46:44 +0000 (14:46 +0200)
gcc11.patch [deleted file]
libebml.spec

diff --git a/gcc11.patch b/gcc11.patch
deleted file mode 100644 (file)
index 859f763..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -up libebml-1.4.2/src/EbmlString.cpp.gcc11 libebml-1.4.2/src/EbmlString.cpp
---- libebml-1.4.2/src/EbmlString.cpp.gcc11     2021-02-18 12:42:59.000000000 +0100
-+++ libebml-1.4.2/src/EbmlString.cpp   2021-03-01 11:42:02.122854703 +0100
-@@ -34,6 +34,7 @@
-   \author Steve Lhomme     <robux4 @ users.sf.net>
- */
- #include <cassert>
-+#include <limits>
- #include "ebml/EbmlString.h"
-diff -up libebml-1.4.2/src/EbmlUnicodeString.cpp.gcc11 libebml-1.4.2/src/EbmlUnicodeString.cpp
---- libebml-1.4.2/src/EbmlUnicodeString.cpp.gcc11      2021-03-01 11:42:02.121854696 +0100
-+++ libebml-1.4.2/src/EbmlUnicodeString.cpp    2021-03-01 11:42:21.772995170 +0100
-@@ -36,6 +36,7 @@
- */
- #include <cassert>
-+#include <limits>
- #include "ebml/EbmlUnicodeString.h"
index 700f71523264cbcb963b4f22b93519a46d7a17d1..afd820c71a97949e6f79065dfb61fa58e99690ec 100644 (file)
@@ -5,15 +5,15 @@
 Summary:       Extensible Binary Meta Language access library
 Summary(pl.UTF-8):     Biblioteka dostępu rozszerzalnego metajęzyka binarnego
 Name:          libebml
-Version:       1.4.2
-Release:       3
+Version:       1.4.3
+Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       https://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.xz
-# Source0-md5: 194095f4315334fcedacb4900c59c014
-Patch0:                gcc11.patch
+# Source0-md5: de037ddb4908f92866e7ce76869ddba1
 URL:           https://www.matroska.org/
 BuildRequires: cmake >= 3.1.2
+BuildRequires: gcc >= 6:5
 BuildRequires: libstdc++-devel >= 6:4.7
 BuildRequires: rpmbuild(macros) >= 1.605
 BuildRequires: tar >= 1:1.22
@@ -57,7 +57,6 @@ Statyczna wersja biblioteki rozszerzalnego metajęzyka binarnego.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 # .pc file generation expects relative CMAKE_INSTALL_{INCLUDE,LIB}DIR
@@ -100,7 +99,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README.md
+%doc NEWS.md README.md
 %attr(755,root,root) %{_libdir}/libebml.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libebml.so.5
 
This page took 0.132218 seconds and 4 git commands to generate.