From 524429a98d1ec00e73e7afe84ecdffbb11f1c2cd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:34:11 +0000 Subject: [PATCH 01/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- waylandpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waylandpp.spec b/waylandpp.spec index 18e43b6..43af748 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp Version: 0.2.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is @@ -92,6 +92,9 @@ ctest -V %{?_smp_mflags} %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 0.2.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 0.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 767cacaa4d8c90d953ce50c118f09bb486f59062 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:19:03 +0000 Subject: [PATCH 02/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- waylandpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waylandpp.spec b/waylandpp.spec index 43af748..31e87e7 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp Version: 0.2.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is @@ -92,6 +92,9 @@ ctest -V %{?_smp_mflags} %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 0.2.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 0.2.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From c2c33fc5f5d240ae89e4900f33f3d4ef06b0842f Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Fri, 9 Aug 2019 16:54:20 +0200 Subject: [PATCH 03/32] Update to 0.2.5 --- .gitignore | 1 + sources | 2 +- waylandpp.spec | 17 ++++++++--------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index d82747d..545a23c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /waylandpp-0.2.2.tar.gz /waylandpp-0.2.3.tar.gz +/waylandpp-0.2.5.tar.gz diff --git a/sources b/sources index 33cd735..8d4634f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waylandpp-0.2.3.tar.gz) = 424ccef67e1faedfb03aa7465917e4dfc0eae578a1eb42bcdbe71df02955fef00fc1b480acb4828e168f051a82a13f923e0c9be93d3ede221e791a7af88647a5 +SHA512 (waylandpp-0.2.5.tar.gz) = a8c80282022b2ede3c3d0f5516e236aedaf3ef685565da8c61214fe37eda139bf152093eb29960be1889798eef5631b9d68a5e832c10cf1160c4a90f45eccb6e diff --git a/waylandpp.spec b/waylandpp.spec index 31e87e7..b0d5197 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,13 +1,12 @@ Name: waylandpp -Version: 0.2.3 -Release: 4%{?dist} +Version: 0.2.5 +Release: 1%{?dist} Summary: Wayland C++ bindings -# waylandpp includes part of Wayland under MIT, wayland-scanner++ is -# GPLv3+ +# waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ License: BSD and MIT and GPLv3+ -URL: https://github.com/NilsBrause/waylandpp/ -Source0: https://github.com/NilsBrause/%{name}/archive/%{version}/%{name}-%{version}.tar.gz +URL: https://github.com/NilsBrause/%{name}/ +Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: doxygen @@ -62,9 +61,6 @@ The %{name}-doc package contains development documentation for %{name}. rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ -%ldconfig_scriptlets - - %check ctest -V %{?_smp_mflags} @@ -92,6 +88,9 @@ ctest -V %{?_smp_mflags} %changelog +* Fri Aug 09 2019 Mohamed El Morabity - 0.2.5-1 +- Update to 0.2.5 + * Sat Jul 27 2019 Fedora Release Engineering - 0.2.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 07e3ec4baf2347b24067441a16e2b54d24aa1b8b Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Fri, 9 Aug 2019 17:42:38 +0200 Subject: [PATCH 04/32] Fix build with pugixml --- waylandpp-0.2.5-pugixml.patch | 37 +++++++++++++++++++++++++++++++++++ waylandpp.spec | 3 +++ 2 files changed, 40 insertions(+) create mode 100644 waylandpp-0.2.5-pugixml.patch diff --git a/waylandpp-0.2.5-pugixml.patch b/waylandpp-0.2.5-pugixml.patch new file mode 100644 index 0000000..ac906ce --- /dev/null +++ b/waylandpp-0.2.5-pugixml.patch @@ -0,0 +1,37 @@ +diff -up ./CMakeLists.txt.orig ./CMakeLists.txt +--- ./CMakeLists.txt.orig 2019-02-24 16:25:11.000000000 +0100 ++++ ./CMakeLists.txt 2019-03-01 22:40:21.727808742 +0100 +@@ -27,6 +27,7 @@ cmake_minimum_required(VERSION 3.1) + # packages + include(FindPkgConfig) + include(GNUInstallDirs) ++include(FindPackageHandleStandardArgs) + find_package(Doxygen) + + # version information +@@ -59,13 +60,18 @@ set(CMAKE_CXX_STANDARD 11) + + # build scanner + if(BUILD_SCANNER) +- pkg_check_modules(PUGIXML REQUIRED "pugixml>=1.4") +- add_executable(wayland-scanner++ scanner/scanner.cpp) +- target_link_libraries(wayland-scanner++ ${PUGIXML_LIBRARIES}) +- target_compile_options(wayland-scanner++ PUBLIC ${PUGIXML_CFLAGS}) +- configure_file(wayland-scanner++.pc.in wayland-scanner++.pc @ONLY) +- install(TARGETS wayland-scanner++ RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}") +- install(FILES "${CMAKE_CURRENT_BINARY_DIR}/wayland-scanner++.pc" DESTINATION "${INSTALL_FULL_PKGCONFIGDIR}") ++ find_path(PUGIXML_INCLUDE_DIR NAMES pugixml.hpp) ++ find_library(PUGIXML_LIBRARY NAMES pugixml) ++ find_package_handle_standard_args(PugiXML DEFAULT_MSG PUGIXML_LIBRARY PUGIXML_INCLUDE_DIR) ++ if (PUGIXML_FOUND) ++ set(PUGIXML_LIBRARIES ${PUGIXML_LIBRARY}) ++ mark_as_advanced(PUGIXML_LIBRARY PUGIXML_INCLUDE_DIR) ++ add_executable(wayland-scanner++ scanner/scanner.cpp) ++ target_link_libraries(wayland-scanner++ ${PUGIXML_LIBRARIES}) ++ configure_file(wayland-scanner++.pc.in wayland-scanner++.pc @ONLY) ++ install(TARGETS wayland-scanner++ RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}") ++ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/wayland-scanner++.pc" DESTINATION "${INSTALL_FULL_PKGCONFIGDIR}") ++ endif() + endif() + + # build libraries diff --git a/waylandpp.spec b/waylandpp.spec index b0d5197..fe4be81 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -7,6 +7,8 @@ Summary: Wayland C++ bindings License: BSD and MIT and GPLv3+ URL: https://github.com/NilsBrause/%{name}/ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz +# Fix pugixml detection during build +Patch0: %{name}-0.2.5-pugixml.patch BuildRequires: cmake BuildRequires: doxygen @@ -16,6 +18,7 @@ BuildRequires: mesa-libEGL-devel BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-egl) +BuildRequires: pugixml-devel %description Wayland is an object oriented display protocol, which features request and From bf6e912a0ffa44099387f7a0757f507fecd81582 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Thu, 5 Dec 2019 09:49:18 +0100 Subject: [PATCH 05/32] Update to 0.2.7 --- .gitignore | 1 + sources | 2 +- waylandpp-0.2.7-pugixml.patch | 18 ++++++++++++++++++ waylandpp.spec | 10 +++++++--- 4 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 waylandpp-0.2.7-pugixml.patch diff --git a/.gitignore b/.gitignore index 545a23c..b0f15f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /waylandpp-0.2.2.tar.gz /waylandpp-0.2.3.tar.gz /waylandpp-0.2.5.tar.gz +/waylandpp-0.2.7.tar.gz diff --git a/sources b/sources index 8d4634f..7489a88 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waylandpp-0.2.5.tar.gz) = a8c80282022b2ede3c3d0f5516e236aedaf3ef685565da8c61214fe37eda139bf152093eb29960be1889798eef5631b9d68a5e832c10cf1160c4a90f45eccb6e +SHA512 (waylandpp-0.2.7.tar.gz) = 67ec76d9bc0146472d70364c98b6b5af957c757a95d55c224ef2d9bf8b3ab15dc4f6333dca1ad803d94403be11abe7055db54d9fc708c6f5c0196f6a328a5ed2 diff --git a/waylandpp-0.2.7-pugixml.patch b/waylandpp-0.2.7-pugixml.patch new file mode 100644 index 0000000..03bd95d --- /dev/null +++ b/waylandpp-0.2.7-pugixml.patch @@ -0,0 +1,18 @@ +diff -up ./CMakeLists.txt.orig ./CMakeLists.txt +--- ./CMakeLists.txt.orig 2019-10-14 19:03:11.000000000 +0200 ++++ ./CMakeLists.txt 2019-12-04 16:47:37.722206039 +0100 +@@ -81,10 +81,11 @@ endfunction() + + # build scanner + if(BUILD_SCANNER) +- pkg_check_modules(PUGIXML REQUIRED "pugixml>=1.4") +- pkg_libs_full_path(PUGIXML) ++ find_package(pugixml REQUIRED) ++ MESSAGE("cflags: ${PUGIXML_CFLAGS}") ++ MESSAGE("libs: ${PUGIXML_LIBRARIES}") + add_executable(wayland-scanner++ scanner/scanner.cpp) +- target_link_libraries(wayland-scanner++ ${PUGIXML_LIBRARIES}) ++ target_link_libraries(wayland-scanner++ pugixml) + target_compile_options(wayland-scanner++ PUBLIC ${PUGIXML_CFLAGS}) + configure_file(wayland-scanner++.pc.in wayland-scanner++.pc @ONLY) + install(TARGETS wayland-scanner++ RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}") diff --git a/waylandpp.spec b/waylandpp.spec index fe4be81..0d85557 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,5 +1,5 @@ Name: waylandpp -Version: 0.2.5 +Version: 0.2.7 Release: 1%{?dist} Summary: Wayland C++ bindings @@ -8,7 +8,7 @@ License: BSD and MIT and GPLv3+ URL: https://github.com/NilsBrause/%{name}/ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz # Fix pugixml detection during build -Patch0: %{name}-0.2.5-pugixml.patch +Patch0: %{name}-0.2.7-pugixml.patch BuildRequires: cmake BuildRequires: doxygen @@ -78,6 +78,7 @@ ctest -V %{?_smp_mflags} %doc example/ %{_bindir}/wayland-scanner++ %{_libdir}/*.so +%{_libdir}/cmake/%{name}/ %{_libdir}/pkgconfig/*.pc %{_includedir}/* %{_datadir}/%{name}/ @@ -87,10 +88,13 @@ ctest -V %{?_smp_mflags} %files doc %doc README.md %license LICENSE -%{_defaultdocdir}/%{name}-doc/ +%{_defaultdocdir}/%{name}-doc/* %changelog +* Wed Dec 04 2019 Mohamed El Morabity - 0.2.7-1 +- Update to 0.2.7 + * Fri Aug 09 2019 Mohamed El Morabity - 0.2.5-1 - Update to 0.2.5 From 5188dfa531b6b4d30df578d7fb3a9959f3511efa Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sat, 14 Dec 2019 14:26:21 -0700 Subject: [PATCH 06/32] Fix missing #include for gcc-10 --- waylandpp-0.2.7-gcc10.patch | 11 +++++++++++ waylandpp.spec | 8 ++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 waylandpp-0.2.7-gcc10.patch diff --git a/waylandpp-0.2.7-gcc10.patch b/waylandpp-0.2.7-gcc10.patch new file mode 100644 index 0000000..d6ecb27 --- /dev/null +++ b/waylandpp-0.2.7-gcc10.patch @@ -0,0 +1,11 @@ +diff -Nrup a/include/wayland-util.hpp b/include/wayland-util.hpp +--- include/wayland-util.hpp 2019-02-24 08:25:11.000000000 -0700 ++++ include/wayland-util.hpp 2019-09-23 10:07:38.646666012 -0600 +@@ -32,6 +32,7 @@ + #include + #include + #include ++#include + + #include + diff --git a/waylandpp.spec b/waylandpp.spec index 0d85557..031df43 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp Version: 0.2.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -9,6 +9,7 @@ URL: https://github.com/NilsBrause/%{name}/ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz # Fix pugixml detection during build Patch0: %{name}-0.2.7-pugixml.patch +Patch1: %{name}-0.2.7-gcc10.patch BuildRequires: cmake BuildRequires: doxygen @@ -49,7 +50,7 @@ The %{name}-doc package contains development documentation for %{name}. %prep -%autosetup +%autosetup -p0 %build @@ -92,6 +93,9 @@ ctest -V %{?_smp_mflags} %changelog +* Sat Dec 14 2019 Jeff Law - 0.2.7-2 +- Fix missing #include for gcc-10 + * Wed Dec 04 2019 Mohamed El Morabity - 0.2.7-1 - Update to 0.2.7 From 4c36fa969b475baeb06265e8d1b8e2d7acf967f2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 03:31:43 +0000 Subject: [PATCH 07/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- waylandpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waylandpp.spec b/waylandpp.spec index 031df43..c05ce06 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp Version: 0.2.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -93,6 +93,9 @@ ctest -V %{?_smp_mflags} %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 0.2.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Dec 14 2019 Jeff Law - 0.2.7-2 - Fix missing #include for gcc-10 From 87ee83da583e68d3766496407aae7cf1c55884d2 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Wed, 1 Jul 2020 22:29:59 +0200 Subject: [PATCH 08/32] Update to 0.2.8 --- .gitignore | 1 + sources | 2 +- waylandpp.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b0f15f9..78ef8c1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /waylandpp-0.2.3.tar.gz /waylandpp-0.2.5.tar.gz /waylandpp-0.2.7.tar.gz +/waylandpp-0.2.8.tar.gz diff --git a/sources b/sources index 7489a88..1af979b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waylandpp-0.2.7.tar.gz) = 67ec76d9bc0146472d70364c98b6b5af957c757a95d55c224ef2d9bf8b3ab15dc4f6333dca1ad803d94403be11abe7055db54d9fc708c6f5c0196f6a328a5ed2 +SHA512 (waylandpp-0.2.8.tar.gz) = bf1b8a9e69b87547fc65989b9eaff88a442d8b2f01f5446cef960000b093390b1e557536837fbf38bb6d9a4f93e3985ea34c3253f94925b0f571b4606c980832 diff --git a/waylandpp.spec b/waylandpp.spec index c05ce06..e48c11a 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp -Version: 0.2.7 -Release: 3%{?dist} +Version: 0.2.8 +Release: 1%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -9,7 +9,7 @@ URL: https://github.com/NilsBrause/%{name}/ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz # Fix pugixml detection during build Patch0: %{name}-0.2.7-pugixml.patch -Patch1: %{name}-0.2.7-gcc10.patch +Patch1: %{name}-0.2.7-gcc10.patch BuildRequires: cmake BuildRequires: doxygen @@ -93,6 +93,9 @@ ctest -V %{?_smp_mflags} %changelog +* Wed Jul 01 2020 Mohamed El Morabity - 0.2.8-1 +- Update to 0.2.8 + * Fri Jan 31 2020 Fedora Release Engineering - 0.2.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From f31322ff0980179fb5fafa5853046bd808478d03 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sun, 5 Jul 2020 20:39:58 +0200 Subject: [PATCH 09/32] Improve compatibility with new CMake macro Signed-off-by: Igor Raits --- waylandpp.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/waylandpp.spec b/waylandpp.spec index e48c11a..a7d0a1e 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -54,19 +54,19 @@ The %{name}-doc package contains development documentation for %{name}. %build -%cmake . -DCMAKE_INSTALL_DOCDIR=%{_defaultdocdir}/%{name}-doc/ -%make_build +%cmake -DCMAKE_INSTALL_DOCDIR=%{_defaultdocdir}/%{name}-doc/ +%cmake_build %install -%make_install +%cmake_install # Drop LaTeX documentation (HTML documentation is already built) rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %check -ctest -V %{?_smp_mflags} +%ctest %files From 16b5de7fd7f66c2ff96b6c1ed9b8c6758c944ffb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:00:07 +0000 Subject: [PATCH 10/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- waylandpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waylandpp.spec b/waylandpp.spec index a7d0a1e..f218317 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp Version: 0.2.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -93,6 +93,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 0.2.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed Jul 01 2020 Mohamed El Morabity - 0.2.8-1 - Update to 0.2.8 From b9ecb0f94ad173bab1bf00fefcb18c2931b6f35f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 1 Aug 2020 09:38:05 +0000 Subject: [PATCH 11/32] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- waylandpp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/waylandpp.spec b/waylandpp.spec index f218317..32dba08 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp Version: 0.2.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -93,6 +93,10 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Sat Aug 01 2020 Fedora Release Engineering - 0.2.8-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 0.2.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 9b7020e2d8eddbf34dc5279438f7cf5bc4464290 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Wed, 5 Aug 2020 23:36:38 +0200 Subject: [PATCH 12/32] Fix different output on different architectures --- waylandpp.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/waylandpp.spec b/waylandpp.spec index 32dba08..8fc6b7a 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,9 @@ +# Fix different output on different architectures +%global _target_platform %{_vendor}-%{_target_os} + Name: waylandpp Version: 0.2.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -93,6 +96,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Wed Aug 05 2020 Mohamed El Morabity - 0.2.8-4 +- Fix different output on different architectures + * Sat Aug 01 2020 Fedora Release Engineering - 0.2.8-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 6e68bf093721479031ae45ddd6fb9d8f496c2a5b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:21:39 +0000 Subject: [PATCH 13/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- waylandpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waylandpp.spec b/waylandpp.spec index 8fc6b7a..d05d6db 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -3,7 +3,7 @@ Name: waylandpp Version: 0.2.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -96,6 +96,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.2.8-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Aug 05 2020 Mohamed El Morabity - 0.2.8-4 - Fix different output on different architectures From aa13a22846ed87fc445a0bd212b89c09d2b9e515 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 20:48:01 +0000 Subject: [PATCH 14/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- waylandpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waylandpp.spec b/waylandpp.spec index d05d6db..644748e 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -3,7 +3,7 @@ Name: waylandpp Version: 0.2.8 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -96,6 +96,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.2.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 0.2.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 12cedd5c402713bddfcfc7ffee6bcb8ff4dd0f73 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Fri, 30 Jul 2021 00:30:03 +0200 Subject: [PATCH 15/32] Fix FTBFS (RHBZ #1988041) --- waylandpp.spec | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/waylandpp.spec b/waylandpp.spec index 644748e..60b411d 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,18 +1,12 @@ -# Fix different output on different architectures -%global _target_platform %{_vendor}-%{_target_os} - Name: waylandpp Version: 0.2.8 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ License: BSD and MIT and GPLv3+ URL: https://github.com/NilsBrause/%{name}/ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz -# Fix pugixml detection during build -Patch0: %{name}-0.2.7-pugixml.patch -Patch1: %{name}-0.2.7-gcc10.patch BuildRequires: cmake BuildRequires: doxygen @@ -53,11 +47,11 @@ The %{name}-doc package contains development documentation for %{name}. %prep -%autosetup -p0 +%autosetup %build -%cmake -DCMAKE_INSTALL_DOCDIR=%{_defaultdocdir}/%{name}-doc/ +%cmake %cmake_build @@ -96,6 +90,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Thu Jul 29 2021 Mohamed El Morabity - 0.2.8-7 +- Fix FTBFS (RHBZ #1988041) + * Fri Jul 23 2021 Fedora Release Engineering - 0.2.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 29d18c97672b71bcb7dd97ac04b63ebcb84b9e82 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Fri, 30 Jul 2021 00:54:15 +0200 Subject: [PATCH 16/32] Typo --- waylandpp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waylandpp.spec b/waylandpp.spec index 60b411d..6ce0937 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -51,7 +51,7 @@ The %{name}-doc package contains development documentation for %{name}. %build -%cmake +%cmake -DCMAKE_INSTALL_DOCDIR=%{_defaultdocdir}/%{name}-doc/ %cmake_build From c257c15bbb84a34ab91397b7ece8a83bc9dcfa78 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:18:53 +0000 Subject: [PATCH 17/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- waylandpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waylandpp.spec b/waylandpp.spec index 6ce0937..f095cb0 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp Version: 0.2.8 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -90,6 +90,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.2.8-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Jul 29 2021 Mohamed El Morabity - 0.2.8-7 - Fix FTBFS (RHBZ #1988041) From 9e62ff6d1221b1a092eeb4915fd56082ce0681c5 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Tue, 1 Feb 2022 17:04:22 +0100 Subject: [PATCH 18/32] Update to 0.2.9 --- waylandpp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/waylandpp.spec b/waylandpp.spec index f095cb0..fcadfa2 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp -Version: 0.2.8 -Release: 8%{?dist} +Version: 0.2.9 +Release: 1%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -90,6 +90,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Tue Feb 01 2022 Mohamed El Morabity - 0.2.9-1 +- Update to 0.2.9 + * Sat Jan 22 2022 Fedora Release Engineering - 0.2.8-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From ce041d4482bc55f45a3a6abfc5f09065b2060ae5 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Tue, 1 Feb 2022 17:13:40 +0100 Subject: [PATCH 19/32] Update sources file --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 78ef8c1..54fb764 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /waylandpp-0.2.5.tar.gz /waylandpp-0.2.7.tar.gz /waylandpp-0.2.8.tar.gz +/waylandpp-0.2.9.tar.gz diff --git a/sources b/sources index 1af979b..f0da368 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waylandpp-0.2.8.tar.gz) = bf1b8a9e69b87547fc65989b9eaff88a442d8b2f01f5446cef960000b093390b1e557536837fbf38bb6d9a4f93e3985ea34c3253f94925b0f571b4606c980832 +SHA512 (waylandpp-0.2.9.tar.gz) = abe683c236f3b082fb1bd64ce9cc93e4362040f41b31a42971a280fadc8a7ef06a47c6a02cb5201a3f4f864ccdc8a113a8d9a855ca99b42bf1fc322e2593648f From 07f4e1b41a45bdc4514df104d694ba7d8baf6d6b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:15:12 +0000 Subject: [PATCH 20/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- waylandpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waylandpp.spec b/waylandpp.spec index fcadfa2..7432eff 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp Version: 0.2.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -90,6 +90,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.2.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Tue Feb 01 2022 Mohamed El Morabity - 0.2.9-1 - Update to 0.2.9 From 52bbaa1d2251f80e64e74afd534c9f26d2a851b3 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Wed, 5 Oct 2022 11:52:36 +0200 Subject: [PATCH 21/32] Update to 1.0.0 --- .gitignore | 1 + sources | 2 +- waylandpp.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 54fb764..ef7af88 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /waylandpp-0.2.7.tar.gz /waylandpp-0.2.8.tar.gz /waylandpp-0.2.9.tar.gz +/waylandpp-1.0.0.tar.gz diff --git a/sources b/sources index f0da368..b576c41 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waylandpp-0.2.9.tar.gz) = abe683c236f3b082fb1bd64ce9cc93e4362040f41b31a42971a280fadc8a7ef06a47c6a02cb5201a3f4f864ccdc8a113a8d9a855ca99b42bf1fc322e2593648f +SHA512 (waylandpp-1.0.0.tar.gz) = 64b59d073a0593ecf442362eb63ec0a9dfeaa1ad1d56b5955cb0c159fd01dc45e012b926811c6ca0dc12d4bb2e640eabc2e778ab7d28de2098eb694d26f01039 diff --git a/waylandpp.spec b/waylandpp.spec index 7432eff..7d5ed55 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp -Version: 0.2.9 -Release: 2%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -11,12 +11,12 @@ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: doxygen BuildRequires: gcc-c++ -BuildRequires: graphviz BuildRequires: mesa-libEGL-devel +BuildRequires: pkgconfig(pugixml) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-egl) -BuildRequires: pugixml-devel +BuildRequires: pkgconfig(wayland-server) %description Wayland is an object oriented display protocol, which features request and @@ -90,6 +90,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Wed Oct 05 2022 Mohamed El Morabity - 1.0.0-1 +- Update to 1.0.0 + * Sat Jul 23 2022 Fedora Release Engineering - 0.2.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From b12aef0fe957547291739f2497bd48c2ce35b6be Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:39:12 +0000 Subject: [PATCH 22/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- waylandpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waylandpp.spec b/waylandpp.spec index 7d5ed55..77ce3a1 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -90,6 +90,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Oct 05 2022 Mohamed El Morabity - 1.0.0-1 - Update to 1.0.0 From b10c034c2a3302dbca61f23876fc3d385c4d3061 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Sun, 26 Mar 2023 12:15:50 +0200 Subject: [PATCH 23/32] Fix build with GCC 13 --- waylandpp-0.2.5-pugixml.patch | 37 ---------------------------------- waylandpp-0.2.7-gcc10.patch | 11 ---------- waylandpp-0.2.7-pugixml.patch | 18 ----------------- waylandpp-1.0.0-gcc13.patch | 38 +++++++++++++++++++++++++++++++++++ waylandpp.spec | 9 +++++++-- 5 files changed, 45 insertions(+), 68 deletions(-) delete mode 100644 waylandpp-0.2.5-pugixml.patch delete mode 100644 waylandpp-0.2.7-gcc10.patch delete mode 100644 waylandpp-0.2.7-pugixml.patch create mode 100644 waylandpp-1.0.0-gcc13.patch diff --git a/waylandpp-0.2.5-pugixml.patch b/waylandpp-0.2.5-pugixml.patch deleted file mode 100644 index ac906ce..0000000 --- a/waylandpp-0.2.5-pugixml.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff -up ./CMakeLists.txt.orig ./CMakeLists.txt ---- ./CMakeLists.txt.orig 2019-02-24 16:25:11.000000000 +0100 -+++ ./CMakeLists.txt 2019-03-01 22:40:21.727808742 +0100 -@@ -27,6 +27,7 @@ cmake_minimum_required(VERSION 3.1) - # packages - include(FindPkgConfig) - include(GNUInstallDirs) -+include(FindPackageHandleStandardArgs) - find_package(Doxygen) - - # version information -@@ -59,13 +60,18 @@ set(CMAKE_CXX_STANDARD 11) - - # build scanner - if(BUILD_SCANNER) -- pkg_check_modules(PUGIXML REQUIRED "pugixml>=1.4") -- add_executable(wayland-scanner++ scanner/scanner.cpp) -- target_link_libraries(wayland-scanner++ ${PUGIXML_LIBRARIES}) -- target_compile_options(wayland-scanner++ PUBLIC ${PUGIXML_CFLAGS}) -- configure_file(wayland-scanner++.pc.in wayland-scanner++.pc @ONLY) -- install(TARGETS wayland-scanner++ RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}") -- install(FILES "${CMAKE_CURRENT_BINARY_DIR}/wayland-scanner++.pc" DESTINATION "${INSTALL_FULL_PKGCONFIGDIR}") -+ find_path(PUGIXML_INCLUDE_DIR NAMES pugixml.hpp) -+ find_library(PUGIXML_LIBRARY NAMES pugixml) -+ find_package_handle_standard_args(PugiXML DEFAULT_MSG PUGIXML_LIBRARY PUGIXML_INCLUDE_DIR) -+ if (PUGIXML_FOUND) -+ set(PUGIXML_LIBRARIES ${PUGIXML_LIBRARY}) -+ mark_as_advanced(PUGIXML_LIBRARY PUGIXML_INCLUDE_DIR) -+ add_executable(wayland-scanner++ scanner/scanner.cpp) -+ target_link_libraries(wayland-scanner++ ${PUGIXML_LIBRARIES}) -+ configure_file(wayland-scanner++.pc.in wayland-scanner++.pc @ONLY) -+ install(TARGETS wayland-scanner++ RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}") -+ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/wayland-scanner++.pc" DESTINATION "${INSTALL_FULL_PKGCONFIGDIR}") -+ endif() - endif() - - # build libraries diff --git a/waylandpp-0.2.7-gcc10.patch b/waylandpp-0.2.7-gcc10.patch deleted file mode 100644 index d6ecb27..0000000 --- a/waylandpp-0.2.7-gcc10.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nrup a/include/wayland-util.hpp b/include/wayland-util.hpp ---- include/wayland-util.hpp 2019-02-24 08:25:11.000000000 -0700 -+++ include/wayland-util.hpp 2019-09-23 10:07:38.646666012 -0600 -@@ -32,6 +32,7 @@ - #include - #include - #include -+#include - - #include - diff --git a/waylandpp-0.2.7-pugixml.patch b/waylandpp-0.2.7-pugixml.patch deleted file mode 100644 index 03bd95d..0000000 --- a/waylandpp-0.2.7-pugixml.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -up ./CMakeLists.txt.orig ./CMakeLists.txt ---- ./CMakeLists.txt.orig 2019-10-14 19:03:11.000000000 +0200 -+++ ./CMakeLists.txt 2019-12-04 16:47:37.722206039 +0100 -@@ -81,10 +81,11 @@ endfunction() - - # build scanner - if(BUILD_SCANNER) -- pkg_check_modules(PUGIXML REQUIRED "pugixml>=1.4") -- pkg_libs_full_path(PUGIXML) -+ find_package(pugixml REQUIRED) -+ MESSAGE("cflags: ${PUGIXML_CFLAGS}") -+ MESSAGE("libs: ${PUGIXML_LIBRARIES}") - add_executable(wayland-scanner++ scanner/scanner.cpp) -- target_link_libraries(wayland-scanner++ ${PUGIXML_LIBRARIES}) -+ target_link_libraries(wayland-scanner++ pugixml) - target_compile_options(wayland-scanner++ PUBLIC ${PUGIXML_CFLAGS}) - configure_file(wayland-scanner++.pc.in wayland-scanner++.pc @ONLY) - install(TARGETS wayland-scanner++ RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}") diff --git a/waylandpp-1.0.0-gcc13.patch b/waylandpp-1.0.0-gcc13.patch new file mode 100644 index 0000000..d14716a --- /dev/null +++ b/waylandpp-1.0.0-gcc13.patch @@ -0,0 +1,38 @@ +diff -up ./include/wayland-client.hpp.orig ./include/wayland-client.hpp +--- ./include/wayland-client.hpp.orig 2022-04-25 18:04:33.000000000 +0200 ++++ ./include/wayland-client.hpp 2023-03-26 11:58:50.003952654 +0200 +@@ -29,6 +29,7 @@ + /** \file */ + + #include ++#include + #include + #include + #include +diff -up ./scanner/scanner.cpp.orig ./scanner/scanner.cpp +--- ./scanner/scanner.cpp.orig 2022-04-25 18:04:33.000000000 +0200 ++++ ./scanner/scanner.cpp 2023-03-26 11:49:29.853386221 +0200 +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + #include + + #include "pugixml.hpp" +@@ -1106,6 +1107,7 @@ int main(int argc, char *argv[]) + wayland_hpp << "#pragma once" << std::endl + << std::endl + << "#include " << std::endl ++ << "#include " << std::endl + << "#include " << std::endl + << "#include " << std::endl + << "#include " << std::endl +@@ -1125,6 +1127,7 @@ int main(int argc, char *argv[]) + wayland_server_hpp << "#pragma once" << std::endl + << std::endl + << "#include " << std::endl ++ << "#include " << std::endl + << "#include " << std::endl + << "#include " << std::endl + << "#include " << std::endl diff --git a/waylandpp.spec b/waylandpp.spec index 77ce3a1..8287cca 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,12 +1,14 @@ Name: waylandpp Version: 1.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ License: BSD and MIT and GPLv3+ URL: https://github.com/NilsBrause/%{name}/ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz +# Fix build with GCC 13 +Patch0: %{name}-1.0.0-gcc13.patch BuildRequires: cmake BuildRequires: doxygen @@ -47,7 +49,7 @@ The %{name}-doc package contains development documentation for %{name}. %prep -%autosetup +%autosetup -p0 %build @@ -90,6 +92,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Sun Mar 26 2023 Mohamed El Morabity - 1.0.0-3 +- Fix build with GCC 13 + * Sat Jan 21 2023 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From d4529a8ebce14609868ca0cfb273576dd143e414 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:01:24 +0000 Subject: [PATCH 24/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- waylandpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waylandpp.spec b/waylandpp.spec index 8287cca..f5bc704 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp Version: 1.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -92,6 +92,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sun Mar 26 2023 Mohamed El Morabity - 1.0.0-3 - Fix build with GCC 13 From 6e5dd34730cb606e37402440e645f653262a3fae Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 08:28:18 +0000 Subject: [PATCH 25/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- waylandpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waylandpp.spec b/waylandpp.spec index f5bc704..2bd8540 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp Version: 1.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -92,6 +92,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 033dce3fb7d27095e9e6c6ce497a4533517b5912 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:10:29 +0000 Subject: [PATCH 26/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- waylandpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waylandpp.spec b/waylandpp.spec index 2bd8540..b0d702d 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp Version: 1.0.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -92,6 +92,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 6d0b45f899ef23fa4e8506d342228bd9dd1bed57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 22:45:56 +0200 Subject: [PATCH 27/32] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- waylandpp.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/waylandpp.spec b/waylandpp.spec index b0d702d..f9833dc 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,10 +1,11 @@ Name: waylandpp Version: 1.0.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ -License: BSD and MIT and GPLv3+ +# Automatically converted from old format: BSD and MIT and GPLv3+ - review is highly recommended. +License: LicenseRef-Callaway-BSD AND LicenseRef-Callaway-MIT AND GPL-3.0-or-later URL: https://github.com/NilsBrause/%{name}/ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz # Fix build with GCC 13 @@ -92,6 +93,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Wed Sep 04 2024 Miroslav Suchý - 1.0.0-7 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 1.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 699723bd5f474d46626a24cfaaac93b5881cbaab Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:48:56 +0000 Subject: [PATCH 28/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- waylandpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waylandpp.spec b/waylandpp.spec index f9833dc..db57b29 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp Version: 1.0.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -93,6 +93,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.0.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Sep 04 2024 Miroslav Suchý - 1.0.0-7 - convert license to SPDX From 32e3e359ab65220d8a0b08d5e190fb714c7982b1 Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Sat, 12 Jul 2025 20:43:48 +0200 Subject: [PATCH 29/32] Update to 1.0.1 --- .gitignore | 1 + sources | 2 +- waylandpp-1.0.0-gcc13.patch | 38 ------------------------------------- waylandpp.spec | 11 ++++++----- 4 files changed, 8 insertions(+), 44 deletions(-) delete mode 100644 waylandpp-1.0.0-gcc13.patch diff --git a/.gitignore b/.gitignore index ef7af88..a631825 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /waylandpp-0.2.8.tar.gz /waylandpp-0.2.9.tar.gz /waylandpp-1.0.0.tar.gz +/waylandpp-1.0.1.tar.gz diff --git a/sources b/sources index b576c41..9c6cea5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (waylandpp-1.0.0.tar.gz) = 64b59d073a0593ecf442362eb63ec0a9dfeaa1ad1d56b5955cb0c159fd01dc45e012b926811c6ca0dc12d4bb2e640eabc2e778ab7d28de2098eb694d26f01039 +SHA512 (waylandpp-1.0.1.tar.gz) = 32c334cc5349c0f15efb5ebc192b60909580ab90b1359c905ca693fe0006747be2a8c7053ffcfc14eaafeeb6aa0b61d1e07a6a3bd9c351d1abb059b2d7c6191b diff --git a/waylandpp-1.0.0-gcc13.patch b/waylandpp-1.0.0-gcc13.patch deleted file mode 100644 index d14716a..0000000 --- a/waylandpp-1.0.0-gcc13.patch +++ /dev/null @@ -1,38 +0,0 @@ -diff -up ./include/wayland-client.hpp.orig ./include/wayland-client.hpp ---- ./include/wayland-client.hpp.orig 2022-04-25 18:04:33.000000000 +0200 -+++ ./include/wayland-client.hpp 2023-03-26 11:58:50.003952654 +0200 -@@ -29,6 +29,7 @@ - /** \file */ - - #include -+#include - #include - #include - #include -diff -up ./scanner/scanner.cpp.orig ./scanner/scanner.cpp ---- ./scanner/scanner.cpp.orig 2022-04-25 18:04:33.000000000 +0200 -+++ ./scanner/scanner.cpp 2023-03-26 11:49:29.853386221 +0200 -@@ -23,6 +23,7 @@ - #include - #include - #include -+#include - #include - - #include "pugixml.hpp" -@@ -1106,6 +1107,7 @@ int main(int argc, char *argv[]) - wayland_hpp << "#pragma once" << std::endl - << std::endl - << "#include " << std::endl -+ << "#include " << std::endl - << "#include " << std::endl - << "#include " << std::endl - << "#include " << std::endl -@@ -1125,6 +1127,7 @@ int main(int argc, char *argv[]) - wayland_server_hpp << "#pragma once" << std::endl - << std::endl - << "#include " << std::endl -+ << "#include " << std::endl - << "#include " << std::endl - << "#include " << std::endl - << "#include " << std::endl diff --git a/waylandpp.spec b/waylandpp.spec index db57b29..087b195 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp -Version: 1.0.0 -Release: 8%{?dist} +Version: 1.0.1 +Release: 1%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -8,8 +8,6 @@ Summary: Wayland C++ bindings License: LicenseRef-Callaway-BSD AND LicenseRef-Callaway-MIT AND GPL-3.0-or-later URL: https://github.com/NilsBrause/%{name}/ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz -# Fix build with GCC 13 -Patch0: %{name}-1.0.0-gcc13.patch BuildRequires: cmake BuildRequires: doxygen @@ -50,7 +48,7 @@ The %{name}-doc package contains development documentation for %{name}. %prep -%autosetup -p0 +%autosetup %build @@ -93,6 +91,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Sat Jul 12 2025 Mohamed El Morabity - 1.0.1-1 +- Update to 1.0.1 + * Sun Jan 19 2025 Fedora Release Engineering - 1.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From c2a16bdcea6d28e363e7c44f42560303af89c002 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:19:06 +0000 Subject: [PATCH 30/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- waylandpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waylandpp.spec b/waylandpp.spec index 087b195..68ae898 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -91,6 +91,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sat Jul 12 2025 Mohamed El Morabity - 1.0.1-1 - Update to 1.0.1 From 2a677296dc48f37e55ddaccc953cd726fff77893 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:08:43 +0000 Subject: [PATCH 31/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- waylandpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waylandpp.spec b/waylandpp.spec index 68ae898..aecf973 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -91,6 +91,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 13a1c994e997cdbeea7b334384023b59d92bdba3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:43:05 +0000 Subject: [PATCH 32/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- waylandpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waylandpp.spec b/waylandpp.spec index aecf973..c9a0f82 100644 --- a/waylandpp.spec +++ b/waylandpp.spec @@ -1,6 +1,6 @@ Name: waylandpp Version: 1.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Wayland C++ bindings # waylandpp includes part of Wayland under MIT, wayland-scanner++ is GPLv3+ @@ -91,6 +91,9 @@ rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-doc/latex/ %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild