From 6de876b38ffb8e6bc65584457f16fe90f14e7ff493d97c477952b44f486aaa2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 14 May 2020 11:31:20 +0000 Subject: [PATCH] Accepting request 805580 from home:alarrosa:branches:devel:languages:python - Re-download source package which changed the topdir name OBS-URL: https://build.opensuse.org/request/show/805580 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyQRCode?expand=0&rev=11 --- 1.3.0.tar.gz | 4 ++-- python-PyQRCode.changes | 5 +++++ python-PyQRCode.spec | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/1.3.0.tar.gz b/1.3.0.tar.gz index d424346..fdb8d12 100644 --- a/1.3.0.tar.gz +++ b/1.3.0.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ebfee5759ffcd54fb792c76f5043f8380d483001f2bf28b899cd7ab5e1609eac -size 75525 +oid sha256:3097ba5e6ac94cd8b07c413b88aad0f76a28d4d2cf891025fa015d9d5db0e1f1 +size 75539 diff --git a/python-PyQRCode.changes b/python-PyQRCode.changes index fd865df..a498cbe 100644 --- a/python-PyQRCode.changes +++ b/python-PyQRCode.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 14 11:29:17 UTC 2020 - Antonio Larrosa + +- Re-download source package which changed the topdir name + ------------------------------------------------------------------- Thu May 14 10:01:30 UTC 2020 - Antonio Larrosa diff --git a/python-PyQRCode.spec b/python-PyQRCode.spec index 25a68e1..62d5270 100644 --- a/python-PyQRCode.spec +++ b/python-PyQRCode.spec @@ -43,7 +43,7 @@ BuildArch: noarch The PyQRCode module is a QR code generator that is simple to use and written in pure python. The module can automates most of the building process for creating QR codes. Most codes can be created using only two lines of code! %prep -%setup -q -n pyqrcode-%{version} +%setup -q -n pyqrcodeNG-%{version} sed -i -e '1{\@^#!%{_bindir}/env python@d}' pyqrcode/{cli,qrspecial}.py %build