Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libconfig: update to 1.7.3.
@ 2021-06-21 16:31 skmpz
  2021-06-24  2:50 ` [PR PATCH] [Closed]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: skmpz @ 2021-06-21 16:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages libconfig-1.7.3
https://github.com/void-linux/void-packages/pull/31599

libconfig: update to 1.7.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libconfig-1.7.3-31599.patch --]
[-- Type: text/x-diff, Size: 1669 bytes --]

From 992e07774d2543f3176eb8e37e9d5241dfcbd4a8 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Mon, 21 Jun 2021 20:20:55 +0400
Subject: [PATCH] libconfig: update to 1.7.3.

---
 srcpkgs/libconfig/template | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libconfig/template b/srcpkgs/libconfig/template
index e5515efcf10a..8b85c12ce6ee 100644
--- a/srcpkgs/libconfig/template
+++ b/srcpkgs/libconfig/template
@@ -1,25 +1,27 @@
 # Template file for 'libconfig'
 pkgname=libconfig
-version=1.7.2
-revision=2
+version=1.7.3
+revision=1
 build_style=gnu-configure
 hostmakedepends="automake byacc flex libtool texinfo"
 short_desc="C Configuration File Library"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="skmpz <dem.procopiou@gmail.com>"
+license="LGPL-2.1-or-later"
 homepage="http://hyperrealm.com/libconfig/libconfig.html"
-license="LGPL-2.1"
 distfiles="https://github.com/hyperrealm/libconfig/archive/v${version}.tar.gz"
-checksum=f67ac44099916ae260a6c9e290a90809e7d782d96cdd462cac656ebc5b685726
+checksum=68757e37c567fd026330c8a8449aa5f9cac08a642f213f2687186b903bd7e94e
 
 pre_configure() {
 	autoreconf -vi
 }
+
 libconfig++_package() {
 	short_desc="C++ Configuration File Library"
 	pkg_install() {
 		vmove usr/lib/libconfig++.so.*
 	}
 }
+
 libconfig++-devel_package() {
 	depends="libconfig++>=${version}_${revision}"
 	short_desc="C++ Configuration File Library - development files"
@@ -30,6 +32,7 @@ libconfig++-devel_package() {
 		vmove usr/lib/libconfig++.so
 	}
 }
+
 libconfig-devel_package() {
 	depends="libconfig>=${version}_${revision}"
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Closed]: libconfig: update to 1.7.3.
  2021-06-21 16:31 [PR PATCH] libconfig: update to 1.7.3 skmpz
@ 2021-06-24  2:50 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2021-06-24  2:50 UTC (permalink / raw)
  To: ml

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

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

libconfig: update to 1.7.3.
https://github.com/void-linux/void-packages/pull/31599

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-06-24  2:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-21 16:31 [PR PATCH] libconfig: update to 1.7.3 skmpz
2021-06-24  2:50 ` [PR PATCH] [Closed]: " ahesford

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