public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/partclone] epel8: Merge remote branch 'origin/main' into epel8
@ 2026-09-12 21:16 Robert Scheck
0 siblings, 0 replies; 2+ messages in thread
From: Robert Scheck @ 2026-09-12 21:16 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/partclone
Branch : epel8
Commit : 7892346f5ae89832363eabbfbc80ab0010d828c5
Author : Robert Scheck <robert@fedoraproject.org>
Date : 2026-09-12T23:15:59+02:00
Stats : +8/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/partclone/c/7892346f5ae89832363eabbfbc80ab0010d828c5?branch=epel8
Log:
Merge remote branch 'origin/main' into epel8
---
diff --git a/partclone.spec b/partclone.spec
index 70f2cb0..0e33a75 100644
--- a/partclone.spec
+++ b/partclone.spec
@@ -3,7 +3,7 @@
Summary: Utility to clone and restore a partition
Name: partclone
-Version: 0.3.48
+Version: 0.3.50
Release: 1%{?dist}
# Partclone itself is GPL-2.0-or-later but uses other source codes, breakdown:
# GPL-3.0-or-later: fail-mbr/fail-mbr.S
@@ -133,6 +133,12 @@ make check || { cat tests/test-suite.log; exit 1; }
%{_mandir}/man8/%{name}*.8*
%changelog
+* Sat Sep 12 2026 Robert Scheck <robert@fedoraproject.org> 0.3.50-1
+- Upgrade to 0.3.50 (#2529139 #c1)
+
+* Thu Aug 27 2026 Tom Callaway <spot@fedoraproject.org> - 0.3.48-2
+- rebuild for new ntfs-3g
+
* Sat Aug 01 2026 Robert Scheck <robert@fedoraproject.org> 0.3.48-1
- Upgrade to 0.3.48
diff --git a/sources b/sources
index 59a343a..15cd255 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (partclone-0.3.48.tar.gz) = dc097345501ef05a594995bb3ff35ce1a0c5d9a9d5aaa6ad11e5e53b0608b31e2ef72897a4d4c19ac3d561dd852199ab5ac3fe2a6b24d083aa4f1137cdc5b358
+SHA512 (partclone-0.3.50.tar.gz) = fee2ff16634f36c05767289533a8ec3bb6ce2debd95e070a4d66ec0548afa0561c60a80a82ab4329082d22477d75e5cb4e4ca7d6fd7465184a926ab9e22d004e
^ permalink raw reply related [flat|nested] 2+ messages in thread* [rpms/partclone] epel8: Merge remote branch 'origin/main' into epel8
@ 2026-08-01 19:59 Robert Scheck
0 siblings, 0 replies; 2+ messages in thread
From: Robert Scheck @ 2026-08-01 19:59 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/partclone
Branch : epel8
Commit : 9147f34054e9f82bc9cd5cd13dad9065a2acb193
Author : Robert Scheck <robert@fedoraproject.org>
Date : 2026-08-01T21:59:47+02:00
Stats : +11/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/partclone/c/9147f34054e9f82bc9cd5cd13dad9065a2acb193?branch=epel8
Log:
Merge remote branch 'origin/main' into epel8
---
diff --git a/partclone.spec b/partclone.spec
index 53c5735..70f2cb0 100644
--- a/partclone.spec
+++ b/partclone.spec
@@ -3,7 +3,7 @@
Summary: Utility to clone and restore a partition
Name: partclone
-Version: 0.3.47
+Version: 0.3.48
Release: 1%{?dist}
# Partclone itself is GPL-2.0-or-later but uses other source codes, breakdown:
# GPL-3.0-or-later: fail-mbr/fail-mbr.S
@@ -101,7 +101,6 @@ autoreconf -i -f
%install
%make_install
-mv -f $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/%{name}{-completion,}
%find_lang %{name}
@@ -134,6 +133,15 @@ make check || { cat tests/test-suite.log; exit 1; }
%{_mandir}/man8/%{name}*.8*
%changelog
+* Sat Aug 01 2026 Robert Scheck <robert@fedoraproject.org> 0.3.48-1
+- Upgrade to 0.3.48
+
+* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.47-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+
+* Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 0.3.47-2
+- Rebuilt for openssl 4.0
+
* Sat Mar 14 2026 Robert Scheck <robert@fedoraproject.org> 0.3.47-1
- Upgrade to 0.3.47 (#2446447)
diff --git a/sources b/sources
index 2adf874..59a343a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (partclone-0.3.47.tar.gz) = acad16e894091c95f9318eba27984a7483278b6aef7d658d84719b5d2d3550df1d15f5655f62bb9e1d014440b0ffcebf8626f27d44afe97d55ff26cb2bcbe3a9
+SHA512 (partclone-0.3.48.tar.gz) = dc097345501ef05a594995bb3ff35ce1a0c5d9a9d5aaa6ad11e5e53b0608b31e2ef72897a4d4c19ac3d561dd852199ab5ac3fe2a6b24d083aa4f1137cdc5b358
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-12 21:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-12 21:16 [rpms/partclone] epel8: Merge remote branch 'origin/main' into epel8 Robert Scheck
-- strict thread matches above, loose matches on Subject: below --
2026-08-01 19:59 Robert Scheck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox