bump to version 3.6.3

This commit is contained in:
Michal Ambroz 2017-07-18 03:59:57 +02:00
commit 8aeabcab13
3 changed files with 16 additions and 6 deletions

View file

@ -1,7 +1,8 @@
%global srcname yara
%global gituser VirusTotal
%global gitname %{srcname}-python
%global commit 9fd9fd290872e36360e5e3839c49e21a908bf128
# Release 3.6.3
%global commit 043835d4b6ce2ad444f2571cf87052bb765b2be7
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%if 0%{?fedora} || ( 0%{?rhel} && 0%{?rhel} >= 7 )
@ -23,15 +24,17 @@
Name: python-%{srcname}
Version: 3.5.0
Release: 10%{?dist}
Version: 3.6.3
Release: 1%{?dist}
Summary: Python binding for the YARA pattern matching tool
Group: Development/Libraries
License: ASL 2.0
URL: http://github.com/VirusTotal/yara-python/
#URL: http://VirusTotal.github.io/yara/
Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
#Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
Source0: https://github.com/%{gituser}/%{gitname}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: pkgconfig(yara)
@ -68,6 +71,8 @@ and a Boolean expression which determine its logic.
Summary: Python2 binding for the YARA pattern matching tool
Group: Development/Libraries
%{?python_provide:%python_provide python2-%{srcname}}
# Provide also the upstream original name yara-python
%description -n python2-%{srcname}
YARA for Python2 - This is a Python extension that gives access to YARA's
@ -89,7 +94,8 @@ powerful features from Python scripts.
%endif # with_python3
%prep
%autosetup -n %{gitname}-%{commit}
#autosetup -n %{gitname}-%{commit}
%autosetup -n %{gitname}-%{version}
%build
@ -172,6 +178,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar
%changelog
* Mon Jul 17 2017 Michal Ambroz <rebus at, seznam.cz> - 3.6.3-1
- bump to upstream 3.6.3 release version
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild