Update fakeroot to 1.29 (#2089064)

i9ce
Sérgio M. Basto 2 years ago
parent abc0c9c89c
commit 37836da9fa

1
.gitignore vendored

@ -9,3 +9,4 @@
/fakeroot_1.26.orig.tar.gz
/fakeroot_1.27.orig.tar.gz
/fakeroot_1.28.orig.tar.gz
/fakeroot_1.29.orig.tar.gz

@ -2,8 +2,8 @@
Summary: Gives a fake root environment
Name: fakeroot
Version: 1.28
Release: 2%{?dist}
Version: 1.29
Release: 1%{?dist}
# setenv.c: LGPLv2+
# contrib/Fakeroot-Stat-1.8.8: Perl (GPL+ or Artistic)
# the rest: GPLv3+
@ -166,6 +166,9 @@ fi
%ghost %{_libdir}/libfakeroot/libfakeroot-0.so
%changelog
* Sun May 22 2022 Sérgio Basto <sergio@serjux.com> - 1.29-1
- Update fakeroot to 1.29 (#2089064)
* Sun Apr 10 2022 Sérgio Basto <sergio@serjux.com> - 1.28-2
- Drop po4a as Debian did and renamed patches that came from Debian

@ -2,7 +2,7 @@
+++ ./configure.ac 2021-10-03 23:54:05.659945382 +0100
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([fakeroot],[1.28],[clint@debian.org],[fakeroot])
AC_INIT([fakeroot],[1.29],[clint@debian.org],[fakeroot])
-AC_PREREQ([2.71])
+AC_PREREQ([2.69])
AC_CONFIG_MACRO_DIR([build-aux])

@ -1 +1 @@
SHA512 (fakeroot_1.28.orig.tar.gz) = cd55007014da5741ff336d005a80633a2f1ed856e075162acb9a4a1edd5c6d17ec74457c8a1e31edb02ae70920904c53e69365d55bd9beb7e8c6211aa8cfca8b
SHA512 (fakeroot_1.29.orig.tar.gz) = d0f02c36cfe4e24f1588894bd732ff5a6fc0e921695236311019a63280efdca8568f2e974672145eb7c4d57f64a15a77d23658fd4aeef2ca24901fc66259e4dc

Loading…
Cancel
Save