Compare commits

...

No commits in common. 'i9ce' and 'epel9' have entirely different histories.
i9ce ... epel9

9
.gitignore vendored

@ -1 +1,8 @@
SOURCES/difftastic-0.53.1.crate /difftastic-0.39.0.crate
/difftastic-0.42.0.crate
/difftastic-0.43.1.crate
/difftastic-0.45.0.crate
/difftastic-0.49.0.crate
/difftastic-0.50.0.crate
/difftastic-0.51.1.crate
/difftastic-0.53.1.crate

@ -1 +0,0 @@
9975e3aa628f5b3cd3a19ef6391e236351a2cf93 SOURCES/difftastic-0.53.1.crate

@ -0,0 +1,3 @@
# rust-difftastic
The rust-difftastic package

@ -1,128 +0,0 @@
## START: Set by rpmautospec
## (rpmautospec version 0.3.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 25
%bcond_without check
%global crate difftastic
Name: rust-difftastic
Version: 0.53.1
Release: %autorelease
Summary: Structural diff that understands syntax
License: MIT
URL: https://crates.io/crates/difftastic
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * unpin libmimalloc-sys
# * remove upper bound on:
# * aho-corasick
# * assert_cmd
# * ignore
# * is-terminal
# * memchr
# * predicates
# * regex
Patch: difftastic-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A structural diff that understands syntax.}
%description %{_description}
%package -n %{crate}
Summary: %{summary}
# (MIT OR Apache-2.0) AND Unicode-DFS-2016
# Apache-2.0 OR BSL-1.0
# Apache-2.0 OR MIT
# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
# MIT
# MIT AND Unicode-DFS-2016 AND BSD-2-Clause AND BSD-3-Clause AND LicenseRef-Fedora-Public-Domain
# MIT OR Apache-2.0
# Unlicense OR MIT
# Zlib
License: ((MIT OR Apache-2.0) AND Unicode-DFS-2016) 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 MIT AND (MIT AND Unicode-DFS-2016 AND BSD-2-Clause AND BSD-3-Clause AND LicenseRef-Fedora-Public-Domain) AND (Unlicense OR MIT) AND Zlib
# LICENSE.dependencies contains a full license breakdown
%description -n %{crate} %{_description}
%files -n %{crate}
%license LICENSE
%license LICENSE.dependencies
%doc README.md
%{_bindir}/difft
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%{cargo_license_summary}
%{cargo_license} > LICENSE.dependencies
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.53.1-1
- Rebuilt for MSVSphere 9.3
* Tue Dec 05 2023 Michel Lind <salimma@fedoraproject.org> - 0.53.1-1
- Update to 0.53.1
* Tue Aug 29 2023 Michel Lind <salimma@fedoraproject.org> - 0.51.1-1
- Update to 0.51.1
* Mon Aug 21 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.50.0-2
- Fix typo on License field
* Mon Aug 21 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.50.0-1
- Update to 0.50.0
* Sat Aug 05 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.49.0-1
- Update to 0.49.0
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.45.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Mar 06 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.45.0-2
- Lower minimum version of assert_cmd to 2.0.4 (2.0.8 needs cargo2rpm,
2.0.5 was never packaged)
- rebuild against libmimalloc-sys 0.1.30
* Sat Mar 04 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.45.0-1
- Update to 0.45.0
* Wed Feb 15 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.43.1-1
- Update to 0.43.1
* Sat Feb 04 2023 Fabio Valentini <decathorpe@gmail.com> - 0.42.0-3
- Rebuild for fixed frame pointer compiler flags in Rust RPM macros
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.42.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Jan 17 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.42.0-1
- Update to 0.42.0
* Thu Jan 05 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.39.0-1
- Initial Fedora package

@ -0,0 +1,76 @@
# Generated by rust2rpm 25
%bcond_without check
%global crate difftastic
Name: rust-difftastic
Version: 0.53.1
Release: %autorelease
Summary: Structural diff that understands syntax
License: MIT
URL: https://crates.io/crates/difftastic
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * unpin libmimalloc-sys
# * remove upper bound on:
# * aho-corasick
# * assert_cmd
# * ignore
# * is-terminal
# * memchr
# * predicates
# * regex
Patch: difftastic-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A structural diff that understands syntax.}
%description %{_description}
%package -n %{crate}
Summary: %{summary}
# (MIT OR Apache-2.0) AND Unicode-DFS-2016
# Apache-2.0 OR BSL-1.0
# Apache-2.0 OR MIT
# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
# MIT
# MIT AND Unicode-DFS-2016 AND BSD-2-Clause AND BSD-3-Clause AND LicenseRef-Fedora-Public-Domain
# MIT OR Apache-2.0
# Unlicense OR MIT
# Zlib
License: ((MIT OR Apache-2.0) AND Unicode-DFS-2016) 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 MIT AND (MIT AND Unicode-DFS-2016 AND BSD-2-Clause AND BSD-3-Clause AND LicenseRef-Fedora-Public-Domain) AND (Unlicense OR MIT) AND Zlib
# LICENSE.dependencies contains a full license breakdown
%description -n %{crate} %{_description}
%files -n %{crate}
%license LICENSE
%license LICENSE.dependencies
%doc README.md
%{_bindir}/difft
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%{cargo_license_summary}
%{cargo_license} > LICENSE.dependencies
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog

@ -0,0 +1 @@
SHA512 (difftastic-0.53.1.crate) = 9c1b786e77b53508c4802cd1c50330eacf1495b91be6c2a6344305e99d9f1ede5e7d9bc95d036e4c8e665639fc8f48d89f4bc457161fecb5a85140aded82151c
Loading…
Cancel
Save