emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#74645: closed ([PATCH] gnu: pkgconf: Update to 2.3.0.)


From: GNU bug Tracking System
Subject: bug#74645: closed ([PATCH] gnu: pkgconf: Update to 2.3.0.)
Date: Mon, 09 Dec 2024 06:36:02 +0000

Your message dated Mon, 09 Dec 2024 14:35:33 +0800
with message-id <87bjxlcqiy.fsf@iscas.ac.cn>
and subject line Re: [bug#74645] [PATCH] gnu: pkgconf: Update to 2.3.0.
has caused the debbugs.gnu.org bug report #74645,
regarding [PATCH] gnu: pkgconf: Update to 2.3.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
74645: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74645
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: pkgconf: Update to 2.3.0. Date: Mon, 2 Dec 2024 16:43:02 +0800
* gnu/packages/pkg-config.scm (pkgconf): Update to 2.3.0.

Change-Id: Ifaed690166dd3461161594a94146638eb872bb20
---
 gnu/packages/pkg-config.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/pkg-config.scm b/gnu/packages/pkg-config.scm
index d5655bd893b..44ab52b32e0 100644
--- a/gnu/packages/pkg-config.scm
+++ b/gnu/packages/pkg-config.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
 ;;; Copyright © 2022, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com>
-;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -179,14 +179,14 @@ (define-public pkg-config-for-build
 (define-public pkgconf
   (package
     (name "pkgconf")
-    (version "2.1.0")
+    (version "2.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append  "https://distfiles.dereferenced.org/";
                                    name "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0qbpczwrrsq2981mdv3iil26vq9ac8v1sfi9233jpiaixrhmhv96"))))
+                "12zaw363yk90i9ib04sz5f4j917hilm0l2liq7kiadnha6n8141s"))))
     (build-system gnu-build-system)
     (arguments
      (list #:phases #~(modify-phases %standard-phases

base-commit: ca3a79ccee5f9a857e00128f11d04e3c1aef901a
-- 
2.46.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#74645] [PATCH] gnu: pkgconf: Update to 2.3.0. Date: Mon, 09 Dec 2024 14:35:33 +0800 User-agent: mu4e 1.12.7; emacs 30.0.92
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

> Hi,
>
> Zheng Junjie <zhengjunjie@iscas.ac.cn> writes:
>
>> * gnu/packages/pkg-config.scm (pkgconf): Update to 2.3.0.
>>
>> Change-Id: Ifaed690166dd3461161594a94146638eb872bb20
>> ---
>>  gnu/packages/pkg-config.scm | 6 +++---
>>  1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/gnu/packages/pkg-config.scm b/gnu/packages/pkg-config.scm
>> index d5655bd893b..44ab52b32e0 100644
>> --- a/gnu/packages/pkg-config.scm
>> +++ b/gnu/packages/pkg-config.scm
>> @@ -3,7 +3,7 @@
>>  ;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
>>  ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
>>  ;;; Copyright © 2022, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com>
>> -;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
>> +;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com>
>
> Nitpick, but changes of < 15 lines of code are not considered
> copyrightable, so I wouldn't update the copyright line.
>
> [...]
>
>> @@ -179,14 +179,14 @@ (define-public pkg-config-for-build
>>  (define-public pkgconf
>>    (package
>>      (name "pkgconf")
>> -    (version "2.1.0")
>> +    (version "2.3.0")
>>      (source (origin
>>                (method url-fetch)
>>                (uri (string-append  "https://distfiles.dereferenced.org/";
>>                                     name "/" name "-" version ".tar.xz"))
>>                (sha256
>>                 (base32
>> -                "0qbpczwrrsq2981mdv3iil26vq9ac8v1sfi9233jpiaixrhmhv96"))))
>> +                "12zaw363yk90i9ib04sz5f4j917hilm0l2liq7kiadnha6n8141s"))))
>>      (build-system gnu-build-system)
>>      (arguments
>>       (list #:phases #~(modify-phases %standard-phases
>
> The rest LGTM!
>
> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>

Thanks, pushed, closing.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]