diff --git a/.gitignore b/.gitignore index d8379e1..629917f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /urjtag-20111215-git-e1a4227.tar.bz2 +/urjtag-20171020-git-49a4f5b5.tar.bz2 diff --git a/sources b/sources index 47fa95a..71ac6c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c212f353a991db4b569fd938709efb34 urjtag-20111215-git-e1a4227.tar.bz2 +SHA512 (urjtag-20171020-git-49a4f5b5.tar.bz2) = 9dffe2e2e3bfd94fa59ee3d4ac7195c98f538dc61edb58e865b81aab1611309600bc118c65707d5ef420737c16dd044c744f7cba0c6f9240da80536e83f15555 diff --git a/urjtag.spec b/urjtag.spec index f4137cd..b5a4f8e 100644 --- a/urjtag.spec +++ b/urjtag.spec @@ -1,6 +1,6 @@ Name: urjtag Version: 0.10 -Release: 21%{?dist}.20111215gite1a4227 +Release: 22%{?dist}.20171020git49a4f5b5 Summary: A tool for communicating over JTAG with flash chips and CPUs Group: Development/Tools @@ -8,7 +8,7 @@ License: GPLv2+ URL: http://urjtag.org # Snapshot from official git-svn mirror # git://urjtag.git.sourceforge.net/gitroot/urjtag/urjtag -Source0: urjtag-20111215-git-e1a4227.tar.bz2 +Source0: urjtag-20171020-git-49a4f5b5.tar.bz2 # NOTE: # The upstream git-svn repo contains two directories: 'web' and 'urjtag'. # We're only interested in packaging the later. @@ -22,7 +22,7 @@ Source0: urjtag-20111215-git-e1a4227.tar.bz2 # http://sourceforge.net/mailarchive/forum.php?thread_name=1327375235-16426-1-git-send-email-scottt.tw%40gmail.com&forum_name=urjtag-development Patch0: 0001-svf-guard-against-chain-cable-being-NULL.patch Patch1: urjtag-fixarm.patch -Patch2: urjtag-fixftdi.patch +# Patch2: urjtag-fixftdi.patch # We do autoreconf for the git snapshot BuildRequires: gettext-devel @@ -31,6 +31,8 @@ BuildRequires: readline-devel BuildRequires: libftdi-devel BuildRequires: swig BuildRequires: python2-devel +BuildRequires: bison +BuildRequires: flex %description UrJTAG aims to create an enhanced, modern tool for communicating @@ -63,14 +65,14 @@ Python bindings and examples for %{name}. %prep -%setup -q -n %{name}-20111215-git-e1a4227 +%setup -q -n %{name}-20171020-git-49a4f5b5 %patch1 -p1 -b .arm -%patch2 -p1 -b .ftdi +# %%patch2 -p1 -b .ftdi %build cd urjtag autoreconf -i -s -v -f -%configure --enable-stapl +%configure --enable-stapl --enable-bsdl --enable-svf # V=1: verbose build, disables AM_SILENT_RULES make %{?_smp_mflags} V=1 @@ -114,6 +116,10 @@ rm -f %{buildroot}%{_libdir}/*.a %changelog +* Thu Mar 01 2018 Jiri Kastner - 0.10-22.20171020git49a4f5b5 +- added bison and flex for bsdl2jtag command +- updated to latest master + * Fri Feb 09 2018 Iryna Shcherbina - 0.10-21.20111215gite1a4227 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)