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

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

bug#47398: closed (generic-html updater does not work for exiv2 package)


From: GNU bug Tracking System
Subject: bug#47398: closed (generic-html updater does not work for exiv2 package)
Date: Mon, 29 Mar 2021 21:36:02 +0000

Your message dated Mon, 29 Mar 2021 23:35:21 +0200
with message-id <87pmzhlk2u.fsf@gnu.org>
and subject line Re: bug#47398: generic-html updater does not work for exiv2 
package
has caused the debbugs.gnu.org bug report #47398,
regarding generic-html updater does not work for exiv2 package
to be marked as done.

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


-- 
47398: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47398
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: generic-html updater does not work for exiv2 package Date: Fri, 26 Mar 2021 01:46:02 +0100 User-agent: Evolution 3.34.2
$ ./pre-inst-env guix refresh exiv2
gnu/packages/image.scm:1343:2: warning: 'generic-html' updater failed
to determine available releases for exiv2

It seems applying this patch does not help either:

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index d04a247976..8ede48eea5 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1350,6 +1350,9 @@ channels.")
                            "-Source.tar.gz"))
        (sha256
         (base32
"0y77wfadjsrcxijdqgkr3q88b6mm9y3rg8kqsmaig8iah49md7x7"))))
+    (properties
+     `((release-monitoring-url
+        . "https://www.exiv2.org/download.html";)))
     (build-system cmake-build-system)
     (arguments '(#:tests? #f))          ; no test suite
     (propagated-inputs

https://www.exiv2.org/builds/ is a common directory listing.

The URLs contain 'Source' in them, is that another corner case? I don't
know how it works precisely yet :-)

Thank you

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message --- Subject: Re: bug#47398: generic-html updater does not work for exiv2 package Date: Mon, 29 Mar 2021 23:35:21 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Léo Le Bouter <lle-bout@zaclys.net> skribis:

> $ ./pre-inst-env guix refresh exiv2
> gnu/packages/image.scm:1343:2: warning: 'generic-html' updater failed
> to determine available releases for exiv2

[...]

> The URLs contain 'Source' in them, is that another corner case? I don't
> know how it works precisely yet :-)

Indeed!  Fixed in 1575da60628cf2594cd7b1ab0812ec4c50ac5092.

Ludo’.


--- End Message ---

reply via email to

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