diff --git a/contrib/rpm/bitcoin.spec b/contrib/rpm/bitcoin.spec index 66f28e3dd4a68..5605f6fa420db 100644 --- a/contrib/rpm/bitcoin.spec +++ b/contrib/rpm/bitcoin.spec @@ -2,7 +2,7 @@ %global selinux_variants mls strict targeted Name: bitcoin -Version: 1.14.3 +Version: 1.14.5 Release: 1%{?prerelease}%{?dist} Summary: Peer to Peer Cryptographic Currency @@ -23,8 +23,6 @@ BuildRequires: python2 BuildRequires: python3-zmq zeromq-devel -BuildRequires: zeromq-devel python3-zmq - %description Bitcoin is a digital cryptographic currency that uses peer-to-peer technology to @@ -273,5 +271,9 @@ fi %changelog +* Fri Jul 21 2017 Ismael Bejarano 1.14.5-1 +- Update version for btc1 1.14.5 +- Remove duplicate dependency line + * Mon Jul 10 2017 Ismael Bejarano 1.14.3-1 - Packages for btc1 1.14.3 based on packages from https://www.ringingliberty.com/bitcoin/ diff --git a/contrib/rpm/buildrpm.sh b/contrib/rpm/buildrpm.sh index 15c8723c54c56..b1853801696a9 100755 --- a/contrib/rpm/buildrpm.sh +++ b/contrib/rpm/buildrpm.sh @@ -1,7 +1,7 @@ #!/bin/sh # Based on Marco Mornati script https://blog.mornati.net/build-rpms-for-a-git-github-project-with-jenkins/ -VERSION=1.14.3 +VERSION=1.14.5 JOB_NAME=bitcoin-${VERSION} WORKSPACE=`pwd`