Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lazarus: update to 2.2.0.
@ 2022-04-24 20:31 the-maldridge
  2022-04-29  6:42 ` [PR PATCH] [Updated] " the-maldridge
  2022-04-29  6:42 ` [PR PATCH] [Merged]: " the-maldridge
  0 siblings, 2 replies; 3+ messages in thread
From: the-maldridge @ 2022-04-24 20:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-maldridge/void-packages lazarus-2.2.0
https://github.com/void-linux/void-packages/pull/36842

lazarus: update to 2.2.0.
I built it for x86_64 and am requesting testing from stevelitt.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lazarus-2.2.0-36842.patch --]
[-- Type: text/x-diff, Size: 1260 bytes --]

From e99e2562354f8d72771312f9c98bada016d42726 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Sun, 24 Apr 2022 15:24:40 -0500
Subject: [PATCH] lazarus: update to 2.2.0.

---
 srcpkgs/lazarus/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lazarus/template b/srcpkgs/lazarus/template
index 92c904cceb9a..cf12477f758d 100644
--- a/srcpkgs/lazarus/template
+++ b/srcpkgs/lazarus/template
@@ -1,9 +1,9 @@
 # Template file for 'lazarus'
 pkgname=lazarus
-version=2.0.10
+version=2.2.0
 revision=1
 # For adding a revision suffix to version on the source tarball file
-_version_revision_suffix="-2"
+_version_revision_suffix="-0"
 archs="x86_64 i686"
 wrksrc=lazarus
 hostmakedepends="fpc rsync"
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, MPL-2.0, LGPL-2.0-or-later"
 homepage="http://www.lazarus.freepascal.org"
 distfiles="${SOURCEFORGE_SITE}/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${version}/lazarus-${version}${_version_revision_suffix}.tar.gz"
-checksum=64d5626468dd24a3332b205f3abd0a581ab7de1b060a2d57e21864066cfd43b7
+checksum=b6b5d516511e3dfb34910d7656db068d4bba80f009692500aebbcae79cb12160
 nopie=yes
 lib32disabled=yes
 

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

* Re: [PR PATCH] [Updated] lazarus: update to 2.2.0.
  2022-04-24 20:31 [PR PATCH] lazarus: update to 2.2.0 the-maldridge
@ 2022-04-29  6:42 ` the-maldridge
  2022-04-29  6:42 ` [PR PATCH] [Merged]: " the-maldridge
  1 sibling, 0 replies; 3+ messages in thread
From: the-maldridge @ 2022-04-29  6:42 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by the-maldridge against master on the void-packages repository

https://github.com/the-maldridge/void-packages lazarus-2.2.0
https://github.com/void-linux/void-packages/pull/36842

lazarus: update to 2.2.0.
I built it for x86_64 and am requesting testing from stevelitt.

Test packages are here:
https://devspace.voidlinux.org/maldridge/please-test/pr/36842/

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lazarus-2.2.0-36842.patch --]
[-- Type: text/x-diff, Size: 1260 bytes --]

From 5de6acbbfe17fa062209e4070dce174bcb536a5e Mon Sep 17 00:00:00 2001
From: Michael Aldridge <maldridge@voidlinux.org>
Date: Sun, 24 Apr 2022 15:24:40 -0500
Subject: [PATCH] lazarus: update to 2.2.0.

---
 srcpkgs/lazarus/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lazarus/template b/srcpkgs/lazarus/template
index 92c904cceb9a..cf12477f758d 100644
--- a/srcpkgs/lazarus/template
+++ b/srcpkgs/lazarus/template
@@ -1,9 +1,9 @@
 # Template file for 'lazarus'
 pkgname=lazarus
-version=2.0.10
+version=2.2.0
 revision=1
 # For adding a revision suffix to version on the source tarball file
-_version_revision_suffix="-2"
+_version_revision_suffix="-0"
 archs="x86_64 i686"
 wrksrc=lazarus
 hostmakedepends="fpc rsync"
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, MPL-2.0, LGPL-2.0-or-later"
 homepage="http://www.lazarus.freepascal.org"
 distfiles="${SOURCEFORGE_SITE}/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${version}/lazarus-${version}${_version_revision_suffix}.tar.gz"
-checksum=64d5626468dd24a3332b205f3abd0a581ab7de1b060a2d57e21864066cfd43b7
+checksum=b6b5d516511e3dfb34910d7656db068d4bba80f009692500aebbcae79cb12160
 nopie=yes
 lib32disabled=yes
 

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

* Re: [PR PATCH] [Merged]: lazarus: update to 2.2.0.
  2022-04-24 20:31 [PR PATCH] lazarus: update to 2.2.0 the-maldridge
  2022-04-29  6:42 ` [PR PATCH] [Updated] " the-maldridge
@ 2022-04-29  6:42 ` the-maldridge
  1 sibling, 0 replies; 3+ messages in thread
From: the-maldridge @ 2022-04-29  6:42 UTC (permalink / raw)
  To: ml

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

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

lazarus: update to 2.2.0.
https://github.com/void-linux/void-packages/pull/36842

Description:
I built it for x86_64 and am requesting testing from stevelitt.

Test packages are here:
https://devspace.voidlinux.org/maldridge/please-test/pr/36842/

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

end of thread, other threads:[~2022-04-29  6:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-24 20:31 [PR PATCH] lazarus: update to 2.2.0 the-maldridge
2022-04-29  6:42 ` [PR PATCH] [Updated] " the-maldridge
2022-04-29  6:42 ` [PR PATCH] [Merged]: " the-maldridge

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