From 72b1474c0efd1565db98f6cb4f6633c90aa482db Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 30 Jan 2020 16:20:26 +0000 Subject: [PATCH 01/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-yara.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-yara.spec b/python-yara.spec index 78b85e1..d241fc5 100644 --- a/python-yara.spec +++ b/python-yara.spec @@ -1,6 +1,6 @@ Name: python-yara Version: 3.11.0 -%global baserelease 2 +%global baserelease 3 Summary: Python binding for the YARA pattern matching tool License: ASL 2.0 URL: http://github.com/VirusTotal/yara-python/ @@ -181,6 +181,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar #==================================================================== %changelog +* Thu Jan 30 2020 Fedora Release Engineering - 3.11.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Mon Oct 14 2019 Michal Ambroz - 3.11.0-2 - fix the release number From 17939ba16e9345da74779c7561f834932b63f56a Mon Sep 17 00:00:00 2001 From: rpmbuild Date: Tue, 12 May 2020 13:31:57 +0000 Subject: [PATCH 02/12] bump to version 4.0.0 --- .gitignore | 1 + python-yara.spec | 14 +++++++++----- sources | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 2eb7876..f50ab1a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /python-yara-3.8.1.tar.gz /python-yara-3.9.0.tar.gz /python-yara-3.11.0.tar.gz +/python-yara-4.0.0.tar.gz diff --git a/python-yara.spec b/python-yara.spec index d241fc5..5b10d3b 100644 --- a/python-yara.spec +++ b/python-yara.spec @@ -1,6 +1,6 @@ Name: python-yara -Version: 3.11.0 -%global baserelease 3 +Version: 4.0.0 +%global baserelease 1 Summary: Python binding for the YARA pattern matching tool License: ASL 2.0 URL: http://github.com/VirusTotal/yara-python/ @@ -46,7 +46,7 @@ Source0: https://github.com/%{gituser}/%{gitname}/archive/v%{version}.tar %else Release: %{baserelease}.%{gitdate}git%{shortcommit}%{?dist} Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz -%endif #Build_release +%endif BuildRequires: gcc BuildRequires: pkgconfig(yara) @@ -101,7 +101,7 @@ Summary: Python2 binding for the YARA pattern matching tool %else # Build from git commit %autosetup -n %{gitname}-%{commit} -%endif #build_release +%endif @@ -163,7 +163,8 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar ./tests.py:TestYara.testIn ./tests.py:TestYara.testIntegerFunctions \ ./tests.py:TestYara.testCompileFile || true -%endif # with_check +# with_check +%endif #==================================================================== @@ -181,6 +182,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar #==================================================================== %changelog +* Tue May 12 2020 Michal Ambroz - 4.0.0-1 +- bump to version 4.0.0 + * Thu Jan 30 2020 Fedora Release Engineering - 3.11.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 2647b91..438d1fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (python-yara-3.11.0.tar.gz) = 0c8e6cbe51aa858c6d56b95c88bd450016924008b57b4910ed8edfb7bba4d7bfc18736844817978f74e72bed6765c484f275de4e7a53ec85048fb01713b6e959 +SHA512 (python-yara-4.0.0.tar.gz) = 9210793d305e34313494e3d867fc3a729814401208206a0f6f7fd2bfdcb6482a8e19e64788c35c149cd5a65cdc5357d8fa1e020fae6ac8c2704fa55e6c2cb989 From 63f4bc6240160a3eaa754b103928e23534d56ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 03:47:10 +0200 Subject: [PATCH 03/12] Rebuilt for Python 3.9 --- python-yara.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-yara.spec b/python-yara.spec index 5b10d3b..71fbf9b 100644 --- a/python-yara.spec +++ b/python-yara.spec @@ -1,6 +1,6 @@ Name: python-yara Version: 4.0.0 -%global baserelease 1 +%global baserelease 2 Summary: Python binding for the YARA pattern matching tool License: ASL 2.0 URL: http://github.com/VirusTotal/yara-python/ @@ -182,6 +182,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar #==================================================================== %changelog +* Tue May 26 2020 Miro Hrončok - 4.0.0-2 +- Rebuilt for Python 3.9 + * Tue May 12 2020 Michal Ambroz - 4.0.0-1 - bump to version 4.0.0 From e7a73a502cdb9ad7ca5c9ed0687fdd16e1ed9987 Mon Sep 17 00:00:00 2001 From: rpmbuild Date: Fri, 5 Jun 2020 23:02:48 +0000 Subject: [PATCH 04/12] bump to bugfix release 4.0.1 --- .gitignore | 1 + python-yara.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f50ab1a..c8dcd6e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /python-yara-3.9.0.tar.gz /python-yara-3.11.0.tar.gz /python-yara-4.0.0.tar.gz +/python-yara-4.0.1.tar.gz diff --git a/python-yara.spec b/python-yara.spec index 5b10d3b..6533396 100644 --- a/python-yara.spec +++ b/python-yara.spec @@ -1,5 +1,5 @@ Name: python-yara -Version: 4.0.0 +Version: 4.0.1 %global baserelease 1 Summary: Python binding for the YARA pattern matching tool License: ASL 2.0 @@ -182,6 +182,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar #==================================================================== %changelog +* Fri Jun 06 2020 Michal Ambroz - 4.0.1-1 +- bump to version 4.0.1 + * Tue May 12 2020 Michal Ambroz - 4.0.0-1 - bump to version 4.0.0 diff --git a/sources b/sources index 438d1fd..c24b7ce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (python-yara-4.0.0.tar.gz) = 9210793d305e34313494e3d867fc3a729814401208206a0f6f7fd2bfdcb6482a8e19e64788c35c149cd5a65cdc5357d8fa1e020fae6ac8c2704fa55e6c2cb989 +SHA512 (python-yara-4.0.1.tar.gz) = 8bd4ba51dbec38cb6b9c18b4d8b9325d5bfc413af1462682497398ab86ab67e4cd19355bdaacf1d075098e281ad0d5e9bf748eb5b7fbe404dcf0955cb688e2aa From 39445326bf06575daad933115927bd9be9967a46 Mon Sep 17 00:00:00 2001 From: rpmbuild Date: Thu, 16 Jul 2020 11:37:16 +0000 Subject: [PATCH 05/12] bump to bugfix release 4.0.2 --- .gitignore | 1 + python-yara.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c8dcd6e..b7dfb33 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /python-yara-3.11.0.tar.gz /python-yara-4.0.0.tar.gz /python-yara-4.0.1.tar.gz +/python-yara-4.0.2.tar.gz diff --git a/python-yara.spec b/python-yara.spec index 5eddb55..9ef4ebe 100644 --- a/python-yara.spec +++ b/python-yara.spec @@ -1,5 +1,5 @@ Name: python-yara -Version: 4.0.1 +Version: 4.0.2 %global baserelease 1 Summary: Python binding for the YARA pattern matching tool License: ASL 2.0 @@ -182,6 +182,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar #==================================================================== %changelog +* Thu Jul 16 2020 Michal Ambroz - 4.0.2-1 +- bump to version 4.0.2 + * Fri Jun 06 2020 Michal Ambroz - 4.0.1-1 - bump to version 4.0.1 diff --git a/sources b/sources index c24b7ce..d669b92 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (python-yara-4.0.1.tar.gz) = 8bd4ba51dbec38cb6b9c18b4d8b9325d5bfc413af1462682497398ab86ab67e4cd19355bdaacf1d075098e281ad0d5e9bf748eb5b7fbe404dcf0955cb688e2aa +SHA512 (python-yara-4.0.2.tar.gz) = 0c599f529d11a1ecc006f2db958efbbe6b43669f0721b941f4a46d68d75a1e15418075dccb229c498dd39f651f58392d7c7c4b5c62ef694cbddbf05c609301d3 From d392bbcfd86179d3d878a1c34591072e98d2c0dd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 04:45:26 +0000 Subject: [PATCH 06/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-yara.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-yara.spec b/python-yara.spec index 9ef4ebe..f11a354 100644 --- a/python-yara.spec +++ b/python-yara.spec @@ -1,6 +1,6 @@ Name: python-yara Version: 4.0.2 -%global baserelease 1 +%global baserelease 2 Summary: Python binding for the YARA pattern matching tool License: ASL 2.0 URL: http://github.com/VirusTotal/yara-python/ @@ -182,6 +182,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar #==================================================================== %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 4.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Jul 16 2020 Michal Ambroz - 4.0.2-1 - bump to version 4.0.2 From 2d0a004d78e8fa30db8af0a76fc5d25223961584 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 14:19:10 +0000 Subject: [PATCH 07/12] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-yara.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-yara.spec b/python-yara.spec index f11a354..f0f5812 100644 --- a/python-yara.spec +++ b/python-yara.spec @@ -1,6 +1,6 @@ Name: python-yara Version: 4.0.2 -%global baserelease 2 +%global baserelease 3 Summary: Python binding for the YARA pattern matching tool License: ASL 2.0 URL: http://github.com/VirusTotal/yara-python/ @@ -182,6 +182,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar #==================================================================== %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 4.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 4.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 28dc29bffcf7693ef406d5661e8b84841d49c1dc Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Thu, 4 Feb 2021 01:30:29 +0000 Subject: [PATCH 08/12] bump to version 4.0.3 --- .gitignore | 1 + python-yara.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b7dfb33..90448d2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /python-yara-4.0.0.tar.gz /python-yara-4.0.1.tar.gz /python-yara-4.0.2.tar.gz +/python-yara-4.0.3.tar.gz diff --git a/python-yara.spec b/python-yara.spec index f0f5812..21c83bb 100644 --- a/python-yara.spec +++ b/python-yara.spec @@ -1,6 +1,6 @@ Name: python-yara -Version: 4.0.2 -%global baserelease 3 +Version: 4.0.3 +%global baserelease 1 Summary: Python binding for the YARA pattern matching tool License: ASL 2.0 URL: http://github.com/VirusTotal/yara-python/ @@ -182,6 +182,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar #==================================================================== %changelog +* Thu Feb 04 2021 Michal Ambroz - 4.0.3-1 +- bump to version 4.0.3 + * Wed Jan 27 2021 Fedora Release Engineering - 4.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index d669b92..07da1b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (python-yara-4.0.2.tar.gz) = 0c599f529d11a1ecc006f2db958efbbe6b43669f0721b941f4a46d68d75a1e15418075dccb229c498dd39f651f58392d7c7c4b5c62ef694cbddbf05c609301d3 +SHA512 (python-yara-4.0.3.tar.gz) = 4100b4664a4fc02d0398e086a1f1203f91c43e692ed5644a88dfac563e0b1b98fde2f6d1f7a69650e297dde253b5f369ca24e3aa18c0160708639cdfce9de140 From 6bc48265406fa0b5816212272bb2203e53134857 Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Thu, 4 Feb 2021 01:32:41 +0000 Subject: [PATCH 09/12] fix bogus week day in 4.0.1 update --- python-yara.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-yara.spec b/python-yara.spec index 21c83bb..f9e98d7 100644 --- a/python-yara.spec +++ b/python-yara.spec @@ -194,7 +194,7 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar * Thu Jul 16 2020 Michal Ambroz - 4.0.2-1 - bump to version 4.0.2 -* Fri Jun 06 2020 Michal Ambroz - 4.0.1-1 +* Sat Jun 06 2020 Michal Ambroz - 4.0.1-1 - bump to version 4.0.1 * Tue May 26 2020 Miro Hrončok - 4.0.0-2 From 8e18fa99f69243bdf519e4dc9a4a3ab19d0f6144 Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Wed, 10 Feb 2021 22:29:00 +0000 Subject: [PATCH 10/12] bump to version 4.0.4 --- .gitignore | 1 + python-yara.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 90448d2..daecb3f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /python-yara-4.0.1.tar.gz /python-yara-4.0.2.tar.gz /python-yara-4.0.3.tar.gz +/python-yara-4.0.4.tar.gz diff --git a/python-yara.spec b/python-yara.spec index f9e98d7..df9295c 100644 --- a/python-yara.spec +++ b/python-yara.spec @@ -1,5 +1,5 @@ Name: python-yara -Version: 4.0.3 +Version: 4.0.4 %global baserelease 1 Summary: Python binding for the YARA pattern matching tool License: ASL 2.0 @@ -182,6 +182,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar #==================================================================== %changelog +* Wed Feb 10 2021 Michal Ambroz - 4.0.4-1 +- bump to version 4.0.4 + * Thu Feb 04 2021 Michal Ambroz - 4.0.3-1 - bump to version 4.0.3 diff --git a/sources b/sources index 07da1b3..507959e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (python-yara-4.0.3.tar.gz) = 4100b4664a4fc02d0398e086a1f1203f91c43e692ed5644a88dfac563e0b1b98fde2f6d1f7a69650e297dde253b5f369ca24e3aa18c0160708639cdfce9de140 +SHA512 (python-yara-4.0.4.tar.gz) = a45bbdc964ea1b8b9fe598e625481a85e8b99b449b0af0e8cebb941d7ad94e1312e8f0f95651443889051be40267a8d8315efeeaeaebc081b128c33bb8455663 From 167d7d1be33dddc3e2843c54e60b9f3743a68f49 Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Sat, 13 Mar 2021 22:03:07 +0100 Subject: [PATCH 11/12] bump to 4.0.5 --- .gitignore | 1 + python-yara.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index daecb3f..26f7890 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /python-yara-4.0.2.tar.gz /python-yara-4.0.3.tar.gz /python-yara-4.0.4.tar.gz +/python-yara-4.0.5.tar.gz diff --git a/python-yara.spec b/python-yara.spec index df9295c..4fab316 100644 --- a/python-yara.spec +++ b/python-yara.spec @@ -1,5 +1,5 @@ Name: python-yara -Version: 4.0.4 +Version: 4.0.5 %global baserelease 1 Summary: Python binding for the YARA pattern matching tool License: ASL 2.0 @@ -10,8 +10,8 @@ URL: http://github.com/VirusTotal/yara-python/ %global srcname yara %global gituser VirusTotal %global gitname %{srcname}-python -%global commit 63ac2417a918692be6d5bd659fbfd39564396ec3 -%global gitdate 20190222 +%global commit 83c005eda9b3dbe08581515e8db570ad7dcfee18 +%global gitdate 20210223 %global shortcommit %(c=%{commit}; echo ${c:0:7}) @@ -182,6 +182,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar #==================================================================== %changelog +* Sat Mar 13 2021 Michal Ambroz - 4.0.5-1 +- bump to version 4.0.5 + * Wed Feb 10 2021 Michal Ambroz - 4.0.4-1 - bump to version 4.0.4 diff --git a/sources b/sources index 507959e..a337abd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (python-yara-4.0.4.tar.gz) = a45bbdc964ea1b8b9fe598e625481a85e8b99b449b0af0e8cebb941d7ad94e1312e8f0f95651443889051be40267a8d8315efeeaeaebc081b128c33bb8455663 +SHA512 (python-yara-4.0.5.tar.gz) = 1c4663516e6ee908192145a6b53312bd529d704407b1c1057aa4b4dfaa2f561630e86f47fac60b5a6724ad502d8df0e674eb36bad7a282b5ed5c0782833eead4 From 810d01ab74b4197db109336998f83e0d5813bce2 Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Sun, 25 Apr 2021 14:10:02 +0200 Subject: [PATCH 12/12] rebuild for epel --- python-yara.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-yara.spec b/python-yara.spec index 4fab316..a71ded1 100644 --- a/python-yara.spec +++ b/python-yara.spec @@ -1,6 +1,6 @@ Name: python-yara Version: 4.0.5 -%global baserelease 1 +%global baserelease 2 Summary: Python binding for the YARA pattern matching tool License: ASL 2.0 URL: http://github.com/VirusTotal/yara-python/ @@ -182,6 +182,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch}/ "$NOSETESTS3" -v ./tests.py:TestYar #==================================================================== %changelog +* Sun Apr 25 2021 Michal Ambroz - 4.0.5-2 +- rebuild for epel + * Sat Mar 13 2021 Michal Ambroz - 4.0.5-1 - bump to version 4.0.5