public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/dar] rawhide: Update to 2.8.6
Date: Wed, 19 Aug 2026 22:10:14 GMT [thread overview]
Message-ID: <178717741490.1.15795321886225000594.rpms-dar-4d92715e504c@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/dar
Branch : rawhide
Commit : 4d92715e504cf9ac74903a5d2db0191604fb2201
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-08-19T18:56:11-03:00
Stats : +12/-62 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/dar/c/4d92715e504cf9ac74903a5d2db0191604fb2201?branch=rawhide
Log:
Update to 2.8.6
Resolves: rhbz#2519825
---
diff --git a/.gitignore b/.gitignore
index a508271..d59b431 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,49 +1 @@
-dar-2.3.8.tar.gz
-/dar-2.4.10.tar.gz
-/dar-2.4.11.tar.gz
-/dar-2.4.12.tar.gz
-/dar-2.4.14.tar.gz
-/dar-2.4.15.tar.gz
-/dar-2.4.17.tar.gz
-/dar-2.4.18.tar.gz
-/dar-2.5.2.tar.gz
-/dar-2.5.3.tar.gz
-/dar-2.5.5.tar.gz
-/dar-2.5.14.tar.gz
-/dar-2.5.15.tar.gz
-/dar-2.5.16.tar.gz
-/dar-2.6.0.RC3.tar.gz
-/dar-2.6.0.rc3.tar.gz
-/dar-2.6.0.RC5.tar.gz
-/dar-2.5.17.tar.gz
-/dar-2.6.0.RC10-1.fc29.src.rpm
-/dar-2.6.0.RC10.tar.gz
-/dar-2.6.0.tar.gz
-/dar-2.6.1.tar.gz
-/dar-2.6.2.tar.gz
-/dar-2.6.3.tar.gz
-/dar-2.6.4.tar.gz
-/dar-2.6.5.tar.gz
-/dar-2.6.6.tar.gz
-/dar-2.6.7.tar.gz
-/dar-2.6.8.tar.gz
-/dar-2.6.9.tar.gz
-/dar-2.6.10.tar.gz
-/dar-2.6.14.tar.gz
-/dar-2.7.0.tar.gz
-/dar-2.7.1.tar.gz
-/dar-2.7.2.tar.gz
-/dar-2.7.6.tar.gz
-/dar-2.7.7.tar.gz
-/dar-2.7.8.tar.gz
-/dar-2.7.9.tar.gz
-/dar-2.7.10.tar.gz
-/dar-2.7.11.tar.gz
-/dar-2.7.12.tar.gz
-/dar-2.7.15.tar.gz
-/dar-2.7.16.tar.gz
-/dar-2.7.19.tar.gz
-/dar-2.8.1.tar.gz
-/dar-2.8.3.tar.gz
-/dar-2.8.4.tar.gz
-/dar-2.8.5.tar.gz
+/dar-*.tar.gz
diff --git a/dar.spec b/dar.spec
index 5e7ed6c..3567da1 100644
--- a/dar.spec
+++ b/dar.spec
@@ -1,20 +1,15 @@
-# Specfile for DAR, the disk archiver
-# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=210790
+%bcond_with static
-# Static build is disabled by default by fedora policy, but also because the
-# latest versions of glibc don't seem to compile proper static binaries. Use
-# "--with static" to enable the static subpackage
-%define with_static %{?_with_static: 1} %{?!_with_static: 0}
Name: dar
-Version: 2.8.5
+Version: 2.8.6
Release: %autorelease
Summary: Software for making/restoring incremental CD/DVD backups
-# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
URL: http://dar.linux.free.fr
-Source0: ftp://ftp.dm3c.org/dar.linux.free.fr/Releases/Source_code/%{name}-%{version}.tar.gz
+Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1: README.Fedora
ExcludeArch: %{ix86}
+
BuildRequires: bzip2-devel
BuildRequires: e2fsprogs-devel
BuildRequires: gcc-c++
@@ -24,6 +19,7 @@ BuildRequires: libattr-devel
BuildRequires: libcurl-devel
BuildRequires: libgcrypt-devel
BuildRequires: librsync-devel
+BuildRequires: libssh-devel
BuildRequires: libzstd-devel
BuildRequires: lz4-devel
BuildRequires: lzo-devel
@@ -59,7 +55,7 @@ This package contains the header files and libraries for developing
programs that use the DAR API (libdar).
# The following two subpackages are only built when enabled via "--with static"
-%if %{with_static}
+%if %{with static}
%package -n dar-static
Summary: Statically linked version of dar
@@ -84,7 +80,7 @@ disks for easier file retrieval.
%configure \
--disable-build-html \
--enable-mode=64 \
-%if !%{with_static}
+%if %{without static}
--disable-dar-static \
--disable-static
%endif
@@ -120,6 +116,8 @@ cp -a %{SOURCE1} .
%check
LD_LIBRARY_PATH=%{buildroot}%{_libdir} %{buildroot}%{_bindir}/dar --version
+# Note: The full test suite (make check) requires root privileges to run,
+# which is not available in mock build environments.
%files -f %{name}.lang
%license COPYING
@@ -142,7 +140,7 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} %{buildroot}%{_bindir}/dar --version
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
-%if %{with_static}
+%if %{with static}
%files -n dar-static
%{_bindir}/dar_static
diff --git a/sources b/sources
index 4779168..7251965 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (dar-2.8.5.tar.gz) = 642f6f4a1c9bd05521a4c28d4e8c389d0da9ddbc73cfb7062779476a5b7696e4fba1361ab7ff65f61ffa1e198f58eb526eb52e04f148e445b604dce4fc0d49ff
+SHA512 (dar-2.8.6.tar.gz) = 3905150dfffaf0c24d7393528cb710ddd18b04ae914949c36064543bdf608165e3232fb8ccc3f817eba762f1e7a3bd57c57ad143e278d19605a92bae2786e1cf
reply other threads:[~2026-08-19 22:10 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=178717741490.1.15795321886225000594.rpms-dar-4d92715e504c@fedoraproject.org \
--to=rosset.filipe@gmail.com \
--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