public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <filiperosset@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/adb-enhanced] rawhide: update to 2.8.0 fixes rhbz#2357592
Date: Sat, 20 Jun 2026 22:55:01 GMT	[thread overview]
Message-ID: <178199610190.1.15119708616652719152.rpms-adb-enhanced-df327e809908@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/adb-enhanced
            Branch : rawhide
            Commit : df327e809908bff7eb71d450da3c21008e4a2b3f
            Author : Filipe Rosset <filiperosset@fedoraproject.org>
            Date   : 2026-06-11T19:39:37-03:00
            Stats  : +15/-13 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/adb-enhanced/c/df327e809908bff7eb71d450da3c21008e4a2b3f?branch=rawhide

            Log:
            update to 2.8.0 fixes rhbz#2357592

Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
index 30c686c..8398bf7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1 @@
-/adb-enhanced-2.5.2.tar.gz
-/adb-enhanced-2.5.4.tar.gz
-/adb-enhanced-2.5.7.tar.gz
-/adb-enhanced-2.5.8.tar.gz
-/adb-enhanced-2.5.9.tar.gz
-/adb-enhanced-2.5.10.tar.gz
-/adb-enhanced-2.5.11.tar.gz
-/adb-enhanced-2.5.12.tar.gz
-/adb-enhanced-2.5.13.tar.gz
-/adb-enhanced-2.5.14.tar.gz
-/adb-enhanced-2.5.24.tar.gz
+/adb-enhanced-*.tar.gz

diff --git a/adb-enhanced.spec b/adb-enhanced.spec
index 75ca02e..ad51356 100644
--- a/adb-enhanced.spec
+++ b/adb-enhanced.spec
@@ -1,7 +1,7 @@
 %bcond_with tests
 
 Name:           adb-enhanced
-Version:        2.5.24
+Version:        2.8.0
 Release:        %autorelease
 Summary:        Tool for Android testing and development
 
@@ -23,6 +23,18 @@ battery saver mode, data saver mode, doze mode, permission grant/revocation.
 
 %prep
 %autosetup
+# Relax strict dependency pins (==) to >= to avoid build failures with newer system libraries
+sed -i 's/==/>=/g' pyproject.toml
+
+# Add missing [build-system] table to pyproject.toml so PEP 517 build works
+cat >> pyproject.toml << 'EOF'
+
+[build-system]
+requires = ["setuptools>=61.0.0"]
+build-backend = "setuptools.build_meta"
+EOF
+
+
 
 %generate_buildrequires
 %pyproject_buildrequires

diff --git a/sources b/sources
index d10065c..529b7b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (adb-enhanced-2.5.24.tar.gz) = 9f4bb9843806b608e50b9191936ed6cf74687b265c5aae98c44af8dd9fd9a2f9ed0ea5cd01c869ab5e2b88f3b024f76a4c48029525145a5c68eba06f0b720745
+SHA512 (adb-enhanced-2.8.0.tar.gz) = 42d0c7438073fc7ec6f79617c80783667ba88d1c1368a2c49e11b782bdffcd78614e1c610a2233ff11089ae1ee966f127a78e4350f85ca2428516a8325152b58

                 reply	other threads:[~2026-06-20 22:55 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=178199610190.1.15119708616652719152.rpms-adb-enhanced-df327e809908@fedoraproject.org \
    --to=filiperosset@fedoraproject.org \
    --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