From 060115f53f99c956ccd2e002f1010d0c65258b74 Mon Sep 17 00:00:00 2001 From: Felipe Nogueira Date: Wed, 17 Jun 2020 02:47:36 -0300 Subject: [PATCH] puppet: update to 6.16.0. --- ...-maint-Add-missing-require-singleton.patch | 25 ------------------- srcpkgs/puppet/template | 6 ++--- 2 files changed, 3 insertions(+), 28 deletions(-) delete mode 100644 srcpkgs/puppet/patches/0001-maint-Add-missing-require-singleton.patch diff --git a/srcpkgs/puppet/patches/0001-maint-Add-missing-require-singleton.patch b/srcpkgs/puppet/patches/0001-maint-Add-missing-require-singleton.patch deleted file mode 100644 index 1e60d6ca09f..00000000000 --- a/srcpkgs/puppet/patches/0001-maint-Add-missing-require-singleton.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 6ce9bee9e23010893952a5b2f6e8fbeb6c4b3628 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= -Date: Mon, 25 Nov 2019 15:11:45 -1000 -Subject: [PATCH] (maint) Add missing require: singleton - -This file use the Singleton pattern implemented by Ruby's Singleton -class in the singleton module. Require the singleton module before -using the Singleton class. ---- - lib/puppet/runtime.rb | 1 + - 1 file changed, 1 insertion(+) - -diff --git lib/puppet/runtime.rb lib/puppet/runtime.rb -index 1d52cec59b..73bd9eb07f 100644 ---- lib/puppet/runtime.rb -+++ lib/puppet/runtime.rb -@@ -1,4 +1,5 @@ - require 'puppet/http' -+require 'singleton' - - class Puppet::Runtime - include Singleton --- -2.24.0 - diff --git a/srcpkgs/puppet/template b/srcpkgs/puppet/template index 126740bebfe..404319be63e 100644 --- a/srcpkgs/puppet/template +++ b/srcpkgs/puppet/template @@ -1,7 +1,7 @@ # Template file for 'puppet' pkgname=puppet -version=6.11.1 -revision=3 +version=6.16.0 +revision=1 archs=noarch build_style=ruby-module hostmakedepends="ruby facter-devel hiera which" @@ -13,7 +13,7 @@ maintainer="Orphaned " license="Apache-2.0" homepage="https://puppetlabs.com/facter" distfiles="https://downloads.puppetlabs.com/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=accead9c3dcb831c8e57ea157b7b321f11f3ce2eed7f6bfede701079911f1393 +checksum=38587a835311620b08e78d8e181ce348d8ff74efc3dda67a7e0d29358b0cf761 system_accounts="puppet" puppet_homedir="/var/lib/puppet"