forked from pool/biome
Compare commits
19 Commits
devel
...
9fe32ef9a1
Author | SHA256 | Date | |
---|---|---|---|
9fe32ef9a1 | |||
cd6055e3d9 | |||
fc561e2bc7 | |||
a89473919d | |||
490b456ee3 | |||
70aeee3df0 | |||
bbb835f5a2 | |||
f33bc30060 | |||
d5697d2a22 | |||
425bebe61f | |||
540614d540 | |||
89da51ce9d | |||
bffa7dc7d0 | |||
c90f3baad2 | |||
f18a19bac2 | |||
b0fbb79f4c | |||
eecc3086bc | |||
77c13edea7 | |||
c69815894c |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f6ff1b0549334243a7d45d02ad35379b8c17ae961a656edae76656ea35fcbbb
|
||||
size 5673929
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:031326783e528b18b3e6545cb7f8585342cfeae34ff0c15db146d32257bf5fcd
|
||||
size 5830198
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc06a89e1b925e8b1dfaca98f7af1d8e04d27acdcaeff786e2806f8bc26283f9
|
||||
size 5895279
|
BIN
biome-2.0.5.tar.gz
(Stored with Git LFS)
Normal file
BIN
biome-2.0.5.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 24 22:29:55 UTC 2025 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 2.0.5
|
||||
* see github/releases for info
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 17 23:14:38 UTC 2025 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 2.0.0:
|
||||
* see https://github.com/biomejs/biome/releases/tag/%40biomejs%2Fbiome%402.0.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 21:50:46 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
12
biome.spec
12
biome.spec
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package biome
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2022-2023 Avindra Goolcharan <avindra@opensuse.org>
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2022-2025 Avindra Goolcharan <avindra@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,15 +17,15 @@
|
||||
#
|
||||
|
||||
|
||||
%define rev fa93a147abe64e9c85908d317a8dd1de343ad132
|
||||
%define rev 09f49bade82e0aa15201b7db2efef10b1c330763
|
||||
Name: biome
|
||||
Version: 1.9.4
|
||||
Version: 2.0.5
|
||||
Release: 0
|
||||
Summary: A JavaScript and TypeScript toolchain
|
||||
License: Apache-2.0 AND MIT
|
||||
Group: Productivity/Other
|
||||
URL: https://github.com/biomejs/biome
|
||||
Source0: https://github.com/biomejs/biome/archive/refs/tags/cli/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/biomejs/biome/archive/refs/tags/@biomejs/biome@%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: cargo >= 1.53.0
|
||||
BuildRequires: cargo-packaging
|
||||
@@ -36,7 +36,7 @@ A toolchain for web projects, aimed to provide functionalities to maintain
|
||||
them. Biome offers formatter and linter, usable via CLI and LSP.
|
||||
|
||||
%prep
|
||||
%autosetup -a1 -p1 -n %{name}-cli-v%{version}
|
||||
%autosetup -a1 -p1 -n %{name}--biomejs-%{name}-%{version}
|
||||
|
||||
%build
|
||||
export BIOME_VERSION=%{version}-%{rev}
|
||||
|
@@ -1,6 +0,0 @@
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a74b752ea569ed3630c1304c754569d43a106a6ecc8c3747dd24667b63b8dc0
|
||||
size 33665528
|
BIN
vendor.tar.zst
(Stored with Git LFS)
BIN
vendor.tar.zst
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user