Github messages for voidlinux
 help / color / mirror / Atom feed
From: zdykstra <zdykstra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] rinse: update to 4.0.4.
Date: Wed, 28 Dec 2022 22:18:11 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41335@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 494 bytes --]

There is a new pull request by zdykstra against master on the void-packages repository

https://github.com/zdykstra/void-packages rinse-4.0.4
https://github.com/void-linux/void-packages/pull/41335

rinse: update to 4.0.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Adopt, bump up to 4.0.4.

A patch file from https://github.com/void-linux/void-packages/pull/41335.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rinse-4.0.4-41335.patch --]
[-- Type: text/x-diff, Size: 4695 bytes --]

From c6464bdae455b4693bafa5faef57df9ad83aa3e2 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Wed, 28 Dec 2022 15:17:07 -0600
Subject: [PATCH] rinse: update to 4.0.4.

---
 srcpkgs/rinse/patches/fix-tests.patch | 95 ---------------------------
 srcpkgs/rinse/template                | 10 +--
 2 files changed, 5 insertions(+), 100 deletions(-)
 delete mode 100644 srcpkgs/rinse/patches/fix-tests.patch

diff --git a/srcpkgs/rinse/patches/fix-tests.patch b/srcpkgs/rinse/patches/fix-tests.patch
deleted file mode 100644
index 041421b63648..000000000000
--- a/srcpkgs/rinse/patches/fix-tests.patch
+++ /dev/null
@@ -1,95 +0,0 @@
-Source: maxice8
-Upstream: no (feel free to)
-Reason: fixes test for tab chars
-
---- a/scripts/opensuse-11.1/post-install.sh
-+++ b/scripts/opensuse-11.1/post-install.sh
-@@ -42,8 +42,8 @@ gpgcheck=1
- EOF
- 
- if [ $ARCH = "i386" ] ; then
--	echo "  Setting architecture to i686"
--	sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
-+    echo "  Setting architecture to i686"
-+    sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
- fi
- 
- 
---- a/scripts/opensuse-11.2/post-install.sh
-+++ b/scripts/opensuse-11.2/post-install.sh
-@@ -60,8 +60,8 @@ gpgcheck=1
- EOF
- 
- if [ $ARCH = "i386" ] ; then
--	echo "  Setting architecture to i686"
--	sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
-+    echo "  Setting architecture to i686"
-+    sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
- fi
- 
- 
---- a/scripts/opensuse-11.3/post-install.sh
-+++ b/scripts/opensuse-11.3/post-install.sh
-@@ -39,8 +39,8 @@ gpgcheck=1
- EOF
- 
- if [ $ARCH = "i386" ] ; then
--	echo "  Setting architecture to i686"
--	sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
-+    echo "  Setting architecture to i686"
-+    sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
- fi
- 
- 
---- a/scripts/opensuse-12.3/post-install.sh
-+++ b/scripts/opensuse-12.3/post-install.sh
-@@ -38,8 +38,8 @@ gpgcheck=1
- EOF
- 
- if [ $ARCH = "i386" ] ; then
--	echo "  Setting architecture to i686"
--	sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
-+    echo "  Setting architecture to i686"
-+    sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
- fi
- 
- 
---- a/scripts/opensuse-13.1/post-install.sh
-+++ b/scripts/opensuse-13.1/post-install.sh
-@@ -38,8 +38,8 @@ gpgcheck=1
- EOF
- 
- if [ $ARCH = "i386" ] ; then
--	echo "  Setting architecture to i686"
--	sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
-+    echo "  Setting architecture to i686"
-+    sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
- fi
- 
- 
---- a/scripts/centos-7/post-install.sh
-+++ b/scripts/centos-7/post-install.sh
-@@ -39,8 +39,8 @@ install -m 600 /dev/null $prefix/var/log/tallylog
- 
- cd $prefix/var/log
- for n in messages secure maillog spooler;do
--	[ -f $n ] && continue
--	umask 066 && touch $n
-+    [ -f $n ] && continue
-+    umask 066 && touch $n
- done
- cd /
- touch $prefix/var/log/lastlog
---- a/scripts/opensuse-42.2/post-install.sh
-+++ b/scripts/opensuse-42.2/post-install.sh
-@@ -38,8 +38,8 @@ gpgcheck=1
- EOF
- 
- if [ $ARCH = "i386" ] ; then
--	echo "  Setting architecture to i686"
--	sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
-+    echo "  Setting architecture to i686"
-+    sed -i 's/\(# \)\?arch = .*/arch = i686/' ${prefix}/etc/zypp/zypp.conf
- fi
- 
- 
diff --git a/srcpkgs/rinse/template b/srcpkgs/rinse/template
index 27d6d0acd2fb..33cf849944cd 100644
--- a/srcpkgs/rinse/template
+++ b/srcpkgs/rinse/template
@@ -1,20 +1,20 @@
 # Template file for 'rinse'
 pkgname=rinse
-version=3.5
-revision=2
+version=4.0.4
+revision=1
 build_style=gnu-makefile
 make_check_target=test
 hostmakedepends="dpkg"
 makedepends="perl"
-depends="perl-LWP rpm wget"
+depends="perl-LWP perl-LWP-Protocol-https perl-HTML-Parser rpm wget"
 checkdepends="perl-LWP perl-Test-Pod rpm wget"
 short_desc="Bootstrap a rpm based distribution like debootstrap"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://salsa.debian.org/debian/rinse"
 changelog="https://salsa.debian.org/debian/rinse/raw/master/debian/changelog"
 distfiles="https://salsa.debian.org/debian/rinse/-/archive/${version}/rinse-${version}.tar.gz"
-checksum=ebe2384f2aa4565c5f29882b177f7afd4c7cdbca9de9525618c6040e63a76d23
+checksum=fc320d9a258e0b90986054641e86fcbe29b0710ae8be2cfb89875a98af4a64b2
 
 
 conf_files="/etc/rinse/rinse.conf"

             reply	other threads:[~2022-12-28 21:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-28 21:18 zdykstra [this message]
2023-01-14  1:03 ` [PR PATCH] [Merged]: " classabbyamp

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41335@inbox.vuxu.org \
    --to=zdykstra@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).