diff --git a/jsoncpp-1.9.1-fix_version.patch b/jsoncpp-1.9.1-fix_version.patch deleted file mode 100644 index 3a8455c..0000000 --- a/jsoncpp-1.9.1-fix_version.patch +++ /dev/null @@ -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 # [.[.[.]]] -+ VERSION 1.9.1 # [.[.[.]]] - 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', diff --git a/jsoncpp.spec b/jsoncpp.spec index 4a13b82..c60fa21 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -18,8 +18,6 @@ License: Public Domain or MIT URL: https://github.com/open-source-parsers/%{name} Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch0000: %{name}-1.9.1-fix_version.patch - BuildRequires: cmake >= 3.1 BuildRequires: gcc BuildRequires: gcc-c++