public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
To: git-commits@fedoraproject.org
Subject: [rpms/mozilla-ublock-origin] f44: update to 1.75.0 (resolves rhbz#2511651)
Date: Thu, 24 Sep 2026 23:08:01 GMT	[thread overview]
Message-ID: <179029128138.1.14517811973617856997.rpms-mozilla-ublock-origin-cd163d2e88f3@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/mozilla-ublock-origin
Branch : f44
Commit : cd163d2e88f3387a20bdbcad9db84aef52d268e2
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date   : 2026-09-25T00:40:08+02:00
Stats  : +14/-5 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/mozilla-ublock-origin/c/cd163d2e88f3387a20bdbcad9db84aef52d268e2?branch=f44

Log:
update to 1.75.0 (resolves rhbz#2511651)

---
diff --git a/mozilla-ublock-origin.spec b/mozilla-ublock-origin.spec
index 2320575..aa3cbcc 100644
--- a/mozilla-ublock-origin.spec
+++ b/mozilla-ublock-origin.spec
@@ -6,7 +6,7 @@
 %global firefox_inst_dir %{_datadir}/mozilla/extensions/%{firefox_app_id}
 
 Name:           mozilla-ublock-origin
-Version:        1.72.2
+Version:        1.75.0
 Release:        %autorelease
 Summary:        An efficient blocker for Firefox
 

diff --git a/sources b/sources
index b640722..d292bfc 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (uAssets-1.72.2.tar.gz) = d4dc2414108ca74666d7dece841db8636b80ba657f5e5c4d5998d7c5f0b62cb7c2301acd320bbc8ac673ec8046e6150a696cedb89c0379dd5869568be1dcba48
-SHA512 (uBlock-1.72.2.tar.gz) = 3e6fa114144d65fec7e22f29c64d37c9df626b70ed773166ad6ca3d43eac2394d6ce3e81248b965609f83d5dc490113c291c0190e174e6884b3d4e90875b2eea
+SHA512 (uAssets-1.75.0.tar.gz) = ea26e45599e16004f342f0f6e3d8229b03eb5077c970b6512e6fa9527dbc0a8afeac448b2ba82d9f43a103d9ae3fbab5019a0a36494f82627d8cbb48c6a2b356
+SHA512 (uBlock-1.75.0.tar.gz) = fa7da0a80f9e75e44f667c1e1a07b3a7ac20ab7e3185b85fe0c80cfaba69f79488bf3b7d67245319ebf3a716533413acdd5aaeb2043de3e5ded1f53ec801bbde

diff --git a/uAssets-mktarball.sh b/uAssets-mktarball.sh
index c6f4de6..583978a 100755
--- a/uAssets-mktarball.sh
+++ b/uAssets-mktarball.sh
@@ -14,8 +14,17 @@ unset CDPATH
 pwd=$(pwd)
 name=uAssets
 version=$(rpmspec -q --qf '%{version}' ./mozilla-ublock-origin.spec)
-commit_master=1f04cacdf48ea33576e1d31409f7984906be238d
-commit_gh_pages=2afd6a05a0003e45fe93007766330e929b0ccc1d
+pushd ~/cvs/github/uBlock
+git fetch --tags
+git pull
+timestamp=$(git show --no-patch --format=%ci $version)
+popd
+git fetch --tags
+pushd ~/cvs/github/uAssets
+git pull
+commit_master=$(git log --before="$timestamp" --pretty='format:%H' master -n 1)
+commit_gh_pages=$(git log --before="$timestamp" --pretty='format:%H' gh-pages -n 1)
+popd
 url_master=https://github.com/uBlockOrigin/uAssets/archive/${commit_master}/${name}-${commit_master}.tar.gz
 url_gh_pages=https://github.com/uBlockOrigin/uAssets/archive/${commit_gh_pages}/${name}-${commit_gh_pages}.tar.gz
 pushd "$tmp"

                 reply	other threads:[~2026-09-24 23:08 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=179029128138.1.14517811973617856997.rpms-mozilla-ublock-origin-cd163d2e88f3@fedoraproject.org \
    --to=dominik@greysector.net \
    --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