Backport F40 changes
Resolves: RHEL-30208
This commit is contained in:
parent
2f63ed30c1
commit
ac4928dfa0
3
.gitignore
vendored
3
.gitignore
vendored
@ -145,3 +145,6 @@ gjs-0.7.1.tar.gz
|
|||||||
/gjs-1.78.1.tar.xz
|
/gjs-1.78.1.tar.xz
|
||||||
/gjs-1.78.2.tar.xz
|
/gjs-1.78.2.tar.xz
|
||||||
/gjs-1.79.2.tar.xz
|
/gjs-1.79.2.tar.xz
|
||||||
|
/gjs-1.79.3.tar.xz
|
||||||
|
/gjs-1.79.90.tar.xz
|
||||||
|
/gjs-1.80.2.tar.xz
|
||||||
|
15
gjs.spec
15
gjs.spec
@ -3,8 +3,8 @@
|
|||||||
%global mozjs115_version 115.7.0
|
%global mozjs115_version 115.7.0
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.79.2
|
Version: 1.80.2
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Javascript Bindings for GNOME
|
Summary: Javascript Bindings for GNOME
|
||||||
|
|
||||||
# The following files contain code from Mozilla which
|
# The following files contain code from Mozilla which
|
||||||
@ -15,7 +15,7 @@ Summary: Javascript Bindings for GNOME
|
|||||||
# modules/script/tweener/equations.js is BSD-3-Clause
|
# modules/script/tweener/equations.js is BSD-3-Clause
|
||||||
License: MIT AND BSD-3-Clause AND (MIT OR LGPL-2.0-or-later) AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later)
|
License: MIT AND BSD-3-Clause AND (MIT OR LGPL-2.0-or-later) AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later)
|
||||||
URL: https://wiki.gnome.org/Projects/Gjs
|
URL: https://wiki.gnome.org/Projects/Gjs
|
||||||
Source0: https://download.gnome.org/sources/%{name}/1.79/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/1.80/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
@ -98,6 +98,15 @@ the functionality of the installed gjs package.
|
|||||||
%{_datadir}/installed-tests/
|
%{_datadir}/installed-tests/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 26 2024 David King <amigadave@amigadave.com> - 1.80.2-1
|
||||||
|
- Update to 1.80.2
|
||||||
|
|
||||||
|
* Mon Mar 04 2024 David King <amigadave@amigadave.com> - 1.79.90-1
|
||||||
|
- Update to 1.79.90
|
||||||
|
|
||||||
|
* Wed Feb 14 2024 David King <amigadave@amigadave.com> - 1.79.3-1
|
||||||
|
- Update to 1.79.3
|
||||||
|
|
||||||
* Mon Feb 12 2024 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.79.2-3
|
* Mon Feb 12 2024 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.79.2-3
|
||||||
- Rebuild against mozjs115-115.7.0-1
|
- Rebuild against mozjs115-115.7.0-1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gjs-1.79.2.tar.xz) = bc3e6648bdc2d230862380369a08823c799d747c7385065e5a42e69b63cd094ad9b4719de1102c580090b5bb4215c0b9002718e3f8c8f3dddfc10de704289268
|
SHA512 (gjs-1.80.2.tar.xz) = cc9a9073f741ee60eff2d2ce808cca7f40e97798f9ffa9197ebc3780a8a5df6e174ba76293bf7547fc8fa7e82be6a828a633a5aa8ba27d551dec72d635b6c5bd
|
||||||
|
Loading…
Reference in New Issue
Block a user