public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kevin Kofler <Kevin@tigcc.ticalc.org>
To: git-commits@fedoraproject.org
Subject: [rpms/xine-lib] epel9-next: xine-lib-cleanup-sources.sh: Use .xz tarballs.
Date: Mon, 20 Jul 2026 20:01:06 GMT	[thread overview]
Message-ID: <178457766637.1.4538466990918409194.rpms-xine-lib-fffc4c3b9058@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/xine-lib
Branch : epel9-next
Commit : fffc4c3b90583bc0decf855fb60319bda8f64753
Author : Kevin Kofler <Kevin@tigcc.ticalc.org>
Date   : 2011-11-20T01:40:14+01:00
Stats  : +4/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/xine-lib/c/fffc4c3b90583bc0decf855fb60319bda8f64753?branch=epel9-next

Log:
xine-lib-cleanup-sources.sh: Use .xz tarballs.

---
diff --git a/xine-lib-cleanup-sources.sh b/xine-lib-cleanup-sources.sh
index 31cff0f..f7ba13e 100755
--- a/xine-lib-cleanup-sources.sh
+++ b/xine-lib-cleanup-sources.sh
@@ -6,9 +6,9 @@ if [ -z "$1" -o $# -ne 1 ]; then
 fi
 
 version=$1
-tarball="xine-lib-$version.tar.bz2"
+tarball="xine-lib-$version.tar.xz"
 dir="xine-lib-$version"
-modtarball="xine-lib-$version-pruned.tar.bz2"
+modtarball="xine-lib-$version-pruned.tar.xz"
 
 
 if [ ! -f $tarball ]; then
@@ -18,7 +18,7 @@ fi
 
 echo "Uncompressing $tarball..."
 rm -rf $dir
-tar -xjf $tarball
+tar -xJf $tarball
 cd $dir
 
 rmpluglib()
@@ -81,5 +81,5 @@ sed -i -e '/nosefart\/Makefile/d' configure.ac
 
 cd ..
 echo "Generating $modtarball..."
-tar -cjf $modtarball $dir
+tar -cJf $modtarball $dir
 rm -rf $dir

                 reply	other threads:[~2026-07-20 20:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178457766637.1.4538466990918409194.rpms-xine-lib-fffc4c3b9058@fedoraproject.org \
    --to=kevin@tigcc.ticalc.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox