public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/xine-lib] epel9-next: Using bz2 tarball
Date: Mon, 20 Jul 2026 20:00:19 GMT	[thread overview]
Message-ID: <178457761979.1.10650820002109852490.rpms-xine-lib-5274bd95b2a4@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/xine-lib
Branch : epel9-next
Commit : 5274bd95b2a4030f1138be14ef43404bea81af44
Author : Ville Skyttä <scop@fedoraproject.org>
Date   : 2007-04-08T14:13:18+00:00
Stats  : +2/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/xine-lib/c/5274bd95b2a4030f1138be14ef43404bea81af44?branch=epel9-next

Log:
Using bz2 tarball

---
diff --git a/xine-lib-cleanup-sources.sh b/xine-lib-cleanup-sources.sh
index 97da5bd..9cd32fd 100755
--- a/xine-lib-cleanup-sources.sh
+++ b/xine-lib-cleanup-sources.sh
@@ -6,7 +6,7 @@ if [ -z "$1" -o $# -ne 1 ]; then
 fi
 
 version=$1
-tarball="xine-lib-$version.tar.gz"
+tarball="xine-lib-$version.tar.bz2"
 dir="xine-lib-$version"
 modtarball="xine-lib-$version-pruned.tar.bz2"
 
@@ -18,7 +18,7 @@ fi
 
 echo "Uncompressing $tarball..."
 rm -rf $dir
-tar -xzf $tarball
+tar -xjf $tarball
 cd $dir
 
 # Main libraries

                 reply	other threads:[~2026-07-20 20:00 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=178457761979.1.10650820002109852490.rpms-xine-lib-5274bd95b2a4@fedoraproject.org \
    --to=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