]> git.pld-linux.org Git - packages/kf5-extra-cmake-modules.git/commitdiff
- updated to 5.91.0 auto/th/kf5-extra-cmake-modules-5.91.0-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Mon, 14 Feb 2022 15:55:45 +0000 (16:55 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Mon, 14 Feb 2022 15:55:45 +0000 (16:55 +0100)
extra-cmake-modules-tests.patch
kf5-extra-cmake-modules.spec

index a84464685bbf8e63c9f8e5196f481dfdf0f8cbf0..8e703ec96f94e5ab7523879379be56e9da288ad9 100644 (file)
@@ -1,10 +1,11 @@
---- extra-cmake-modules-5.79.0/tests/ECMPoQmToolsTest/check.cmake.in.orig      2021-02-05 16:18:39.000000000 +0100
-+++ extra-cmake-modules-5.79.0/tests/ECMPoQmToolsTest/check.cmake.in   2021-03-03 22:34:42.484894802 +0100
-@@ -74,7 +74,7 @@
+diff -up extra-cmake-modules-5.91.0/tests/ECMPoQmToolsTest/check.cmake.in.orig extra-cmake-modules-5.91.0/tests/ECMPoQmToolsTest/check.cmake.in
+--- extra-cmake-modules-5.91.0/tests/ECMPoQmToolsTest/check.cmake.in.orig      2022-02-05 16:33:17.000000000 +0100
++++ extra-cmake-modules-5.91.0/tests/ECMPoQmToolsTest/check.cmake.in   2022-02-14 16:48:05.753931574 +0100
+@@ -74,7 +74,7 @@ if("@CMAKE_SYSTEM_NAME@" STREQUAL "Linux
          foreach(lang en de de_AT fr)
              execute_process(
                  COMMAND "${CMAKE_COMMAND}" -E env "XDG_DATA_DIRS=${ACTUAL_TREE}/share"
          foreach(lang en de de_AT fr)
              execute_process(
                  COMMAND "${CMAKE_COMMAND}" -E env "XDG_DATA_DIRS=${ACTUAL_TREE}/share"
--                    LANGUAGE=${lang} "${exec}"
+-                    LANG=${lang} "${exec}"
 +                    LC_ALL=${lang} "${exec}"
                  OUTPUT_VARIABLE output
              )
 +                    LC_ALL=${lang} "${exec}"
                  OUTPUT_VARIABLE output
              )
index 51fb3fd92176b8bd43e200ad9ef8f6514ed6b8cb..3917608ebbb1c2354f597ef89d8ac6445a930569 100644 (file)
@@ -4,16 +4,16 @@
 %bcond_without tests           # build without tests
 
 %define                orgname         extra-cmake-modules
 %bcond_without tests           # build without tests
 
 %define                orgname         extra-cmake-modules
-%define                kdeframever     5.90
+%define                kdeframever     5.91
 Summary:       Extra Cmake Modules for KF5
 Summary(pl.UTF-8):     Dodatkowe moduły Cmake'a dla KF5
 Name:          kf5-%{orgname}
 Summary:       Extra Cmake Modules for KF5
 Summary(pl.UTF-8):     Dodatkowe moduły Cmake'a dla KF5
 Name:          kf5-%{orgname}
-Version:       5.90.0
+Version:       5.91.0
 Release:       1
 License:       BSD
 Group:         Development/Building
 Source0:       https://download.kde.org/stable/frameworks/%{kdeframever}/%{orgname}-%{version}.tar.xz
 Release:       1
 License:       BSD
 Group:         Development/Building
 Source0:       https://download.kde.org/stable/frameworks/%{kdeframever}/%{orgname}-%{version}.tar.xz
-# Source0-md5: 52e1f619cbf3082536d94b97d4cb45e5
+# Source0-md5: 65a71fbf53cda26166fa315c496f16ca
 Patch0:                %{orgname}-tests.patch
 Patch1:                kdefetchtranslations-test.patch
 URL:           https://kde.org/
 Patch0:                %{orgname}-tests.patch
 Patch1:                kdefetchtranslations-test.patch
 URL:           https://kde.org/
This page took 0.04741 seconds and 4 git commands to generate.