Remove obsolete patches
This commit is contained in:
parent
a7306d1ea7
commit
cf6dbc071f
@ -1,26 +0,0 @@
|
|||||||
Index: jsoncpp-1.9.1/CMakeLists.txt
|
|
||||||
===================================================================
|
|
||||||
--- jsoncpp-1.9.1.orig/CMakeLists.txt
|
|
||||||
+++ jsoncpp-1.9.1/CMakeLists.txt
|
|
||||||
@@ -63,7 +63,7 @@ if(NOT DEFINED CMAKE_BUILD_TYPE)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
project(JSONCPP
|
|
||||||
- VERSION 1.9.0 # <major>[.<minor>[.<patch>[.<tweak>]]]
|
|
||||||
+ VERSION 1.9.1 # <major>[.<minor>[.<patch>[.<tweak>]]]
|
|
||||||
LANGUAGES CXX)
|
|
||||||
|
|
||||||
message(STATUS "JsonCpp Version: ${JSONCPP_VERSION_MAJOR}.${JSONCPP_VERSION_MINOR}.${JSONCPP_VERSION_PATCH}")
|
|
||||||
Index: jsoncpp-1.9.1/meson.build
|
|
||||||
===================================================================
|
|
||||||
--- jsoncpp-1.9.1.orig/meson.build
|
|
||||||
+++ jsoncpp-1.9.1/meson.build
|
|
||||||
@@ -1,7 +1,7 @@
|
|
||||||
project(
|
|
||||||
'jsoncpp',
|
|
||||||
'cpp',
|
|
||||||
- version : '1.9.0',
|
|
||||||
+ version : '1.9.1',
|
|
||||||
default_options : [
|
|
||||||
'buildtype=release',
|
|
||||||
'cpp_std=c++11',
|
|
@ -18,8 +18,6 @@ License: Public Domain or MIT
|
|||||||
URL: https://github.com/open-source-parsers/%{name}
|
URL: https://github.com/open-source-parsers/%{name}
|
||||||
Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
Patch0000: %{name}-1.9.1-fix_version.patch
|
|
||||||
|
|
||||||
BuildRequires: cmake >= 3.1
|
BuildRequires: cmake >= 3.1
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
Loading…
Reference in New Issue
Block a user