yaml-cpp 0.6.3-1 (x86_64;znver1;i686;armv7hnl;aarch64) 2019-7155
9999
| Status | published | ||||||||||||||||||||
| Submitter | nobodydead [@T] gmail.com | ||||||||||||||||||||
| Platform | rolling | ||||||||||||||||||||
| Repository | main | ||||||||||||||||||||
| URL | https://abf.openmandriva.org/build_lists/612042 | ||||||||||||||||||||
| Packages |
|
||||||||||||||||||||
| Build Date | 2019-09-29 22:52:06 +0000 UTC | ||||||||||||||||||||
| Last Updated | 2019-10-07 16:56:46.303485324 +0000 UTC |
$ git show --format=fuller --patch-with-stat --summary 57cd0dc0751e1c436df532cab30024985584010e
commit 57cd0dc0751e1c436df532cab30024985584010e
Author: Alex <alexander@mezon.ru>
AuthorDate: Sun Sep 29 22:43:08 2019 +0000
Commit: Alex <alexander@mezon.ru>
CommitDate: Sun Sep 29 22:43:08 2019 +0000
0.6.3
---
.abf.yml | 2 +-
yaml-cpp-0.6.2-linkage.patch | 11 -----------
yaml-cpp.spec | 6 +++---
3 files changed, 4 insertions(+), 15 deletions(-)
delete mode 100644 yaml-cpp-0.6.2-linkage.patch
diff --git a/.abf.yml b/.abf.yml
index 77ecbd6..bc9ef56 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
sources:
- yaml-cpp-0.6.2.tar.gz: e75a451078f408a432b32f1e416dc067ef01b49b
+ yaml-cpp-0.6.3.tar.gz: 98d98632b3a62fdf1172442f8ad8190fc11cbef7
diff --git a/yaml-cpp-0.6.2-linkage.patch b/yaml-cpp-0.6.2-linkage.patch
deleted file mode 100644
index 8e0ef85..0000000
--- a/yaml-cpp-0.6.2-linkage.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -up yaml-cpp-yaml-cpp-0.6.2/test/CMakeLists.txt.omv~ yaml-cpp-yaml-cpp-0.6.2/test/CMakeLists.txt
---- yaml-cpp-yaml-cpp-0.6.2/test/CMakeLists.txt.omv~ 2018-05-20 21:28:17.265336822 +0200
-+++ yaml-cpp-yaml-cpp-0.6.2/test/CMakeLists.txt 2018-05-20 21:28:28.799072642 +0200
-@@ -39,6 +39,6 @@ add_executable(run-tests
- set_target_properties(run-tests PROPERTIES
- COMPILE_FLAGS "${yaml_c_flags} ${yaml_cxx_flags} ${yaml_test_flags}"
- )
--target_link_libraries(run-tests yaml-cpp gmock)
-+target_link_libraries(run-tests yaml-cpp gmock pthread)
-
- add_test(yaml-test ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/run-tests)
diff --git a/yaml-cpp.spec b/yaml-cpp.spec
index 01fb418..715d7b6 100644
--- a/yaml-cpp.spec
+++ b/yaml-cpp.spec
@@ -3,15 +3,14 @@
%define devname %mklibname %{name} -d
Name: yaml-cpp
-Version: 0.6.2
-Release: 3
+Version: 0.6.3
+Release: 1
Summary: A YAML parser and emitter for C++
Group: Development/C++
License: MIT
URL: https://github.com/jbeder/yaml-cpp
Source0: https://github.com/jbeder/yaml-cpp/archive/%{name}-%{version}.tar.gz
Source100: yaml-cpp.rpmlintrc
-Patch0: yaml-cpp-0.6.2-linkage.patch
BuildRequires: cmake ninja
BuildRequires: boost-devel
BuildRequires: gtest-devel
@@ -48,6 +47,7 @@ developing applications that use %{name}.
%cmake \
-DYAML_CPP_BUILD_TESTS=OFF \
-DYAML_CPP_BUILD_TOOLS=OFF \
+ -DYAML_BUILD_SHARED_LIBS=ON \
-DBUILD_GMOCK:BOOL=OFF \
-DBUILD_GTEST:BOOL=OFF \
-G Ninja
Not Available
| benbullard79 [@T] cox.net | No Comment. | 2269d 02hrs |
| benbullard79 [@T] cox.net | No Comment. | 2269d 02hrs |