public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Milan Crha <mcrha@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/snapshot] rawhide: Update to 51.alpha
Date: Thu, 02 Jul 2026 12:23:54 GMT	[thread overview]
Message-ID: <178299503494.1.13049059424564131209.rpms-snapshot-86f64542e32e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/snapshot
Branch : rawhide
Commit : 86f64542e32e34a554fd25ed02e354451d4545f5
Author : Milan Crha <mcrha@redhat.com>
Date   : 2026-07-02T14:22:22+02:00
Stats  : +15/-35 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/snapshot/c/86f64542e32e34a554fd25ed02e354451d4545f5?branch=rawhide

Log:
Update to 51.alpha

---
diff --git a/.gitignore b/.gitignore
index 35d9722..c1ca792 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,16 +1,2 @@
-/snapshot-45.0.tar.xz
-/snapshot-45.1.tar.xz
-/snapshot-45.2.tar.xz
-/snapshot-46.0.tar.xz
-/snapshot-46.1.tar.xz
-/snapshot-46.2.tar.xz
-/snapshot-46.3.tar.xz
-/snapshot-47.0.1.tar.xz
-/snapshot-47.1.tar.xz
-/snapshot-48.0.1.tar.xz
-/snapshot-49.alpha.tar.xz
-/snapshot-49.beta.tar.xz
-/snapshot-49.rc.tar.xz
-/snapshot-49.0.tar.xz
-/snapshot-49.1.tar.xz
-/snapshot-50.0.tar.xz
+/snapshot-*.tar.xz
+/snapshot-*-build

diff --git a/0001-Remove-clippy-tests-linters-should-not-be-run-downst.patch b/0001-Remove-clippy-tests-linters-should-not-be-run-downst.patch
index a0d5f53..aa7c02b 100644
--- a/0001-Remove-clippy-tests-linters-should-not-be-run-downst.patch
+++ b/0001-Remove-clippy-tests-linters-should-not-be-run-downst.patch
@@ -26,32 +26,27 @@ index f4cf80e..3fcd51d 100644
 @@ -75,7 +70,6 @@ else
  
    rust_target = 'release'
-   cargo_release_options = [ '--release' ]
+   cargo_release_options = ['--release']
 -  clippy_deny_warnings = []
  endif
  
  cargo_home = meson.project_build_root() / 'cargo-home'
-@@ -98,15 +92,6 @@ if is_devel
-   run_command('cp', '-f', 'hooks/pre-commit.hook', '.git/hooks/pre-commit', check: false)
+@@ -121,10 +115,6 @@ if is_devel
+   )
  endif
  
--clippy_options = []
--clippy_options += cargo_release_options
--clippy_options += [
--  '--all-targets',
--  '--all-features',
--  '--workspace',
+-clippy_options = [
+-  cargo_extra_options,
+-  clippy_deny_warnings,
 -]
--clippy_options += clippy_deny_warnings
--
+ cargo_test_options = cargo_extra_options
+ 
  subdir('data')
- subdir('po')
- subdir('src')
-@@ -126,17 +111,6 @@ test (
+@@ -142,17 +132,6 @@ test(
    timeout: 400,
  )
  
--test (
+-test(
 -  'cargo-clippy',
 -  cargo,
 -  args: [
@@ -59,7 +54,7 @@ index f4cf80e..3fcd51d 100644
 -    clippy_options,
 -  ],
 -  env: cargo_env,
--  timeout: 400, # cargo might take a bit of time sometimes
+-  timeout: 400,  # cargo might take a bit of time sometimes
 -)
 -
  gnome.post_install(
@@ -67,4 +62,3 @@ index f4cf80e..3fcd51d 100644
    glib_compile_schemas: true,
 -- 
 2.53.0
-

diff --git a/snapshot.spec b/snapshot.spec
index 7f0a1a9..d6558dc 100644
--- a/snapshot.spec
+++ b/snapshot.spec
@@ -3,7 +3,7 @@
 %bcond bundled_rust_deps %{defined rhel}
 
 Name:           snapshot
-Version:        50.0
+Version:        51~alpha
 Release:        %autorelease
 Summary:        Take pictures and videos
 

diff --git a/sources b/sources
index c3c5df7..ff21925 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (snapshot-50.0.tar.xz) = e7f4013e91ec8de1aec64df188da654374e02b1a2588d5f9e3edbc31eb347e58648c3c5d595fe6a5c194e496b8ffb164485d7a9b035d5686ad8f1c05f9988b32
+SHA512 (snapshot-51.alpha.tar.xz) = a1b6c35f62eec38fc0168176413a5dd1d04d677092391f7ea78c49152ba966f1f9feb0cd04c3f4908978ca6a273570e53f90714b203405cbd1ac772d280a9fc3

                 reply	other threads:[~2026-07-02 12:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178299503494.1.13049059424564131209.rpms-snapshot-86f64542e32e@fedoraproject.org \
    --to=mcrha@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox