public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Aleksei Bavshin <alebastr@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-tree-sitter-language] f44: Update to version 0.1.7; Fixes RHBZ#2420890
Date: Wed, 03 Jun 2026 08:04:16 GMT	[thread overview]
Message-ID: <178047385640.1.2826478081305161203.rpms-rust-tree-sitter-language-0797c665a6f7@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-tree-sitter-language
Branch : f44
Commit : 0797c665a6f700baf0c39f80f87de16443421103
Author : Aleksei Bavshin <alebastr@fedoraproject.org>
Date   : 2026-05-28T22:38:38-07:00
Stats  : +4/-39 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-tree-sitter-language/c/0797c665a6f700baf0c39f80f87de16443421103?branch=f44

Log:
Update to version 0.1.7; Fixes RHBZ#2420890

---
diff --git a/.gitignore b/.gitignore
index 270d802..6481e34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /tree-sitter-language-0.1.2.crate
 /tree-sitter-language-0.1.3.crate
 /tree-sitter-language-0.1.5.crate
+/tree-sitter-language-0.1.7.crate

diff --git a/LICENSE.upstream b/LICENSE.upstream
deleted file mode 100644
index 451fe1d..0000000
--- a/LICENSE.upstream
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2018-2024 Max Brunsfeld
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.

diff --git a/rust-tree-sitter-language.spec b/rust-tree-sitter-language.spec
index 7b049ea..a615264 100644
--- a/rust-tree-sitter-language.spec
+++ b/rust-tree-sitter-language.spec
@@ -1,19 +1,17 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
 %bcond check 1
 %global debug_package %{nil}
 
 %global crate tree-sitter-language
 
 Name:           rust-tree-sitter-language
-Version:        0.1.5
+Version:        0.1.7
 Release:        %autorelease
 Summary:        Tree-sitter Language type, used by the library and by language implementations
 
 License:        MIT
 URL:            https://crates.io/crates/tree-sitter-language
 Source:         %{crates_source}
-# * Upstream license file - tree-sitter/tree-sitter#1520
-Source2:        https://github.com/tree-sitter/tree-sitter/raw/v0.23.2/LICENSE#/LICENSE.upstream
 
 BuildRequires:  cargo-rpm-macros >= 24
 
@@ -52,7 +50,6 @@ use the "default" feature of the "%{crate}" crate.
 %prep
 %autosetup -n %{crate}-%{version} -p1
 %cargo_prep
-cp -pav %{SOURCE2} LICENSE
 
 %generate_buildrequires
 %cargo_generate_buildrequires

diff --git a/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index 7dec8d4..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-[package.license-files]
-include = ["LICENSE"]
-
-[[package.extra-sources]]
-comments = ["Upstream license file - tree-sitter/tree-sitter#1520"]
-file = "https://github.com/tree-sitter/tree-sitter/raw/v0.23.2/LICENSE#/LICENSE.upstream"
-number = 2
-
-[scripts.prep]
-post = [
-    "cp -pav %{SOURCE2} LICENSE"
-]

diff --git a/sources b/sources
index f05c83a..4b01639 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tree-sitter-language-0.1.5.crate) = 74f71b111f0284de8a0d970e18759febc36c4c470904aebec204d0b305f9d3e81cd00918e92cbae05e9469440751a6be4466100a55292717285c97b24cd3c869
+SHA512 (tree-sitter-language-0.1.7.crate) = 0b4416abf967e92fa7fa2069061deffe1727b9135c57508a1ba5a9bd5383a7ff7df5834d13b6939759cb5a2c003a7809e5863512b1c0660f5f9d58782362b7a8

                 reply	other threads:[~2026-06-03  8:04 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=178047385640.1.2826478081305161203.rpms-rust-tree-sitter-language-0797c665a6f7@fedoraproject.org \
    --to=alebastr@fedoraproject.org \
    --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