Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rinse: update to 4.0.4.
@ 2022-12-28 21:18 zdykstra
  2023-01-14  1:03 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: zdykstra @ 2022-12-28 21:18 UTC (permalink / raw)
  To: ml

[-- 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"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: rinse: update to 4.0.4.
  2022-12-28 21:18 [PR PATCH] rinse: update to 4.0.4 zdykstra
@ 2023-01-14  1:03 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-01-14  1:03 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

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

Description:
<!-- 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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-14  1:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-28 21:18 [PR PATCH] rinse: update to 4.0.4 zdykstra
2023-01-14  1:03 ` [PR PATCH] [Merged]: " classabbyamp

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).