diff --git a/libburn-0.6.16-multilib.patch b/libburn-0.6.16-multilib.patch new file mode 100644 index 0000000000000000000000000000000000000000..8edd567e28fe3111dececcb487e40e432160d45d --- /dev/null +++ b/libburn-0.6.16-multilib.patch @@ -0,0 +1,23 @@ +Patch by Robert Scheck for libburn >= 0.6.16, which solves the +multilib/multiarch problem by removing the timestamp within the footer from the doxygen +generated files. + +--- libburn-0.6.16/doc/doxygen.conf.in 2008-11-25 11:00:11.000000000 +0100 ++++ libburn-0.6.16/doc/doxygen.conf.in.multilib 2009-03-17 22:17:03.000000000 +0100 +@@ -904,7 +904,7 @@ + # each generated HTML page. If it is left blank doxygen will generate a + # standard footer. + +-HTML_FOOTER = ++HTML_FOOTER = doc/footer_no_timestamp.html + + # The HTML_STYLESHEET tag can be used to specify a user-defined cascading + # style sheet that is used by each HTML page. It can be used to +--- libburn-0.6.16/doc/footer_no_timestamp.html 1970-01-01 01:00:00.000000000 +0100 ++++ libburn-0.6.16/doc/footer_no_timestamp.html.multilib 2009-03-17 22:18:47.000000000 +0100 +@@ -0,0 +1,5 @@ ++
Generated for $projectname by  ++ ++doxygen $doxygenversion
++ ++ diff --git a/libburn-1.5.4.tar.gz b/libburn-1.5.4.tar.gz deleted file mode 100644 index c14264942dfe137fb54052f3c5bb52d71a14f43c..0000000000000000000000000000000000000000 Binary files a/libburn-1.5.4.tar.gz and /dev/null differ diff --git a/libburn-1.5.6.tar.gz b/libburn-1.5.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..49e28e82a7f77c76bac2dc1fe96a2089a3b86806 Binary files /dev/null and b/libburn-1.5.6.tar.gz differ diff --git a/libburn.spec b/libburn.spec index e8dfb141acd142d78a0bc7265330137a83d58281..5a95fa8f915b2bebc23d0460f5aa4ee1c9ee4f71 100644 --- a/libburn.spec +++ b/libburn.spec @@ -1,13 +1,14 @@ -%define anolis_release 2 +%define anolis_release 1 Summary: Library for reading, mastering and writing optical discs Name: libburn -Version: 1.5.4 +Version: 1.5.6 Release: %{anolis_release}%{?dist} License: GPLv2+ URL: https://libburnia-project.org/ Source0: https://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz -Patch0: libburn-1.5.4-rpath.patch +Patch0: libburn-0.6.16-multilib.patch +Patch1: libburn-1.5.4-rpath.patch BuildRequires: gcc, make, intltool, gettext %description @@ -99,6 +100,9 @@ fi %{abidir}/*-option.list %changelog +* Mon Feb 24 2025 Xiaoping Liu - 1.5.6-1 +- Refer to CentOS Stream libburn-1.5.6-6 (tdawson@redhat.com) + * Mon Dec 09 2024 mgb01105731 - 1.5.4-2 - Rebuild for remove inappropriate build dependencies.