From 8017e8b690ba85a563b59f8bde2bd4a5e690c6c935df539e40a799ca03f2ea55 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Mon, 20 Jun 2016 16:51:43 +0000 Subject: [PATCH] blaeh, xz isn't available on <= SLE11. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=142 --- gdb-7.11.1.tar.bz2 | 3 +++ gdb-7.11.1.tar.xz | 3 --- gdb-libstdc++-v3-python-r225521.tar.bz2 | 3 +++ gdb-libstdc++-v3-python-r225521.tar.xz | 3 --- gdb.changes | 1 - gdb.spec | 4 ++-- patchlist.pl | 4 ++-- 7 files changed, 10 insertions(+), 11 deletions(-) create mode 100644 gdb-7.11.1.tar.bz2 delete mode 100644 gdb-7.11.1.tar.xz create mode 100644 gdb-libstdc++-v3-python-r225521.tar.bz2 delete mode 100644 gdb-libstdc++-v3-python-r225521.tar.xz diff --git a/gdb-7.11.1.tar.bz2 b/gdb-7.11.1.tar.bz2 new file mode 100644 index 0000000..6c70add --- /dev/null +++ b/gdb-7.11.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52497db17119a21d59bc62ac5f1138b8061990f97fee6138c4e8b4d7104e67e0 +size 27307242 diff --git a/gdb-7.11.1.tar.xz b/gdb-7.11.1.tar.xz deleted file mode 100644 index 1c8ffa8..0000000 --- a/gdb-7.11.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70 -size 18947760 diff --git a/gdb-libstdc++-v3-python-r225521.tar.bz2 b/gdb-libstdc++-v3-python-r225521.tar.bz2 new file mode 100644 index 0000000..12c82e0 --- /dev/null +++ b/gdb-libstdc++-v3-python-r225521.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c620865e7c00c9c2e644fa693a11170bbf2fec83c078c597e61606c38d2e2562 +size 19254 diff --git a/gdb-libstdc++-v3-python-r225521.tar.xz b/gdb-libstdc++-v3-python-r225521.tar.xz deleted file mode 100644 index 9ca0b86..0000000 --- a/gdb-libstdc++-v3-python-r225521.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dc01d5ac69eb9a05ca7cd2c57236d9cdb58f94ca607c7c239c3e876974949b4 -size 18312 diff --git a/gdb.changes b/gdb.changes index d9aa7f8..5be4cd7 100644 --- a/gdb.changes +++ b/gdb.changes @@ -10,7 +10,6 @@ Mon Jun 20 16:36:04 UTC 2016 - matz@suse.com gdb-rhbz1261564-aarch64-hw-watchpoint-test.patch gdb-rhbz1325795-framefilters-test.patch gdb-testsuite-dw2-undefined-ret-addr.patch -- Use xz instead of bzip2 as archive format. ------------------------------------------------------------------- Tue May 24 10:49:47 UTC 2016 - martin.liska@suse.com diff --git a/gdb.spec b/gdb.spec index e449a60..bd93087 100644 --- a/gdb.spec +++ b/gdb.spec @@ -36,7 +36,7 @@ Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build # Do not provide URL for snapshots as the file lasts there only for 2 days. # ftp://sourceware.org/pub/gdb/releases/gdb-%{version}.tar.gz -Source: gdb-%{version}.tar.xz +Source: gdb-%{version}.tar.bz2 Url: http://gnu.org/software/gdb/ %if "%{scl}" == "devtoolset-1.1" @@ -79,7 +79,7 @@ Source4: gdbinit # libstdc++ pretty printers from GCC SVN HEAD (4.5 experimental). %global libstdcxxpython gdb-libstdc++-v3-python-r225521 -Source5: %{libstdcxxpython}.tar.xz +Source5: %{libstdcxxpython}.tar.bz2 # Provide gdbtui for RHEL-5 and RHEL-6 as it is removed upstream (BZ 797664). Source6: gdbtui diff --git a/patchlist.pl b/patchlist.pl index db6c748..28ef09d 100644 --- a/patchlist.pl +++ b/patchlist.pl @@ -7,8 +7,8 @@ my $dir = `pwd`; chomp($dir); system "rm \$(grep \"^Patch[0-9]\\{1,3\\}:\" gdb.spec | cut -d\" \" -f 2) 2>/dev/null"; -system "rm *.tar.{bz2,xz}"; -system "cp -p $gdbFedora/*.tar.{bz2,xz} ./"; +system "rm *.tar.bz2"; +system "cp -p $gdbFedora/*.tar.bz2 ./"; system "pushd $gdbFedora ; sh $dir/patchname_get.sh -v gdb.spec 2>$dir/test.txt; popd"; system "grep \"^Patch\" test.txt > test2.txt";