[packages/ka6-kopeninghours] - updated to 25.04.0
witekfl
witekfl at pld-linux.org
Thu Apr 17 16:59:12 CEST 2025
commit 525e8330220704acc4e51a101ed05352aaf0a175
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Thu Apr 17 16:26:33 2025 +0200
- updated to 25.04.0
boost-cmake.patch | 15 ++++++++-------
ka6-kopeninghours.spec | 8 ++++----
2 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/ka6-kopeninghours.spec b/ka6-kopeninghours.spec
index 3f4f762..5f1c60e 100644
--- a/ka6-kopeninghours.spec
+++ b/ka6-kopeninghours.spec
@@ -1,18 +1,18 @@
#
# Conditional build:
%bcond_with tests # build with tests
-%define kdeappsver 24.12.3
+%define kdeappsver 25.04.0
%define kframever 5.94.0
%define qtver 5.15.2
%define kaname kopeninghours
Summary: A library for parsing and evaluating OSM opening hours expressions
Name: ka6-%{kaname}
-Version: 24.12.3
-Release: 4
+Version: 25.04.0
+Release: 1
License: GPL v2+/LGPL v2.1+
Group: X11/Libraries
Source0: https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 31b19bc59c1b787233cd445bc16abd37
+# Source0-md5: 394d5d23aca4d418c67a99ab3fe21fc4
Patch0: boost-cmake.patch
URL: https://community.kde.org/
BuildRequires: Qt6Core-devel >= 5.15.2
diff --git a/boost-cmake.patch b/boost-cmake.patch
index 62d640e..2644a28 100644
--- a/boost-cmake.patch
+++ b/boost-cmake.patch
@@ -1,11 +1,12 @@
---- kopeninghours-24.12.1/PyKOpeningHours/CMakeLists.txt.orig 2025-01-02 13:56:05.000000000 +0100
-+++ kopeninghours-24.12.1/PyKOpeningHours/CMakeLists.txt 2025-02-08 13:01:58.512649828 +0100
-@@ -22,7 +22,7 @@
+diff -up kopeninghours-25.04.0/PyKOpeningHours/CMakeLists.txt.orig kopeninghours-25.04.0/PyKOpeningHours/CMakeLists.txt
+--- kopeninghours-25.04.0/PyKOpeningHours/CMakeLists.txt.orig 2025-04-07 22:47:14.000000000 +0200
++++ kopeninghours-25.04.0/PyKOpeningHours/CMakeLists.txt 2025-04-17 16:24:34.644052275 +0200
+@@ -22,7 +22,7 @@ target_compile_definitions(PyKOpeningHou
# Set up the libraries and header search paths for this target
- target_link_libraries(PyKOpeningHours PUBLIC ${Boost_LIBRARIES} ${PYTHON_LIBRARIES} KOpeningHours)
--target_include_directories(PyKOpeningHours PRIVATE ${Boost_INCLUDE_DIR} ${PYTHON_INCLUDE_DIRS})
-+target_include_directories(PyKOpeningHours PRIVATE ${Boost_INCLUDE_DIRS} ${PYTHON_INCLUDE_DIRS})
+ target_link_libraries(PyKOpeningHours PUBLIC ${Boost_LIBRARIES} Python::Python KOpeningHours)
+-target_include_directories(PyKOpeningHours PRIVATE ${Boost_INCLUDE_DIR})
++target_include_directories(PyKOpeningHours PRIVATE ${Boost_INCLUDE_DIRS})
- set(_install_dir lib/python${PYTHONLIBS_VERSION_MAJOR}.${PYTHONLIBS_VERSION_MINOR}/site-packages)
+ set(_install_dir lib/python${Python_VERSION_MAJOR}.${Python_VERSION_MINOR}/site-packages)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ka6-kopeninghours.git/commitdiff/525e8330220704acc4e51a101ed05352aaf0a175
More information about the pld-cvs-commit
mailing list