unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66481] [PATCH gnome-team] gnu: tracker-miners: Update to 3.6.1.
@ 2023-10-11 20:23 Liliana Marie Prikler
  2023-10-11 20:23 ` [bug#66481] [PATCH gnome-team v2] " Liliana Marie Prikler
  2023-10-12 14:21 ` [bug#66481] [PATCH gnome-team] " Maxim Cournoyer
  0 siblings, 2 replies; 6+ messages in thread
From: Liliana Marie Prikler @ 2023-10-11 20:23 UTC (permalink / raw)
  To: 66481; +Cc: liliana.prikler, maxim.cournoyer, rg

* gnu/packages/gnome.scm (tracker-miners): Update to 3.6.1.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6e3933ec96..bf853bd588 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9561,7 +9561,7 @@ (define-public tracker
 (define-public tracker-miners
   (package
     (name "tracker-miners")
-    (version "3.5.2")
+    (version "3.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/tracker-miners/"
@@ -9569,7 +9569,7 @@ (define-public tracker-miners
                                   "/tracker-miners-" version ".tar.xz"))
               (sha256
                (base32
-                "0sbc3fmvqg5hvdl5sq8w77lqmk9i6vc13izcxck8winrrgx93ys0"))))
+                "13ljx0birrav728ik3bnlwzgas8q6rbhjbvxp7zzwy6ambafiw7f"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t

base-commit: b701a7018d94aebef6a967ec235c72c1f7cdfe5c
-- 
2.41.0





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

* [bug#66481] [PATCH gnome-team v2] gnu: tracker-miners: Update to 3.6.1.
  2023-10-11 20:23 [bug#66481] [PATCH gnome-team] gnu: tracker-miners: Update to 3.6.1 Liliana Marie Prikler
@ 2023-10-11 20:23 ` Liliana Marie Prikler
  2023-11-15 21:45   ` bug#66481: " Liliana Marie Prikler
  2023-10-12 14:21 ` [bug#66481] [PATCH gnome-team] " Maxim Cournoyer
  1 sibling, 1 reply; 6+ messages in thread
From: Liliana Marie Prikler @ 2023-10-11 20:23 UTC (permalink / raw)
  To: 66481; +Cc: liliana.prikler, maxim.cournoyer, rg

* gnu/packages/gnome.scm (tracker-miners): Update to 3.6.1.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bb305bb2aa..fc2a6b24bd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9561,7 +9561,7 @@ (define-public tracker
 (define-public tracker-miners
   (package
     (name "tracker-miners")
-    (version "3.5.2")
+    (version "3.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/tracker-miners/"
@@ -9569,7 +9569,7 @@ (define-public tracker-miners
                                   "/tracker-miners-" version ".tar.xz"))
               (sha256
                (base32
-                "0sbc3fmvqg5hvdl5sq8w77lqmk9i6vc13izcxck8winrrgx93ys0"))))
+                "13ljx0birrav728ik3bnlwzgas8q6rbhjbvxp7zzwy6ambafiw7f"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t

base-commit: a7be930240c69207eee87368fe3f6ad57c9e24cf
prerequisite-patch-id: 200a55f018acd42885dcb3cd10ec7b17524d8dd4
-- 
2.41.0





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

* [bug#66481] [PATCH gnome-team] gnu: tracker-miners: Update to 3.6.1.
  2023-10-11 20:23 [bug#66481] [PATCH gnome-team] gnu: tracker-miners: Update to 3.6.1 Liliana Marie Prikler
  2023-10-11 20:23 ` [bug#66481] [PATCH gnome-team v2] " Liliana Marie Prikler
@ 2023-10-12 14:21 ` Maxim Cournoyer
  2023-10-12 14:38   ` Liliana Marie Prikler
  1 sibling, 1 reply; 6+ messages in thread
From: Maxim Cournoyer @ 2023-10-12 14:21 UTC (permalink / raw)
  To: Liliana Marie Prikler; +Cc: rg, 66481

Hello,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> * gnu/packages/gnome.scm (tracker-miners): Update to 3.6.1.

LGTM.  I think this is a small change enough that it doesn't need to go
through guix-patches (you could have pushed it already).

-- 
Thanks,
Maxim




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

* [bug#66481] [PATCH gnome-team] gnu: tracker-miners: Update to 3.6.1.
  2023-10-12 14:21 ` [bug#66481] [PATCH gnome-team] " Maxim Cournoyer
@ 2023-10-12 14:38   ` Liliana Marie Prikler
  2023-10-12 17:31     ` Maxim Cournoyer
  0 siblings, 1 reply; 6+ messages in thread
From: Liliana Marie Prikler @ 2023-10-12 14:38 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: rg, 66481

Am Donnerstag, dem 12.10.2023 um 10:21 -0400 schrieb Maxim Cournoyer:
> Hello,
> 
> Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
> 
> > * gnu/packages/gnome.scm (tracker-miners): Update to 3.6.1.
> 
> LGTM.  I think this is a small change enough that it doesn't need to
> go through guix-patches (you could have pushed it already).
IIUC the exception for small patches is no longer part of the manual. 
Plus, with the recent kerfluffle around tracker-miners, I prefer a
review :)





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

* [bug#66481] [PATCH gnome-team] gnu: tracker-miners: Update to 3.6.1.
  2023-10-12 14:38   ` Liliana Marie Prikler
@ 2023-10-12 17:31     ` Maxim Cournoyer
  0 siblings, 0 replies; 6+ messages in thread
From: Maxim Cournoyer @ 2023-10-12 17:31 UTC (permalink / raw)
  To: Liliana Marie Prikler; +Cc: rg, 66481

Hi,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> Am Donnerstag, dem 12.10.2023 um 10:21 -0400 schrieb Maxim Cournoyer:
>> Hello,
>> 
>> Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
>> 
>> > * gnu/packages/gnome.scm (tracker-miners): Update to 3.6.1.
>> 
>> LGTM.  I think this is a small change enough that it doesn't need to
>> go through guix-patches (you could have pushed it already).
> IIUC the exception for small patches is no longer part of the manual. 
> Plus, with the recent kerfluffle around tracker-miners, I prefer a
> review :)

The relevant bits from info '(guix) managing patches and branches' is
this:

> As an exception, some changes considered “trivial” or “obvious” may be
> pushed directly to the ‘master’ branch.  This includes changes to fix
> typos and reverting commits that caused immediate problems.  This is
> subject to being adjusted, allowing individuals to commit directly on
> non-controversial changes on parts they’re familiar with.

It mentions 'master' there but I think this was an oversight; the same
should hold for any branch.  And I think bumping a version field and the
hash is non-controversial enough if it doesn't break the world and was
tested :-).

-- 
Thanks,
Maxim




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

* bug#66481: [PATCH gnome-team v2] gnu: tracker-miners: Update to 3.6.1.
  2023-10-11 20:23 ` [bug#66481] [PATCH gnome-team v2] " Liliana Marie Prikler
@ 2023-11-15 21:45   ` Liliana Marie Prikler
  0 siblings, 0 replies; 6+ messages in thread
From: Liliana Marie Prikler @ 2023-11-15 21:45 UTC (permalink / raw)
  To: 66481-done

Am Mittwoch, dem 11.10.2023 um 22:23 +0200 schrieb Liliana Marie
Prikler:
> * gnu/packages/gnome.scm (tracker-miners): Update to 3.6.1.
> ---
Forgot to mark as done.




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

end of thread, other threads:[~2023-11-15 21:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-11 20:23 [bug#66481] [PATCH gnome-team] gnu: tracker-miners: Update to 3.6.1 Liliana Marie Prikler
2023-10-11 20:23 ` [bug#66481] [PATCH gnome-team v2] " Liliana Marie Prikler
2023-11-15 21:45   ` bug#66481: " Liliana Marie Prikler
2023-10-12 14:21 ` [bug#66481] [PATCH gnome-team] " Maxim Cournoyer
2023-10-12 14:38   ` Liliana Marie Prikler
2023-10-12 17:31     ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).