The package rpms/datamash.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/datamash.git/commit/?id=b35c53ad0425....
Change: +%ifarch armv7hl
Thanks.
Full change: ============
commit b35c53ad0425b89155f9b05fca1cc2175115b0fd Author: Jirka Hladky jhladky@redhat.com Date: Tue Feb 22 02:13:39 2022 +0100
Updated to v1.7
diff --git a/.gitignore b/.gitignore index a25fdd3..a311b58 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /datamash-1.3.tar.gz /datamash-1.5.tar.gz /datamash-1.6.tar.gz +/datamash-1.7.tar.gz diff --git a/datamash-1.7-decorate.patch b/datamash-1.7-decorate.patch new file mode 100644 index 0000000..03f46ba --- /dev/null +++ b/datamash-1.7-decorate.patch @@ -0,0 +1,12 @@ +diff -aur datamash-1.7-orig/src/decorate.c datamash-1.7/src/decorate.c +--- datamash-1.7-orig/src/decorate.c 2022-02-21 16:32:01.390387464 +0100 ++++ datamash-1.7/src/decorate.c 2022-02-21 16:46:36.966703253 +0100 +@@ -442,7 +442,7 @@ + } + + if (!decorate_fields (&lb)) +- die (SORT_FAILURE, errno, _("conversion failed in line %zu"), linenum); ++ die (SORT_FAILURE, errno, _("conversion failed in line %lld"), linenum); + + if (debug) + dbg_printf ("writing line: '%.*s'", (int)lb.length, lb.buffer); diff --git a/datamash.spec b/datamash.spec index 426eafe..1ad2600 100644 --- a/datamash.spec +++ b/datamash.spec @@ -7,13 +7,14 @@ pkg-config --variable=completionsdir bash-completion || echo %_sysconfdir/bash_completion.d)
Name: datamash -Version: 1.6 -Release: 8%{?dist} +Version: 1.7 +Release: 1%{?dist} Summary: A statistical, numerical and textual operations tool
License: GPLv3+ URL: https://www.gnu.org/software/%%7Bname%7D/ Source0: http://ftp.gnu.org/gnu/%%7Bname%7D/%%7Bname%7D-%%7Bversion%7D.tar.gz +Patch1: datamash-1.7-decorate.patch
BuildRequires: gcc BuildRequires: gettext perl(Digest::MD5) perl(Digest::SHA) perl(Data::Dumper) @@ -29,9 +30,12 @@ numeric,textual and statistical operations on input textual data files.
%prep -%autosetup -p 1 +%setup # .UR not defined in el6 an macros %{?el6:sed -i -e 's/^.UR //g' datamash.1} +%ifarch armv7hl +%patch1 -p1 +%endif
%build %configure @@ -58,7 +62,7 @@ if [ $1 = 0 ];then fi
%files -f %{name}.lang -%{_bindir}/datamash +%{_bindir}/* %{_datadir}/datamash/ %{_infodir}/datamash.info.* %dir %{compdir}/.. @@ -67,9 +71,12 @@ fi
%license COPYING %doc README NEWS THANKS TODO AUTHORS ChangeLog -%{_mandir}/man1/datamash.1.gz +%{_mandir}/man1/*
%changelog +* Mon Feb 21 2022 Jirka Hladky hladky.jiri@gmail.com - 1.7-1 +- New upstream release 1.7 + * Thu Jan 20 2022 Fedora Release Engineering releng@fedoraproject.org - 1.6-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/sources b/sources index 8b51f30..d1a47c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (datamash-1.6.tar.gz) = bd4e147e68f9b71d04a2c8150fc3726720aff111a9d1ce873ec0fbcd1fc0f12369e866327180f0561e68a1085bff042673cd97a9ad146edeccca3a1bdc45ac18 +SHA512 (datamash-1.7.tar.gz) = 29d82d6a1ac25a6ceb901c14fdeacbcb575771f405d844a66df525f820f1515d84989480807e466ddaa0a1ebc5cf698191538391b0c64bddf0d80462f66a5992
commit 454f886e7b638ee1e4b4f8a7cc14c7340e648422 Author: Fedora Release Engineering releng@fedoraproject.org Date: Thu Jan 20 00:16:05 2022 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/datamash.spec b/datamash.spec index c41fccb..426eafe 100644 --- a/datamash.spec +++ b/datamash.spec @@ -8,7 +8,7 @@ echo %_sysconfdir/bash_completion.d)
Name: datamash Version: 1.6 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A statistical, numerical and textual operations tool
License: GPLv3+ @@ -70,6 +70,9 @@ fi %{_mandir}/man1/datamash.1.gz
%changelog +* Thu Jan 20 2022 Fedora Release Engineering releng@fedoraproject.org - 1.6-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Wed Jul 21 2021 Fedora Release Engineering releng@fedoraproject.org - 1.6-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
arch-excludes@lists.fedoraproject.org