public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-webbrowser] epel10.3: Update to version 1.2.4; Fixes RHBZ#2437496
Date: Thu, 27 Aug 2026 11:32:41 GMT	[thread overview]
Message-ID: <178783036152.1.3628528285422797187.rpms-rust-webbrowser-ad53cdc6e0e7@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-webbrowser
Branch : epel10.3
Commit : ad53cdc6e0e790cf9a7bdea406a6840353877889
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-08-27T12:01:59+02:00
Stats  : +36/-12 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-webbrowser/c/ad53cdc6e0e790cf9a7bdea406a6840353877889?branch=epel10.3

Log:
Update to version 1.2.4; Fixes RHBZ#2437496

---
diff --git a/.gitignore b/.gitignore
index b9e1d02..6c8020a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /webbrowser-1.0.4.crate
 /webbrowser-1.0.5.crate
 /webbrowser-1.0.6.crate
+/webbrowser-1.2.4.crate

diff --git a/rust-webbrowser.spec b/rust-webbrowser.spec
index 7fada26..bd94ac9 100644
--- a/rust-webbrowser.spec
+++ b/rust-webbrowser.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
 # * Most of the tests require a browser
 # * Missing dependencies: actix-files
 %bcond check 0
@@ -7,7 +7,7 @@
 %global crate webbrowser
 
 Name:           rust-webbrowser
-Version:        1.0.6
+Version:        1.2.4
 Release:        %autorelease
 Summary:        Open URLs in web browsers available on a platform
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
index ef48d2e..9fa1762 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -3,8 +3,9 @@
 hide = ["wasm-console"]
 
 [tests]
-run = ["none"]
+run = false
 comments = [
     "Most of the tests require a browser",
     "Missing dependencies: actix-files"
 ]
+

diff --git a/sources b/sources
index b3d2fbc..c6d5a63 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (webbrowser-1.0.6.crate) = 7c02519dcf1e8d4814d98a6811b2532b7728b487f9d9e5b54977d71c1a3440fca83fe80c7add12d6bca25be069aa471b8298ab691f629b1a2934ab0d13108f3c
+SHA512 (webbrowser-1.2.4.crate) = cd6d7c79f43d3ee214eb785158146923cc592adc809c88bb8b2674548835b3effde84cb6a4693c92b8a1c1c51398013d71896bb531d100ce65a82aa39da49f8f

diff --git a/webbrowser-fix-metadata-auto.diff b/webbrowser-fix-metadata-auto.diff
index 9a54d63..6e38cbb 100644
--- a/webbrowser-fix-metadata-auto.diff
+++ b/webbrowser-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
---- webbrowser-1.0.6/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ webbrowser-1.0.6/Cargo.toml	2025-10-22T13:13:09.940980+00:00
+--- webbrowser-1.2.4/Cargo.toml	2006-07-24T01:21:28+00:00
++++ webbrowser-1.2.4/Cargo.toml	2026-08-27T09:59:45.906270+00:00
 @@ -35,7 +35,7 @@
  [features]
  disable-wsl = []
@@ -9,7 +9,7 @@
  
  [lib]
  name = "webbrowser"
-@@ -100,31 +100,3 @@
+@@ -103,53 +103,3 @@
  [dev-dependencies.urlencoding]
  version = "2.1"
  
@@ -31,13 +31,35 @@
 -features = ["Window"]
 -
 -[target.'cfg(target_os = "android")'.dependencies.jni]
--version = "0.21"
+-version = "0.22.2"
 -
 -[target.'cfg(target_os = "android")'.dependencies.ndk-context]
 -version = "0.1"
 -
--[target.'cfg(target_os = "android")'.dev-dependencies.ndk-glue]
--version = ">= 0.3, <= 0.7"
+-[target.'cfg(target_os = "android")'.dev-dependencies.android-activity]
+-version = "0.6"
+-features = ["native-activity"]
+-
+-[target.'cfg(target_os = "macos")'.dependencies.objc2]
+-version = "0.6"
+-
+-[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
+-version = "0.3"
+-features = [
+-    "std",
+-    "NSWorkspace",
+-    "NSRunningApplication",
+-]
+-default-features = false
 -
--[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
--version = "0.10"
+-[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
+-version = "0.3"
+-features = [
+-    "std",
+-    "NSArray",
+-    "NSDictionary",
+-    "NSError",
+-    "NSString",
+-    "NSURL",
+-]
+-default-features = false

                 reply	other threads:[~2026-08-27 11:32 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=178783036152.1.3628528285422797187.rpms-rust-webbrowser-ad53cdc6e0e7@fedoraproject.org \
    --to=decathorpe@gmail.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