public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mozilla-ublock-origin] f45: update to 1.75.0 (resolves rhbz#2511651)
@ 2026-09-24 23:08 Dominik 'Rathann' Mierzejewski
0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-09-24 23:08 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/mozilla-ublock-origin
Branch : f45
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=f45
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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-24 23:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-24 23:08 [rpms/mozilla-ublock-origin] f45: update to 1.75.0 (resolves rhbz#2511651) Dominik 'Rathann' Mierzejewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox