public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/vobcopy] rawhide: update to 1.2.4 (resolves rhbz#2480338)
@ 2026-06-28 16:54 Dominik 'Rathann' Mierzejewski
0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-06-28 16:54 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/vobcopy
Branch : rawhide
Commit : 0107353b51f00f0c18b964d5791c7b6a66ca89c8
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date : 2026-06-25T00:55:53+02:00
Stats : +7/-20 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/vobcopy/c/0107353b51f00f0c18b964d5791c7b6a66ca89c8?branch=rawhide
Log:
update to 1.2.4 (resolves rhbz#2480338)
- drop merged patch and obsolete workaround
---
diff --git a/.gitignore b/.gitignore
index c33d441..c24f14f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/vobcopy-1.2.1.tar.gz
/vobcopy-1.2.2.tar.gz
/vobcopy-1.2.3.tar.gz
+/vobcopy-1.2.4.tar.gz
diff --git a/sources b/sources
index 851b993..8ee2973 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vobcopy-1.2.3.tar.gz) = fc893a10df3d77364c6ce369c6b36998d9d2e776671c26069c8096f9f5212a872a4226cf8887326040211575b144c0f7e43ee9c13f46df2c088f76a0e15c85fb
+SHA512 (vobcopy-1.2.4.tar.gz) = 536bb54ff9e9c4ebd0b2bd0ed0fa46531186e761dc2fb7cbfc5131d4c22feba41286844b5238d7f0c1827e3de80df98c5505a72ae1bb0acf6c4e27dde717e88e
diff --git a/vobcopy-fix-test-crash-on-32-bit.patch b/vobcopy-fix-test-crash-on-32-bit.patch
deleted file mode 100644
index 221e6d4..0000000
--- a/vobcopy-fix-test-crash-on-32-bit.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -up vobcopy-1.2.3/tests/unit_dvd_image.c.orig vobcopy-1.2.3/tests/unit_dvd_image.c
---- vobcopy-1.2.3/tests/unit_dvd_image.c.orig 2026-05-18 14:42:51.000000000 +0200
-+++ vobcopy-1.2.3/tests/unit_dvd_image.c 2026-05-19 21:17:08.108758500 +0200
-@@ -1,3 +1,7 @@
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
- #include <assert.h>
- #include <errno.h>
- #include <fcntl.h>
diff --git a/vobcopy.spec b/vobcopy.spec
index 0402e08..38cc991 100644
--- a/vobcopy.spec
+++ b/vobcopy.spec
@@ -1,13 +1,11 @@
Name: vobcopy
-Version: 1.2.3
+Version: 1.2.4
Release: 1%{?dist}
Summary: Utility to copy DVD .vob files to disk
License: GPL-2.0-or-later
URL: https://github.com/barak/vobcopy
Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
-# https://github.com/barak/vobcopy/issues/23
-Patch: vobcopy-fix-test-crash-on-32-bit.patch
# fix LTO warning
Patch: vobcopy-lto.patch
@@ -29,11 +27,6 @@ rather sparse this shouldn't matter much.
%autosetup -p1
autoreconf -fiv
-# Convert German manpage to UTF-8
-# https://github.com/barak/vobcopy/pull/18
-iconv -f iso8859-1 -t utf-8 vobcopy.1.de > vobcopy.1.de.conv && \
- mv -f vobcopy.1.de.conv vobcopy.1.de
-
%build
%configure
%make_build
@@ -56,6 +49,10 @@ rm -r %{buildroot}%{_datadir}/doc
%lang(de) %{_mandir}/de/man1/vobcopy.1*
%changelog
+* Wed Jun 24 2026 Dominik Mierzejewski <dominik@greysector.net> - 1.2.4-1
+- update to 1.2.4 (resolves rhbz#2480338)
+- drop merged patch and obsolete workaround
+
* Mon May 18 2026 Dominik Mierzejewski <dominik@greysector.net> - 1.2.3-1
- Update to 1.2.3 (resolves rhbz#2479642)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-28 16:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-28 16:54 [rpms/vobcopy] rawhide: update to 1.2.4 (resolves rhbz#2480338) Dominik 'Rathann' Mierzejewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox