From 8e1b47a7f77aac596bd99a1277cd63867c591e8a Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Jul 03 2013 09:13:09 +0000 Subject: * Wed Jul 3 2013 Patrick Monnerat 7.4.50-8.20120403cvs - Compress snapshot tar archive with xz. https://bugzilla.redhat.com/show_bug.cgi?id=980597 --- diff --git a/.gitignore b/.gitignore index 253fd9b..a0e1523 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ insight-6.8-1.tar.bz2 /insight-7.4.50.tar.bz2 +/insight-7.4.50.tar.xz diff --git a/insight.spec b/insight.spec index 7066c6d..69697c8 100644 --- a/insight.spec +++ b/insight.spec @@ -10,17 +10,17 @@ # cvs -z9 -d :pserver:anoncvs@sourceware.org:/cvs/src export \ # -D '2012-04-03 09:00' insight # mv src insight-%{ver} -# tar cjf insight-%{ver}.tar.bz2 insight-%{ver} +# tar cJf insight-%{ver}.tar.xz insight-%{ver} Name: insight Version: %(echo %{ver} | tr - .) -Release: 7.%{snap}cvs%{?dist} +Release: 8.%{snap}cvs%{?dist} Summary: Graphical debugger based on GDB License: GPLv3+ Group: Development/Debuggers Url: http://sources.redhat.com/insight/ # Source0: ftp://sourceware.org/pub/insight/releases/insight-%{ver}.tar.bz2 -Source0: insight-%{ver}.tar.bz2 +Source0: insight-%{ver}.tar.xz Source1: insight.desktop Source2: insight.1 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -310,6 +310,10 @@ rm -rf "${RPM_BUILD_ROOT}" %changelog #------------------------------------------------------------------------------- +* Wed Jul 3 2013 Patrick Monnerat 7.4.50-8.20120403cvs +- Compress snapshot tar archive with xz. + https://bugzilla.redhat.com/show_bug.cgi?id=980597 + * Fri Feb 15 2013 Patrick Monnerat 7.4.50-7.20120403cvs - Patch "nocygnus" to replace automake option "cygnus" by "foreign no-dist". diff --git a/sources b/sources index c8d64b4..1456ddb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4389c1f687d127765d579c7dc128edb1 insight-7.4.50.tar.bz2 +b9079e62c1dd0a09789505780a16b0f2 insight-7.4.50.tar.xz