mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-04 19:02:19 +00:00
Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e8d4be9e2f | |||
| 237fb216c9 | |||
| fd998800c0 | |||
| 6b45a7f598 | |||
| ccc63bc233 | |||
| a377136aae | |||
| e81251e859 | |||
| 0027057fa6 | |||
| b1c1577e5a | |||
| 08f9baac53 | |||
| 09b93937d6 | |||
| e3ec90b5cc | |||
| 26e05c9d5a | |||
| 3f33c63ace | |||
| 219a531185 | |||
| d14132cb38 | |||
| 2eb475181d | |||
| 73705739ee | |||
| bdcc78dd0e | |||
| 6ba3d0ff10 | |||
| 36775fa469 | |||
| ccb25ee948 |
@@ -33,7 +33,7 @@ jobs:
|
||||
- name: Set workspace as safe
|
||||
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
- name: Checkout
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Generate build matrix
|
||||
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
dnf5 swap -y --setopt=install_weak_deps=False systemd-standalone-sysusers systemd
|
||||
dnf5 install -y --setopt=install_weak_deps=False curl wget git-core openssl-devel cargo podman fuse-overlayfs dnf5-plugins rpmbuild script
|
||||
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
with:
|
||||
ref: f${{ matrix.version }}
|
||||
fetch-depth: 1
|
||||
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
options: --cap-add=SYS_ADMIN --privileged
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup Git
|
||||
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
options: --cap-add=SYS_ADMIN --privileged
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: "Checkout code"
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
@@ -73,6 +73,6 @@ jobs:
|
||||
# Upload the results to GitHub's code scanning dashboard (optional).
|
||||
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
|
||||
- name: "Upload to code-scanning"
|
||||
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
|
||||
uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
options: --cap-add=SYS_ADMIN --privileged
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
with:
|
||||
ref: ${{ matrix.branch }}
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -20,7 +20,7 @@ jobs:
|
||||
container:
|
||||
image: ghcr.io/terrapkg/builder:frawhide
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
- name: Push to subatomic
|
||||
run: |
|
||||
branch=${{ github.ref_name }}
|
||||
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
options: --cap-add=SYS_ADMIN --privileged
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ssh-key: ${{ secrets.SSH_AUTHENTICATION_KEY }}
|
||||
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
options: --cap-add=SYS_ADMIN --privileged
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ssh-key: ${{ secrets.SSH_AUTHENTICATION_KEY }}
|
||||
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
options: --cap-add=SYS_ADMIN --privileged
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ssh-key: ${{ secrets.SSH_AUTHENTICATION_KEY }}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary-openasar
|
||||
Version: 1.0.1182
|
||||
Version: 1.0.1193
|
||||
Release: 1%{?dist}
|
||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||
License: MIT AND https://discord.com/terms
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: discord-canary
|
||||
Version: 1.0.1182
|
||||
Version: 1.0.1193
|
||||
Release: 1%{?dist}
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: discord.com
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: feishin
|
||||
Version: 1.12.1
|
||||
Version: 1.13.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A modern self-hosted music player
|
||||
License: GPL-3.0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 9ac2f6b627bb4cbed62e3aeb76009ffff77bae70
|
||||
%global commit_date 20260529
|
||||
%global commit 43ad9637ba468bc71e3a73fc9204813148156e4e
|
||||
%global commit_date 20260604
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global debug_package %nil
|
||||
%global __strip /bin/true
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Disable X11 for RHEL 10+
|
||||
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
|
||||
|
||||
%global commit 1c295078227e722d2ad7ff9650d2fd83f3dc64e3
|
||||
%global commit 1d82932ccebd562a3edb85581c93d89d5c904b26
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260602
|
||||
%global commit_date 20260604
|
||||
%global ver 0.41.0
|
||||
|
||||
Name: mpv-nightly
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%global ver 2026-06-02
|
||||
%global ver 2026-06-04
|
||||
%global goodver %(echo %ver | sed 's/-//g')
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
%bcond_without mold
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: signal-desktop
|
||||
%electronmeta -aD
|
||||
Version: 8.12.0
|
||||
Version: 8.13.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A private messenger for Windows, macOS, and Linux
|
||||
URL: https://signal.org
|
||||
|
||||
@@ -1 +1 @@
|
||||
v1.13.12
|
||||
v1.13.13
|
||||
@@ -5,7 +5,7 @@
|
||||
%global crate mise
|
||||
|
||||
Name: rust-mise
|
||||
Version: 2026.5.18
|
||||
Version: 2026.6.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Front-end to your dev env
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ BuildRequires: meson
|
||||
BuildRequires: vala
|
||||
BuildRequires: intltool
|
||||
|
||||
BuildRequires: pkgconfig(budgie-1.0)
|
||||
BuildRequires: pkgconfig(budgie-3.0)
|
||||
BuildRequires: pkgconfig(gee-0.8)
|
||||
BuildRequires: pkgconfig(gnome-settings-daemon)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
@@ -25,6 +25,9 @@ BuildRequires: pkgconfig(libnma)
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(libwnck-3.0)
|
||||
BuildRequires: pkgconfig(libpeas-2)
|
||||
BuildRequires: pkgconfig(libxfce4windowing-0)
|
||||
BuildRequires: pkgconfig(gtk-layer-shell-0)
|
||||
|
||||
BuildRequires: pkgconfig(appstream)
|
||||
BuildRequires: pkgconfig(granite)
|
||||
@@ -129,13 +132,6 @@ Summary: Shows the time in a Fuzzy Way
|
||||
%description -n budgie-applet-fuzzyclock
|
||||
%{summary}
|
||||
|
||||
%package -n budgie-applet-hotcorners
|
||||
Requires: budgie-extras-common
|
||||
Summary: Applet providing hotcorners capabilities for the Budgie Desktop
|
||||
%description -n budgie-applet-hotcorners
|
||||
The hotcorners applet allow user defined commands to be executed
|
||||
when the mouse cursor is pushed into a corner of the main desktop.
|
||||
|
||||
%package -n budgie-applet-kangaroo
|
||||
Requires: budgie-extras-common
|
||||
Summary: Applet to allow quick file-browsing
|
||||
@@ -144,15 +140,6 @@ The kangaroo applet allows for quick & easy browsing, across
|
||||
(possibly) many directory layers, without having to do a single mouse
|
||||
click.
|
||||
|
||||
%package -n budgie-applet-keyboard-autoswitch
|
||||
Requires: budgie-extras-common
|
||||
Summary: Applet adding the ability to set a different keyboard layout per application
|
||||
%description -n budgie-applet-keyboard-autoswitch
|
||||
The Keyboard Auto Switcher applet provides the user the ability to set
|
||||
a different keyboard layout per application. Exceptions to the default
|
||||
layout can be set by simply choosing a different layout using the
|
||||
Keyboard Layout applet.
|
||||
|
||||
%package -n budgie-applet-network-manager
|
||||
Requires: budgie-extras-common
|
||||
Summary: A fork of Wingpanel Network Indicator, ported to budgie desktop
|
||||
@@ -181,12 +168,11 @@ Summary: Applet displays files recently accessed for the Budgie Desktop
|
||||
The recentlyused applet displays the users files that have been opened
|
||||
or created within a configurable period of time.
|
||||
|
||||
%package -n budgie-applet-rotation-lock
|
||||
%package -n budgie-applet-screencast
|
||||
Requires: budgie-extras-common
|
||||
Summary: Applet to lock or unlock the screen rotation
|
||||
%description -n budgie-applet-rotation-lock
|
||||
The Rotation Lock applet provides the user an easy way to lock or
|
||||
unlock the screen rotation.
|
||||
Summary: Applet wrapper around wf-recorder
|
||||
%description -n budgie-applet-screencast
|
||||
Applet wrapper around wf-recorder. Allows recording of whole screen displays or areas.
|
||||
|
||||
%package -n budgie-applet-showtime
|
||||
Requires: budgie-extras-common
|
||||
@@ -227,31 +213,6 @@ Summary: Applet to display the weather and forecast
|
||||
The weathershow applet displays daily and three hourly weather
|
||||
forecasts on both the desktop and a Popover.
|
||||
|
||||
%package -n budgie-applet-window-shuffler
|
||||
Requires: budgie-extras-common
|
||||
Requires: budgie-extras-daemon
|
||||
Summary: Budgie Window Shuffler
|
||||
%description -n budgie-applet-window-shuffler
|
||||
%{summary}
|
||||
|
||||
%package -n budgie-applet-workspace-stopwatch
|
||||
Requires: budgie-extras-common
|
||||
Summary: An applet to keep track of usage per workspace
|
||||
%description -n budgie-applet-workspace-stopwatch
|
||||
Workspace Timer Applet is an applet to keep track of usage per workspace, e.g.
|
||||
to find out how much minutes/hours were actually spent on a job. Workspaces can
|
||||
be freely named, custom names and all data are rmembered, also after
|
||||
logout/restart, until the RESET button is pressed. The log file is updated
|
||||
onworkspace switch/clicking the icon for popup or else every 30 seconds. Time
|
||||
during suspend is automatically retracted from a workspace' time.
|
||||
|
||||
%package -n budgie-applet-wpreviews
|
||||
Requires: budgie-extras-common
|
||||
Requires: budgie-extras-daemon
|
||||
Summary: Applet providing window previews capabilities for the Budgie Desktop
|
||||
%description -n budgie-applet-wpreviews
|
||||
The Previews applet shows an overview of windows in an expose like way.
|
||||
|
||||
%package -n budgie-applet-wswitcher
|
||||
Requires: budgie-extras-common
|
||||
Requires: budgie-extras-daemon
|
||||
@@ -266,8 +227,14 @@ workspaces.
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
find . -name "meson.build" -exec sed -i "s/dependency('budgie-1.0')/dependency('budgie-3.0')/g" {} +
|
||||
find . -name "meson.build" -exec sed -i "s/dependency('libpeas-1.0')/dependency('libpeas-2')/g" {} +
|
||||
find . -name "meson.build" -exec sed -i "s/dependency('libpeas-gtk-1.0')/dependency('libpeas-2')/g" {} +
|
||||
|
||||
%conf
|
||||
%meson -Dfor-wayland=true
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@@ -282,7 +249,6 @@ rm -f %{buildroot}%{_bindir}/quickchar
|
||||
|
||||
%{__ln_s} -fv %{_bindir}/quickchar %{_libdir}/quickchar/quickchar
|
||||
|
||||
|
||||
%files
|
||||
|
||||
%files common
|
||||
@@ -294,103 +260,91 @@ rm -f %{buildroot}%{_bindir}/quickchar
|
||||
%{_bindir}/budgie-extras-daemon
|
||||
%{_libdir}/budgie-extras-daemon/invoke.py
|
||||
%{_datadir}/budgie-desktop/layouts/*.layout
|
||||
%{_datadir}/budgie-extras-daemon
|
||||
%{_mandir}/man1/budgie-extras-daemon.1.gz
|
||||
|
||||
%files -n budgie-applet-app-launcher
|
||||
%{_datadir}/pixmaps/budgie-app-launcher*.svg
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-app-launcher
|
||||
%{_metainfodir}/org.ubuntubudgie.applauncher.metainfo.xml
|
||||
|
||||
%files -n budgie-applet-applications-menu
|
||||
%{_libdir}/budgie-desktop/plugins/applications-menu
|
||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-appmenu.gschema.xml
|
||||
#%%{_datadir}/glib-2.0/schemas/io.elementary.desktop.wingpanel.applications-menu.gschema.xml
|
||||
|
||||
%files -n budgie-applet-brightness-controller
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-brightness-controller
|
||||
%{_datadir}/pixmaps/budgie-brightness-controller-1-symbolic.svg
|
||||
%{_metainfodir}/org.ubuntubudgie.brightnesscontroller.metainfo.xml
|
||||
|
||||
%files -n budgie-applet-clockworks
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-clockworks
|
||||
%{_datadir}/glib-2.0/schemas/*budgie-clockworks*.xml
|
||||
%{_datadir}/pixmaps/budgie-clockworks*.svg
|
||||
%{_metainfodir}/org.ubuntubudgie.clockworks.metainfo.xml
|
||||
|
||||
%files -n budgie-applet-countdown
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-countdown
|
||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-countdown.gschema.xml
|
||||
%{_datadir}/pixmaps/budgie-countdown-symbolic.svg
|
||||
%{_datadir}/pixmaps/cr_*.png
|
||||
%{_metainfodir}/org.ubuntubudgie.countdown.metainfo.xml
|
||||
|
||||
%files -n budgie-applet-dropby
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-dropby
|
||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-dropby.gschema.xml
|
||||
%{_datadir}/pixmaps/budgie-dropby*.svg
|
||||
%{_metainfodir}/org.ubuntubudgie.dropby.metainfo.xml
|
||||
|
||||
%files -n budgie-applet-fuzzyclock
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-fuzzyclock
|
||||
|
||||
%files -n budgie-applet-hotcorners
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-hotcorners
|
||||
%config %{_sysconfdir}/xdg/autostart/org.ubuntubudgie.budgie-extras.HotCorners-autostart.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.budgie-extras.HotCorners.gschema.xml
|
||||
%{_datadir}/applications/org.ubuntubudgie.budgie-extras.HotCorners.desktop
|
||||
%{_datadir}/budgie-hotcorners
|
||||
/usr/libexec/budgie-hotcorners/
|
||||
|
||||
%{_datadir}/pixmaps/budgie-hotcorners-symbolic.svg
|
||||
%{_datadir}/pixmaps/budgie-hotcgui-*.svg
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.ubuntubudgie.budgie-extras.hotcorners.svg
|
||||
%{_metainfodir}/org.ubuntubudgie.fuzzyclock.metainfo.xml
|
||||
|
||||
%files -n budgie-applet-kangaroo
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-kangaroo
|
||||
%{_datadir}/pixmaps/budgie-foldertrack-symbolic.svg
|
||||
|
||||
%files -n budgie-applet-keyboard-autoswitch
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-keyboard-autoswitch
|
||||
%{_datadir}/pixmaps/budgie-keyboard-autoswitch-symbolic.svg
|
||||
%{_metainfodir}/org.ubuntubudgie.kangaroo.metainfo.xml
|
||||
|
||||
%files -n budgie-applet-network-manager
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-network-manager
|
||||
|
||||
%files -n budgie-applet-quickchar
|
||||
%config %{_sysconfdir}/xdg/autostart/quickchar-autostart.desktop
|
||||
%ghost %{_bindir}/quickchar
|
||||
%{_libdir}/quickchar
|
||||
%{_datadir}/applications/org.ubuntubudgie.quickchar.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.quickchar.gschema.xml
|
||||
%{_datadir}/quickchar/chardata
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.ubuntubudgie.quickchar.svg
|
||||
%{_mandir}/man1/quickchar.1.gz
|
||||
%{_datadir}/metainfo/org.ubuntubudgie.quickchar.metainfo.xml
|
||||
|
||||
%files -n budgie-applet-quicknote
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-quicknote
|
||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.quicknote.gschema.xml
|
||||
%{_datadir}/pixmaps/budgie-quicknote-symbolic.svg
|
||||
%{_metainfodir}/org.ubuntubudgie.quicknote.metainfo.xml
|
||||
|
||||
%files -n budgie-applet-recentlyused
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-recentlyused
|
||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-recentlyused.gschema.xml
|
||||
%{_metainfodir}/org.ubuntubudgie.recentlyused.metainfo.xml
|
||||
|
||||
%files -n budgie-applet-rotation-lock
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-rotation-lock
|
||||
%{_datadir}/pixmaps/budgie-rotation-*.svg
|
||||
%files -n budgie-applet-screencast
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-screencast/BudgieScreencast.plugin
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-screencast/libbudgie-screencast.so
|
||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.budgie-screencast.gschema.xml
|
||||
%{_datadir}/pixmaps/budgie-screencast-symbolic.svg
|
||||
|
||||
%files -n budgie-applet-showtime
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-showtime
|
||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-showtime.gschema.xml
|
||||
%{_libdir}/budgie-desktop/raven-plugins/org.ubuntubudgie.raven.widget.budgie-showtime/*
|
||||
%{_datadir}/pixmaps/showtimenew-symbolic.svg
|
||||
%{_metainfodir}/org.ubuntubudgie.showtime.metainfo.xml
|
||||
|
||||
%files -n budgie-applet-takeabreak
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-takeabreak
|
||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.takeabreak.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.raven.widget.budgie-showtime.gschema.xml
|
||||
%{_datadir}/pixmaps/takeabreak*.svg
|
||||
%{_metainfodir}/org.ubuntubudgie.takeabreak.metainfo.xml
|
||||
|
||||
%files -n budgie-applet-visualspace
|
||||
%config %{_sysconfdir}/xdg/autostart/visualspace-autostart.desktop
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-visualspace
|
||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-visualspace.gschema.xml
|
||||
%{_datadir}/pixmaps/visualspace-symbolic.svg
|
||||
%{_metainfodir}/org.ubuntubudgie.visualspace.metainfo.xml
|
||||
|
||||
%files -n budgie-applet-wallstreet
|
||||
%config %{_sysconfdir}/xdg/autostart/wallstreet-autostart.desktop
|
||||
@@ -406,42 +360,18 @@ rm -f %{buildroot}%{_bindir}/quickchar
|
||||
%{_datadir}/budgie-desktop/budgie-weathershow/weather_icons/*
|
||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.weathershow.gschema.xml
|
||||
%{_datadir}/pixmaps/budgie-wticon-symbolic.svg
|
||||
|
||||
%files -n budgie-applet-window-shuffler
|
||||
%config %{_sysconfdir}/xdg/autostart/layoutspopup-autostart.desktop
|
||||
%config %{_sysconfdir}/xdg/autostart/dragsnap-autostart.desktop
|
||||
%config %{_sysconfdir}/xdg/autostart/shuffler*.desktop
|
||||
%{_libdir}/budgie-window-shuffler
|
||||
%{_datadir}/applications/org.ubuntubudgie.shufflercontrol.desktop
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.ubuntubudgie.shuffler-control.svg
|
||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.windowshuffler.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-shufflerapplet.gschema.xml
|
||||
%{_datadir}/pixmaps/shuffler-*.svg
|
||||
%{_datadir}/pixmaps/shufflerapplet-*.svg
|
||||
%{_datadir}/pixmaps/dragsnapimg*.svg
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-window-shuffler/ShufflerAPplet.plugin
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-window-shuffler/libshufflerapplet.so
|
||||
%{_datadir}/metainfo/org.ubuntubudgie.shufflercontrol.metainfo.xml
|
||||
|
||||
%files -n budgie-applet-workspace-stopwatch
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-workspace-stopwatch
|
||||
%{_datadir}/pixmaps/budgie-wstopwatch-symbolic.svg
|
||||
|
||||
%files -n budgie-applet-wpreviews
|
||||
%config %{_sysconfdir}/xdg/autostart/previews-*.desktop
|
||||
%{_libdir}/budgie-previews
|
||||
%{_datadir}/applications/org.ubuntubudgie.previewscontrols.desktop
|
||||
%{_datadir}/metainfo/org.ubuntubudgie.previewscontrols.metainfo.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.budgie-wpreviews.gschema.xml
|
||||
%{_datadir}/pixmaps/budgie_wpreviews_*.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.ubuntubudgie.budgiewpreviews.svg
|
||||
%{_metainfodir}/org.ubuntubudgie.weathershow.metainfo.xml
|
||||
|
||||
%files -n budgie-applet-wswitcher
|
||||
%{_libdir}/budgie-desktop/plugins/budgie-wswitcher
|
||||
%{_libdir}/budgie-desktop/raven-plugins/org.ubuntubudgie.raven.widget.budgie-wswitcher/*
|
||||
%{_datadir}/glib-2.0/schemas/org.ubuntubudgie.plugins.budgie-wswitcher.gschema.xml
|
||||
%{_datadir}/pixmaps/budgie-wsw-symbolic.svg
|
||||
%{_metainfodir}/org.ubuntubudgie.wswitcher.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Tue Jun 02 2026 Owen Zimmerman <owen@fyralabs.com> - 2.2.3-1
|
||||
- Update for 2.2.3
|
||||
|
||||
* Thu Jun 09 2022 Cappy Ishihara <cappy@cappuchino.xyz> - 1.4.0-1
|
||||
- Updated to 1.4.0
|
||||
- Added requirements for Workspace Overview
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings
|
||||
%global commit 0583175c167ef52678fbd3ba78cc3510695cfdc6
|
||||
%global commit d3692d48fc3c3223c428ac0db56f4dc111f1f620
|
||||
%forgemeta
|
||||
|
||||
Name: lomiri-system-settings
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 0099e4234f7f6f1f34d884c208279551ac8b5a08
|
||||
%global commit_date 20260602
|
||||
%global commit db60bd92c5abb64b441c0f4c0112c9bcc00b034a
|
||||
%global commit_date 20260604
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: libsingularity
|
||||
@@ -19,6 +19,7 @@ BuildRequires: pkgconfig(gee-0.8)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(libpeas-2)
|
||||
BuildRequires: pkgconfig(libsoup-3.0)
|
||||
BuildRequires: pkgconfig(gtksourceview-5)
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
@@ -49,6 +50,7 @@ A GTK4 application and widget framework for the Singularity Desktop Environment.
|
||||
%{_libdir}/libsingularity.so.0.1.0
|
||||
%{_datadir}/vala/vapi/singularity-1.0.vapi
|
||||
%{_datadir}/vala/vapi/libsingularity-1.0.vapi
|
||||
%{_datadir}/vala/vapi/singularity-1.0.deps
|
||||
|
||||
%changelog
|
||||
* Sat May 16 2026 Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 751ccb251d9fb2c472e193bc478c3b928e3514c9
|
||||
%global commit_date 20260405
|
||||
%global commit e7c64817f0e68df1b190f0c3a544b530c71c46b0
|
||||
%global commit_date 20260603
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global goipath github.com/singularityos-lab/vetro
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
%global __requires_exclude ^libaaudio\\.so.*|^libandroid\\.so.*|^libmediandk\\.so.*|^liblog\\.so.*|^libc\\.so.*|^libm\\.so.*|^libdl\\.so.*|^libcrypt\\.so.*|^libstdc\\+\\+\\.so.*|^libncursesw\\.so.*|^libtinfo\\.so.*|^libnsl\\.so.*|^libpanelw\\.so.*$
|
||||
|
||||
Name: android-studio-canary
|
||||
Version: 2026.1.2.4
|
||||
Version: 2026.1.2.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Official IDE for Android development (Canary build)
|
||||
License: Apache-2.0
|
||||
@@ -24,7 +24,7 @@ Packager: veuxit <erroor234@gmail.com>
|
||||
ExclusiveArch: x86_64
|
||||
URL: https://developer.android.com/studio/preview
|
||||
|
||||
%define suffixS quail2-canary4
|
||||
%define suffixS quail2-canary5
|
||||
|
||||
Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global crate deno
|
||||
|
||||
Name: rust-deno
|
||||
Version: 2.8.1
|
||||
Version: 2.8.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Deno executable
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 5758e149319d244cbf2d21d1ae8d1376adaf1f91
|
||||
%global commit bfe633a9487892ff3d27ed727db540267f22ef90
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global fulldate 2026-06-01
|
||||
%global fulldate 2026-06-03
|
||||
%global commit_date %(echo %{fulldate} | sed 's/-//g')
|
||||
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
|
||||
%global ver 1.3.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global commit 818244003b6db179ae175ae3171c8d7f2846e732
|
||||
%global commit 96165ec62647cb5db0a5cf1c57214f2970c6eda4
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260602
|
||||
%global ver 1.6.0
|
||||
%global commit_date 20260604
|
||||
%global ver 1.7.0
|
||||
|
||||
%bcond_with check
|
||||
%bcond_with debug_no_build
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
%global ver 1.5.3-pre
|
||||
%global ver 1.6.0-pre
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
%global rustflags_debuginfo 0
|
||||
|
||||
Name: zed
|
||||
Version: 1.4.4
|
||||
Version: 1.5.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Zed is a high-performance, multiplayer code editor
|
||||
SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
%global name_pretty %{quote:Prism Launcher (Nightly)}
|
||||
%global appid org.prismlauncher.PrismLauncher-nightly
|
||||
|
||||
%global commit bf8d1ca1f8c3e82835965e1cad7d2d6de8840924
|
||||
%global commit dd5261f7ad8cc7f0cb179464639e95d100603a09
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global commit_date 20260602
|
||||
%global commit_date 20260604
|
||||
%global snapshot_info %{commit_date}.%{shortcommit}
|
||||
|
||||
# Change this variables if you want to use custom keys
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
# GLIBCXX_ASSERTIONS is known to break RPCS3
|
||||
%global build_cflags %(echo "%{__build_flags_lang_c}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
||||
%global build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
||||
%global commit 3fa1241ac09264eb010c72c44910067dd31f8e15
|
||||
%global ver 0.0.40-19430
|
||||
%global commit 9a2243bfcbecc7e94d55c856ea26e383c948f681
|
||||
%global ver 0.0.41-19433
|
||||
|
||||
Name: rpcs3
|
||||
Version: %(echo %{ver} | sed 's/-/^/g')
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
Name: steamos-manager-powerstation
|
||||
Version: 0~%{commitdate}.git%{shortcommit}
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: SteamOS Manager is a system daemon that aims to abstract Steam's interactions with the operating system
|
||||
License: MIT AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (Apache-2.0 OR BSL-1.0) AND Apache-2.0 OR MIT AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-3-Clause OR MIT OR Apache-2.0) AND ISC AND (LGPL-2.1 OR MIT OR Apache-2.0) AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT)
|
||||
URL: https://github.com/OpenGamingCollective/steamos-manager
|
||||
@@ -58,7 +58,6 @@ make -f /usr/share/selinux/devel/Makefile -C data/selinux steamos_manager.pp
|
||||
%install
|
||||
%{cargo_license_online -a} > LICENSE.dependencies
|
||||
%make_install
|
||||
rm %{buildroot}%{_unitdir}/sddm.service.d/reset-oneshot-boot.conf # steamOS specific
|
||||
rm %{buildroot}%{_userunitdir}/orca.service # not used by anyone apparently, steamOS specific(?)
|
||||
install -D -m644 data/selinux/steamos_manager.pp %{buildroot}%{_datadir}/selinux/packages/steamos_manager.pp
|
||||
install -d %{buildroot}%{_userunitdir}/gamescope-session-plus.service.wants/steamos-manager.service
|
||||
@@ -101,6 +100,7 @@ fi
|
||||
%{_datadir}/steamos-manager/platform.toml
|
||||
%{_prefix}/lib/steamos-manager
|
||||
%{_unitdir}/steamos-manager.service
|
||||
%{_unitdir}/sddm.service.d/reset-oneshot-boot.conf
|
||||
%{_userunitdir}/steamos-manager.service
|
||||
%{_userunitdir}/steamos-manager-configure-cecd.service
|
||||
%{_userunitdir}/steamos-manager-session-cleanup.service
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# https://github.com/jesseduffield/lazygit
|
||||
%global goipath github.com/jesseduffield/lazygit
|
||||
Version: 0.62.1
|
||||
Version: 0.62.2
|
||||
|
||||
%gometa -f
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global commit 94ffd50060f1cfd5d7482ec90a23a92bdefdff68
|
||||
%global commit fdb9b616fc0edf8fb4c3285870388947b92669fc
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver v26.3.27
|
||||
%global commit_date 20260601
|
||||
%global commit_date 20260603
|
||||
|
||||
%global goipath github.com/XTLS/Xray-core
|
||||
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%define _binaries_in_noarch_packages_terminate_build 0
|
||||
|
||||
Name: kotlin-native
|
||||
Version: 2.3.21
|
||||
Version: 2.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: LLVM backend for the Kotlin compiler
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
BuildArch: noarch
|
||||
Name: kotlin
|
||||
Version: 2.3.21
|
||||
Version: 2.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Statically typed programming language
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
|
||||
%global commit 88a18de44f78bf0d0401070bb8cfbc90a78877ba
|
||||
%global commit c8e805a2fae2291c306943cbe3eb2fa7a0410c7c
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver 2.3.1
|
||||
%global commit_date 20260602
|
||||
%global commit_date 20260604
|
||||
%global debug_package %nil
|
||||
|
||||
Name: nim-nightly
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
%global _desc Fast PyTorch based DSP for audio and 1D signals.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.2.7
|
||||
Release: 1%?dist
|
||||
Version: 0.2.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Fast PyTorch based DSP for audio and 1D signals
|
||||
License: MIT
|
||||
URL: https://github.com/adefossez/julius
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%global _desc Send usage data from your Python code to PostHog.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 7.16.3
|
||||
Version: 7.17.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Send usage data from your Python code to PostHog
|
||||
License: MIT
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%global _desc Proton VPN local agent written in Rust.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.6.2
|
||||
Version: 1.6.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Proton VPN local agent written in Rust
|
||||
License: GPL-3.0-only
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%global _desc The model-definition framework for state-of-the-art machine learning models.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 5.9.0
|
||||
Version: 5.10.1
|
||||
Release: 1%{?dist}
|
||||
Summary: The model-definition framework for state-of-the-art machine learning models
|
||||
License: Apache-2.0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 5f301d60afc6b7243f9a2928118e9f448ae3c4de
|
||||
%global commit_date 20260602
|
||||
%global commit 5767e1e747159160fbf872c5e70e126127b12278
|
||||
%global commit_date 20260604
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global pypi_name types-colorama
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
%global crate zoi-rs
|
||||
%global crate_version 1.15.0
|
||||
%global crate_version 1.16.1
|
||||
|
||||
Name: rust-zoi-rs
|
||||
Version: %(echo %crate_version | sed 's/-/~/g')
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
version=0.17.0-dev.644+3de725074
|
||||
version=0.17.0-dev.667+0569f1f6a
|
||||
|
||||
mirrors=()
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%define llvm_compat 22
|
||||
%endif
|
||||
%global llvm_version 22.0.0
|
||||
%global ver 0.17.0-dev.644+3de725074
|
||||
%global ver 0.17.0-dev.667+0569f1f6a
|
||||
%bcond bootstrap 1
|
||||
%bcond docs %{without bootstrap}
|
||||
%bcond test 1
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
%global zig_cache_dir %{builddir}/zig-cache
|
||||
|
||||
Name: zig-master
|
||||
Version: 0.17.0~dev.644+3de725074
|
||||
Version: 0.17.0~dev.667+0569f1f6a
|
||||
Release: 2%{?dist}
|
||||
Summary: Master builds of the Zig language
|
||||
License: MIT AND NCSA AND LGPL-2.1-or-later AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND GPL-2.0-or-later AND GPL-2.0-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND Inner-Net-2.0 AND ISC AND LicenseRef-Fedora-Public-Domain AND GFDL-1.1-or-later AND ZPL-2.1
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global debug_package %nil
|
||||
|
||||
%global commit 96664e69b1ecdb76e824be1d9e8f475b76dd08cf
|
||||
%global commit 549b81b43b46c0f361680561a626bf0e7b79dcbd
|
||||
%global shortcommit %(c=%commit; echo ${c:0:7})
|
||||
%global commit_date 20260504
|
||||
%global commit_date 20260603
|
||||
|
||||
%global _desc %{expand:
|
||||
A C library that may be linked into a C/C++ program to produce symbolic backtraces.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: libde265
|
||||
Summary: Open H.265 video codec implementation
|
||||
Version: 1.1.0
|
||||
Version: 1.1.1
|
||||
Release: 1%{?dist}
|
||||
License: LGPL-3.0-or-later
|
||||
URL: https://www.libde265.org/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global _distro_extra_cflags -Wno-discarded-qualifiers -Wno-maybe-uninitialized
|
||||
|
||||
Name: quickjs-ng
|
||||
Version: 0.15.0
|
||||
Version: 0.15.1
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Summary: A mighty JavaScript engine
|
||||
@@ -33,7 +33,7 @@ Requires: %{name}-libs%{_isa} = %evr
|
||||
%pkg_devel_files
|
||||
|
||||
%files devel
|
||||
%{_libdir}/cmake/quickjs/*.cmake
|
||||
%{_libdir}/cmake/qjs/*.cmake
|
||||
|
||||
|
||||
%package examples
|
||||
|
||||
@@ -1 +1 @@
|
||||
rpm.version(gh("delthas/senpai"));
|
||||
rpm.version(gh_tag("delthas/senpai"));
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global commit 5d984d010fb413072eaef7fd85e6efa68a7b9ffc
|
||||
%global commit ce795c92b3d708df445fbae09e5c7fab7ec2eb6a
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver 20260601085329
|
||||
%global commit_date 20260602
|
||||
%global ver 20260603121550
|
||||
%global commit_date 20260604
|
||||
|
||||
Name: v2ray-domain-list-community
|
||||
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 778c9f53dc3b502ba095eed2d8a4b7aa9449fdb4
|
||||
%global commit_date 20260602
|
||||
%global commit d83ffd7d7d7f81451f58e3ad8c054bb628f43265
|
||||
%global commit_date 20260604
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: cloud-hypervisor-nightly
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
%global commit 4d1600ba5662e29daef25c608dfad3ad08993fc4
|
||||
%global commitdate 20260523
|
||||
%global commit e069fac2107fb88d30be41375bd2c35ef17e3677
|
||||
%global commitdate 20260603
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global modulename nct6687d
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global commit 4d1600ba5662e29daef25c608dfad3ad08993fc4
|
||||
%global commit e069fac2107fb88d30be41375bd2c35ef17e3677
|
||||
%global debug_package %{nil}
|
||||
%global modulename nct6687d
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260523
|
||||
%global commitdate 20260603
|
||||
|
||||
Name: dkms-%{modulename}
|
||||
Version: 1.0^%{commitdate}git.%{shortcommit}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 4d1600ba5662e29daef25c608dfad3ad08993fc4
|
||||
%global commit e069fac2107fb88d30be41375bd2c35ef17e3677
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260523
|
||||
%global commitdate 20260603
|
||||
|
||||
Name: nct6687d
|
||||
Version: 1.0^%{commitdate}git.%{shortcommit}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit d9d1c16d0e5642f58e1c30ad60dba521642c2a70
|
||||
%global commit 6aa6d3a505ebd39d37d16ee4583d4870c178538c
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260531
|
||||
%global commit_date 20260604
|
||||
%global ver 0.6.7
|
||||
|
||||
# We aren't using Mono but RPM expected Mono
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: pixi
|
||||
Version: 0.70.0
|
||||
Version: 0.70.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A cross-platform, multi-language package manager
|
||||
License: BSD-3-Clause
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit e29bb76422a2cf5dfafb15f8cb6344af4a7b13c8
|
||||
%global commit 8ea58d26839f3b110867a83f0cf09c3d17d53778
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260529
|
||||
%global commitdate 20260604
|
||||
%global ver 1.1.1
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: electron
|
||||
%electronmeta
|
||||
Version: 42.3.2
|
||||
Version: 42.3.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Build cross platform desktop apps with web technologies
|
||||
License: %{electron_license}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit f6948ed5175fe933c51ae0874fe94bd9e4e1f3f6
|
||||
%global commit_date 20260602
|
||||
%global commit 3d2a021561aeb15b3f45705f6580b962e8763fe7
|
||||
%global commit_date 20260604
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global pypi_name glasgow
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
|
||||
Name: jujutsu
|
||||
Version: 0.41.0
|
||||
Version: 0.42.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Git-compatible DVCS that is both simple and powerful
|
||||
License: Apache-2.0 AND CC-BY-4.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
Name: kittyCAD-cli
|
||||
Version: 0.2.173
|
||||
Version: 0.2.174
|
||||
Release: 1%{?dist}
|
||||
Summary: The Zoo command line tool for KittyCAD
|
||||
URL: https://github.com/KittyCAD/cli
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 205a25fc4a61696ab4f647abb4305f83900e7871
|
||||
%global commit_date 20260602
|
||||
%global commit c166688baffcdcd78638d7b1f1cb7e8edfae8445
|
||||
%global commit_date 20260603
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: rpi-utils
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit fa8730d16e7acfb70744be677ac9b7aa3e3eaf3c
|
||||
%global commit_date 20260523
|
||||
%global commit 509820e9467b4420d7392bb472392fed97f5602f
|
||||
%global commit_date 20260604
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: spotx-bash
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global goipath github.com/surge-downloader/surge
|
||||
Version: 0.8.6
|
||||
Version: 0.8.7
|
||||
|
||||
%gometa
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: typos
|
||||
Version: 1.47.0
|
||||
Version: 1.47.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Source Code Spelling Correction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user