[arch-commits] Commit in urjtag/repos/community-x86_64 (3 files)

Filipe Laíns ffy00 at archlinux.org
Wed Mar 24 18:17:02 UTC 2021


    Date: Wednesday, March 24, 2021 @ 18:17:02
  Author: ffy00
Revision: 901682

archrelease: copy trunk to community-x86_64

Added:
  urjtag/repos/community-x86_64/PKGBUILD
    (from rev 901681, urjtag/trunk/PKGBUILD)
Deleted:
  urjtag/repos/community-x86_64/PKGBUILD
  urjtag/repos/community-x86_64/fix-gcc-10.patch

------------------+
 PKGBUILD         |   78 +++++++++++++++++++++++------------------------------
 fix-gcc-10.patch |   25 ----------------
 2 files changed, 35 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-24 18:16:49 UTC (rev 901681)
+++ PKGBUILD	2021-03-24 18:17:02 UTC (rev 901682)
@@ -1,43 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=urjtag
-pkgver=2019.12
-pkgrel=2
-pkgdesc='Enhanced, modern tool for communicating over JTAG with flash chips, CPUs, and many more'
-arch=('x86_64')
-url='http://openocd.org'
-license=('GPL')
-depends=('libftdi-compat' 'libusb-compat')
-makedepends=('python')
-optdepends=('python: Python bindings')
-source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"
-        'fix-gcc-10.patch')
-sha512sums=('e149e53410a6591bdadc2c0138c6f81dac0fd6e35601461e19d356decdb820ec8e6bd53d59a1fd9781dfa1fee88d23dcafbd8df9adc0f8e51256c626d2ee0f36'
-            'a36dd96453e0da225f1974f44fa42e35d9abb6979657457d7f4dd25f8112092085b3520ad3ed4868a194f6628db985df4eaf44232247cbe03f5fbc2fb79e2727')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -p2 -i ../fix-gcc-10.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  autoreconf -vif
-
-  ./configure \
-        --prefix=/usr \
-        --enable-svf \
-        --enable-bsdl \
-        --enable-stapl \
-        --enable-python
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: urjtag/repos/community-x86_64/PKGBUILD (from rev 901681, urjtag/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-24 18:17:02 UTC (rev 901682)
@@ -0,0 +1,35 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=urjtag
+pkgver=2021.03
+pkgrel=1
+pkgdesc='Enhanced, modern tool for communicating over JTAG with flash chips, CPUs, and many more'
+arch=('x86_64')
+url='http://urjtag.org'
+license=('GPL')
+depends=('libftdi-compat' 'libusb-compat')
+makedepends=('python')
+optdepends=('python: Python bindings')
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
+sha512sums=('baf203e556d1d41437539d3f5c018b35fbb496f71391c2bec2786ffa47bff33d38654b3e7d106e38bcf36d075d86fc02b18eaaf634cdb65e2840ff50ca0da8b2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  autoreconf -vif
+
+  ./configure \
+        --prefix=/usr \
+        --enable-svf \
+        --enable-bsdl \
+        --enable-stapl \
+        --enable-python
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: fix-gcc-10.patch
===================================================================
--- fix-gcc-10.patch	2021-03-24 18:16:49 UTC (rev 901681)
+++ fix-gcc-10.patch	2021-03-24 18:17:02 UTC (rev 901682)
@@ -1,25 +0,0 @@
-commit d4c97a8110dc6e5671b30dd06cdcd31b1833554e
-Author: Dan Horák <dan at danny.cz>
-Date:   Thu Feb 13 16:49:39 2020 +0100
-
-    fix UrjtagError declaration
-
-    Fix build with GCC 10 new default.
-
-    References:
-      https://gcc.gnu.org/gcc-10/porting_to.html#common
-      https://bugzilla.redhat.com/show_bug.cgi?id=1793499
-
-diff --git a/urjtag/bindings/python/py_urjtag.h b/urjtag/bindings/python/py_urjtag.h
-index 38582ebb..16b120d8 100644
---- a/urjtag/bindings/python/py_urjtag.h
-+++ b/urjtag/bindings/python/py_urjtag.h
-@@ -35,7 +35,7 @@ struct urj_pyregister
- extern PyTypeObject urj_pyregister_Type;
-
- extern PyObject *urj_py_chkret (int rc);
--PyObject *UrjtagError;
-+extern PyObject *UrjtagError;
-
- extern int urj_pyc_precheck (urj_chain_t *urc, int checks_needed);
- #define UPRC_CBL 1



More information about the arch-commits mailing list