diff --git a/fakeroot-drop-tartest.patch b/fakeroot-drop-tartest.patch index 2cfbf413399ba232e7eaff71992662e709b75c42..932ad7d10e040d6f16221a41d8cb5d8e3f05dbf7 100644 --- a/fakeroot-drop-tartest.patch +++ b/fakeroot-drop-tartest.patch @@ -1,11 +1,24 @@ -diff -ruN fakeroot/test/Makefile.am fakeroot-upstream-1.30.1/test/Makefile.am ---- fakeroot/test/Makefile.am 2022-11-14 03:31:24.548712469 +0800 -+++ fakeroot-upstream-1.30.1/test/Makefile.am 2022-11-14 03:42:12.054140860 +0800 -@@ -10,7 +10,6 @@ - t.no_ld_preload \ +From 5515a0029736419419c170459173bbf81bd338e2 Mon Sep 17 00:00:00 2001 +From: maqi +Date: Fri, 16 Aug 2024 12:55:44 +0800 +Subject: [PATCH] fakeroot drop tartest + +--- + test/Makefile.am | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/test/Makefile.am b/test/Makefile.am +index 494c2cd..bc96574 100644 +--- a/test/Makefile.am ++++ b/test/Makefile.am +@@ -11,7 +11,6 @@ TESTS = \ t.no_ld_preload_link \ t.option \ + t.perlstat \ - t.tar \ t.touchinstall \ - t.truereturn \ + t.truereturn \ t.xattr +-- +2.39.3 + diff --git a/fakeroot.spec b/fakeroot.spec index d416b1cbf3d73edd710a7764dc5ae1ee23a625eb..bf86b3db33a4efca4f8c0d41f260623e2ae10506 100644 --- a/fakeroot.spec +++ b/fakeroot.spec @@ -1,14 +1,14 @@ %bcond_without autoconf Summary: Gives a fake root environment Name: fakeroot -Version: 1.32.2 +Version: 1.36 Release: 1 License: GPLv3+ and LGPLv2.1 and MIT and GPL+ URL: https://tracker.debian.org/pkg/fakeroot Source0: https://ftp.debian.org/debian/pool/main/f/fakeroot/%{name}_%{version}.orig.tar.gz Patch1: debian_fix-shell-in-fakeroot.patch Patch2: fakeroot-multilib.patch -Patch3: fakeroot-drop-tartest.patch +Patch3: fakeroot-drop-tartest.patch %ifarch sw_64 Patch5001: fakeroot-upstream-1.25.2-sw.patch %endif @@ -127,6 +127,9 @@ fi %ghost %{_libdir}/libfakeroot/libfakeroot-0.so %changelog +* Fri Aug 16 2024 maqi - 1.36-1 +- Update to 1.36 + * Wed Dec 27 2023 liyanan - 1.32.2-1 - Update to 1.32.2 diff --git a/fakeroot_1.32.2.orig.tar.gz b/fakeroot_1.32.2.orig.tar.gz deleted file mode 100644 index dad92b0f051900807ae0b15ccaa9bc7ae9b97e3f..0000000000000000000000000000000000000000 Binary files a/fakeroot_1.32.2.orig.tar.gz and /dev/null differ diff --git a/fakeroot_1.36.orig.tar.gz b/fakeroot_1.36.orig.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a2fb6fcb7eb3387d33871b739279fa65ff922220 Binary files /dev/null and b/fakeroot_1.36.orig.tar.gz differ