Hello community, here is the log from the commit of package brp-check-suse for openSUSE:Factory checked in at 2019-07-29 17:23:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/brp-check-suse (Old) and /work/SRC/openSUSE:Factory/.brp-check-suse.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "brp-check-suse" Mon Jul 29 17:23:41 2019 rev:60 rq:714178 version:84.87+git20190702.bac0cab Changes: -------- --- /work/SRC/openSUSE:Factory/brp-check-suse/brp-check-suse.changes 2019-07-08 15:09:43.875270605 +0200 +++ /work/SRC/openSUSE:Factory/.brp-check-suse.new.4126/brp-check-suse.changes 2019-07-29 17:23:42.778361700 +0200 @@ -1,0 +2,7 @@ +Mon Jul 08 13:33:44 UTC 2019 - [email protected] + +- Update to version 84.87+git20190702.bac0cab: + * Add NO_BRP_AR as a way how to skip ar. +- Remove 0001-Remove-brp-75-ar-for-now.patch. + +------------------------------------------------------------------- Old: ---- 0001-Remove-brp-75-ar-for-now.patch brp-check-suse-84.87+git20190423.d0bda31.tar.xz New: ---- brp-check-suse-84.87+git20190702.bac0cab.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ brp-check-suse.spec ++++++ --- /var/tmp/diff_new_pack.FYnopb/_old 2019-07-29 17:23:43.338361493 +0200 +++ /var/tmp/diff_new_pack.FYnopb/_new 2019-07-29 17:23:43.342361492 +0200 @@ -23,7 +23,7 @@ License: GPL-2.0-or-later Group: Development/Tools/Building Requires: perl -Version: 84.87+git20190423.d0bda31 +Version: 84.87+git20190702.bac0cab Release: 0 Url: https://github.com/openSUSE/brp-check-suse # @@ -31,7 +31,6 @@ # for inclusion in the git repo at https://github.com/openSUSE/brp-check-suse # Source0: %{name}-%{version}.tar.xz -Patch0: 0001-Remove-brp-75-ar-for-now.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %global provfind sh -c "grep -v 'brp-desktop.data' | %__find_provides" %global __find_provides %provfind @@ -43,7 +42,6 @@ %prep %setup -q -%patch0 -p1 %ifnarch x86_64 s390x ppc64 aarch64 rm brp-65-lib64-linux %endif ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.FYnopb/_old 2019-07-29 17:23:43.390361473 +0200 +++ /var/tmp/diff_new_pack.FYnopb/_new 2019-07-29 17:23:43.390361473 +0200 @@ -1,5 +1,5 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/openSUSE/brp-check-suse.git</param> - <param name="changesrevision">d0bda31734c8721815c6ba99000e98659b78aa66</param></service> -</servicedata> + <param name="changesrevision">13ed30b788930d5e274740990e83b48d3df454eb</param></service> +</servicedata> \ No newline at end of file ++++++ brp-check-suse-84.87+git20190423.d0bda31.tar.xz -> brp-check-suse-84.87+git20190702.bac0cab.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/brp-check-suse-84.87+git20190423.d0bda31/brp-75-ar new/brp-check-suse-84.87+git20190702.bac0cab/brp-75-ar --- old/brp-check-suse-84.87+git20190423.d0bda31/brp-75-ar 2019-04-23 13:07:58.000000000 +0200 +++ new/brp-check-suse-84.87+git20190702.bac0cab/brp-75-ar 2019-07-02 13:15:39.000000000 +0200 @@ -8,6 +8,10 @@ echo "SOURCE_DATE_EPOCH is not set: skipping ar normalization" exit 0 fi +if [ "$NO_BRP_AR" = "true" ] ; then + echo "NO_BRP_AR is set: skipping ar" + exit 0 +fi while read f; do ! file "$f" | grep -q "ar archive" || objcopy -D "$f" || true
