bump to version 3.6.3
This commit is contained in:
parent
fe4c5d52de
commit
8aeabcab13
3 changed files with 16 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/python-yara-3.5.0-9fd9fd2.tar.gz
|
||||
/python-yara-3.6.3.tar.gz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
697e89cb6d780eb92e12866442a2a621 python-yara-3.5.0-9fd9fd2.tar.gz
|
||||
SHA512 (python-yara-3.6.3.tar.gz) = 22d69e1dad6ac709e9d1e1e5161b9afc0f9424f211b77ea615c304193d42be2823916d39bcd43a0189d862ff9af31bd80a0abd8e6336f039d4e1089fa2526e6a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue