Compare commits

...

16 Commits

Author SHA1 Message Date
Lleyton Gray 24aaa5ef66 feat: begin work on update PR strategy 2024-02-05 00:20:26 -08:00
Raboneko 423fff9925 bump: tectonic 2024-02-05 02:03:12 +00:00
Raboneko cf43eab133 bump(nightly): prismlauncher-nightly prismlauncher-qt5-nightly vala-nightly 2024-02-05 01:09:09 +00:00
madomado 29da8227ef bump: libusermetrics (#902)
* bump: libusermetrics

Signed-off-by: madomado <madonuko@outlook.com>

* Update libusermetrics.spec

Signed-off-by: madomado <madonuko@outlook.com>

* Create update.rhai

Signed-off-by: madomado <madonuko@outlook.com>

* Update libusermetrics.spec

Signed-off-by: madomado <madonuko@outlook.com>

* test files

Signed-off-by: madomado <madonuko@outlook.com>

* files

Signed-off-by: madomado <madonuko@outlook.com>

---------

Signed-off-by: madomado <madonuko@outlook.com>
2024-02-04 15:42:27 -08:00
lleyton a96a030a89 fix(vala-language-server-nightly): allow newer versions of vala (#906) 2024-02-05 07:30:37 +08:00
madomado efb95b7c57 fix: wingpanel (#898)
* fix: wingpanel

Add hinting to use Terra packages, not Fedora

* Update wingpanel.spec

Signed-off-by: madomado <madonuko@outlook.com>

* Update wingpanel.spec

Signed-off-by: madomado <madonuko@outlook.com>

---------

Signed-off-by: madomado <madonuko@outlook.com>
2024-02-04 12:06:16 -08:00
madomado d984370072 fix: bandwhich (#903) 2024-02-04 12:05:37 -08:00
madomado 3846f9874b fix: sccache (#904)
* bump: sccache

Signed-off-by: madomado <madonuko@outlook.com>

* fix: sccache

---------

Signed-off-by: madomado <madonuko@outlook.com>
2024-02-04 12:05:23 -08:00
Raboneko b66bbc4291 bump: iosevka-fusion 2024-02-04 13:16:52 +00:00
Raboneko e58698c4d9 bump: felix 2024-02-03 21:13:18 +00:00
Raboneko 422ab9514e bump: switchboard-plug-mouse-touchpad 2024-02-03 15:46:33 +00:00
Raboneko ea36e1a358 bump: switchboard-plug-mouse-touchpad 2024-02-03 15:36:37 +00:00
Raboneko a9368babee bump(nightly): nim-nightly tdlib avstplg 2024-02-03 01:05:52 +00:00
Raboneko 2c760b3ceb bump: xpadneo 2024-02-02 21:57:21 +00:00
Raboneko 2c44444caf bump: xpadneo 2024-02-02 21:48:12 +00:00
Raboneko e9aa9d66e6 bump: flutter 2024-02-02 20:36:47 +00:00
19 changed files with 63 additions and 48 deletions
+11
View File
@@ -50,5 +50,16 @@ jobs:
copy_over f37 || true
copy_over f38 || true
copy_over frawhide || true
git remote add raboneko git@github.com:raboneko/packages.git
git push -u origin --all
gh pr create --title "$msg" --body "Automatic update from Raboneko!" --label "auto-update" --base "f37" --head "raboneko:f37"
gh pr create --title "$msg" --body "Automatic update from Raboneko!" --label "auto-update" --base "f38" --head "raboneko:f38"
gh pr create --title "$msg" --body "Automatic update from Raboneko!" --label "auto-update" --base "frawhide" --head "raboneko:frawhide"
gh pr create --title "$msg" --body "Automatic update from Raboneko!" --label "auto-update" --base "f39" --head "raboneko:f39"
gh pr merge --auto --squash raboneko:f37
gh pr merge --auto --squash raboneko:f38
gh pr merge --auto --squash raboneko:frawhide
gh pr merge --auto --squash raboneko:f39
fi
+8 -10
View File
@@ -13,8 +13,8 @@
%global crate sccache
Name: rust-sccache
Version: 0.7.4
Release: 1%{?dist}
Version: 0.7.6
Release: %autorelease
Summary: Ccache-like tool
License: Apache-2.0
@@ -34,16 +34,15 @@ BuildRequires: rust-packaging
%global _description %{expand:
Sccache is a ccache-like tool. It is used as a compiler wrapper and
avoids compilation when possible, storing a cache in a remote storage
using various cloud storage.}
avoids compilation when possible. Sccache has the capability to utilize
caching in remote storage environments, including various cloud storage
options, or alternatively, in local storage.}
%description %{_description}
%package -n %{crate}
Summary: %{summary}
# FIXME: paste output of %%cargo_license_summary here
License: # FIXME
# LICENSE.dependencies contains a full license breakdown
License: MIT
%description -n %{crate} %{_description}
@@ -69,9 +68,6 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/CODE_OF_CONDUCT.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
@@ -474,6 +470,7 @@ use the "syslog" feature of the "%{crate}" crate.
%files -n %{name}+syslog-devel
%ghost %{crate_instdir}/Cargo.toml
%{dnl ## BEGIN: multiline comment
%package -n %{name}+trust-dns-resolver-devel
Summary: %{summary}
BuildArch: noarch
@@ -488,6 +485,7 @@ use the "trust-dns-resolver" feature of the "%{crate}" crate.
%files -n %{name}+trust-dns-resolver-devel
%ghost %{crate_instdir}/Cargo.toml
} ## END OF multiline comment
%package -n %{name}+unstable-devel
Summary: %{summary}
@@ -1,6 +1,6 @@
--- sccache-0.7.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sccache-0.7.4/Cargo.toml 2023-12-18T06:08:52.420382+00:00
@@ -384,11 +384,3 @@
--- sccache-0.7.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sccache-0.7.6/Cargo.toml 2024-02-02T06:05:53.548100+00:00
@@ -378,11 +378,3 @@
[target."cfg(unix)".dependencies.daemonize]
version = "0.5"
+1
View File
@@ -0,0 +1 @@
rpm.version(crates("sccache"));
@@ -12,6 +12,7 @@ License: GPL-2.0-or-later
URL: https://github.com/elementary/wingpanel
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
Patch0: https://github.com/elementary/wingpanel/commit/d6009d9f0d5c7479172093447ccceccba86ff1f3.patch
BuildRequires: desktop-file-utils
BuildRequires: gettext
@@ -42,6 +43,8 @@ Obsoletes: wingpanel-indicator-ayatana < 2.0.3-11
%package libs
Summary: Stylish top panel (shared library)
Enhances: %{name} = %{version}-%{release}
Enhances: %{name}-devel = %{version}-%{release}
%description libs %{common_description}
+1 -1
View File
@@ -1,5 +1,5 @@
Name: flutter
Version: 3.19.0.0.3.pre
Version: 3.19.0.0.4.pre
Release: 1%{?dist}
Summary: SDK for crafting beautiful, fast user experiences from a single codebase
License: BSD-3-Clause
@@ -2,7 +2,7 @@
%global debug_package %{nil}
Name: iosevka-fusion-fonts
Version: 28.0.7
Version: 28.1.0
Release: 1%{?dist}
Summary: A custom font based on iosevka
@@ -1,7 +1,7 @@
%global real_name prismlauncher
%global nice_name PrismLauncher
%global commit 5d223f6f9359c7b9017583c13c5f538032380b73
%global commit 6935c0dc3ba6463b95c66c12ff2e2e0de1fa5ec0
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global libnbtplusplus_commit a5e8fd52b8bf4ab5d5bcc042b2a247867589985f
%global quazip_commit 6117161af08e366c37499895b00ef62f93adc345
@@ -1,7 +1,7 @@
%global real_name prismlauncher
%global nice_name PrismLauncher
%global commit 5d223f6f9359c7b9017583c13c5f538032380b73
%global commit 6935c0dc3ba6463b95c66c12ff2e2e0de1fa5ec0
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global libnbtplusplus_commit a5e8fd52b8bf4ab5d5bcc042b2a247867589985f
%global quazip_commit 6117161af08e366c37499895b00ef62f93adc345
+1 -1
View File
@@ -1,5 +1,5 @@
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
%global commit 7d9721007c8c82804450bd32bbf3bbaf806a52f2
%global commit dd753b33830ab084686f9cf9c7d573702f175bb5
%global ver 2.1.1
%global debug_package %nil
@@ -1,20 +1,23 @@
--- bandwhich-0.21.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bandwhich-0.21.1/Cargo.toml 2023-10-30T06:12:20.956389+00:00
@@ -119,17 +119,3 @@
[target."cfg(target_os=\"linux\")".dependencies.procfs]
version = "0.15.1"
--- bandwhich-0.22.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bandwhich-0.22.2/Cargo.toml 2024-02-02T05:59:38.855816+00:00
@@ -149,20 +149,6 @@
version = "0.25.0"
features = ["derive"]
-[target."cfg(target_os=\"windows\")".dependencies.netstat2]
-[target."cfg(any(target_os = \"macos\", target_os = \"freebsd\"))".dependencies.regex]
-version = "1.10.3"
-
[target."cfg(target_os = \"linux\")".dependencies.procfs]
version = "0.16.0"
-[target."cfg(target_os = \"windows\")".dependencies.netstat2]
-version = "0.9.1"
-
-[target."cfg(target_os=\"windows\")".dependencies.sysinfo]
-version = "0.29.10"
-[target."cfg(target_os = \"windows\")".dependencies.sysinfo]
-version = "0.30.5"
-
-[target."cfg(target_os=\"windows\")".build-dependencies.anyhow]
-version = "1.0.75"
-[target."cfg(target_os = \"windows\")".build-dependencies.http_req]
-version = "0.10.2"
-
-[target."cfg(target_os=\"windows\")".build-dependencies.http_req]
-version = "0.10.0"
-
-[target."cfg(target_os=\"windows\")".build-dependencies.zip]
-[target."cfg(target_os = \"windows\")".build-dependencies.zip]
-version = "0.6.6"
+1 -1
View File
@@ -2,7 +2,7 @@
%global crate felix
Name: rust-felix
Version: 2.12.0
Version: 2.12.1
Release: 1%{?dist}
Summary: Tui file manager with vim-like key mapping
+1 -1
View File
@@ -4,7 +4,7 @@
%global crate tectonic
Name: rust-tectonic
Version: 0.14.1
Version: 0.15.0
Release: 1%{?dist}
Summary: Modernized, complete, embeddable TeX/LaTeX engine
@@ -23,8 +23,8 @@ BuildRequires: cmake
BuildRequires: gcc
BuildRequires: meson
BuildRequires: ninja-build
BuildRequires: vala = 0.56.4
BuildRequires: vala-devel = 0.56.4
BuildRequires: vala >= 0.56.4
BuildRequires: vala-devel >= 0.56.4
BuildRequires: pkgconfig(gee-0.8)
BuildRequires: pkgconfig(gio-2.0)
@@ -3,7 +3,7 @@
%global priority 90
%global real_name vala
%global commit fee6dadcd4a8cc772c190a3e6bf9820f8fe2041e
%global commit eba39daa0c342965c0417195a44dd8f4c5944e76
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global repo https://gitlab.gnome.org/GNOME/%{real_name}.git
+5 -9
View File
@@ -1,14 +1,10 @@
%global forgeurl https://gitlab.com/ubports/development/core/libusermetrics
%global commit bce6f62b8472bf35bb746b9fcb92aecfe3295c36
%forgemeta
Name: libusermetrics
Version: 1.3.0
Release: 2%?dist
Version: 1.3.2
Release: 1%?dist
Summary: library for retrieving anonymous metrics about users
License: GPLv3 AND LGPLv3 AND LGPLv2
URL: https://gitlab.com/ubports/development/core/libusermetrics
Source0: %{url}/-/archive/%commit/libusermetrics-%commit.tar.gz
Source0: %url/-/archive/%version/libusermetrics-%version.tar.gz
BuildRequires: cmake
BuildRequires: cmake-extras
@@ -45,7 +41,7 @@ BuildArch: noarch
The %{name}-doc contains documentation for %{name}.
%prep
%autosetup -n libusermetrics-%commit
%autosetup -n libusermetrics-%version
%build
%cmake -DENABLE_TESTS=ON
@@ -59,7 +55,7 @@ The %{name}-doc contains documentation for %{name}.
%files -f %{name}.lang
%doc ChangeLog
%license LGPL_EXCEPTION.txt LICENSE.GPL LICENSE.LGPL LICENSE.LGPL-3
%{_sysconfdir}/dbus-1/system.d/com.lomiri.UserMetrics.conf
/usr/etc/dbus-1/system.d/com.lomiri.UserMetrics.conf
%{_bindir}/usermetricsinput
%{_bindir}/usermetricsinput-increment
%{_libdir}/libusermetricsinput.so.*
+3
View File
@@ -0,0 +1,3 @@
let o = get("https://gitlab.com/api/v4/projects/25092390/repository/tags").json_arr()[0];
let f = rpm.f;
rpm.version(o.name);
+1 -1
View File
@@ -1,4 +1,4 @@
%global commit 6c4804b5911a50eae2471a2fcd74ed6ab9f727d0
%global commit d79bd4b69403868897496da39b773ab25c69f6af
%global ver 1.8.24
Name: tdlib-nightly
Version: %ver^%commit
+1 -1
View File
@@ -1,4 +1,4 @@
%global commit 999b25e3f0d7d7d7dbe4eb2496953d08779c2bff
%global commit 7cb289b6466b662fdf9f7d7ccc9f3c08a7dc0cac
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global debug_package %{nil}
%define __os_install_post %{nil}