Update to 1.65.90
This commit is contained in:
parent
4cac92923b
commit
faa8c1b251
1
.gitignore
vendored
1
.gitignore
vendored
@ -108,3 +108,4 @@ gjs-0.7.1.tar.gz
|
||||
/gjs-1.65.2.tar.xz
|
||||
/gjs-1.65.3.tar.xz
|
||||
/gjs-1.65.4.tar.xz
|
||||
/gjs-1.65.90.tar.xz
|
||||
|
14
gjs.spec
14
gjs.spec
@ -1,11 +1,11 @@
|
||||
%global glib2_version 2.58.0
|
||||
%global gobject_introspection_version 1.61.2
|
||||
%global gtk3_version 3.20
|
||||
%global mozjs68_version 68.11.0-1
|
||||
%global mozjs78_version 78.1.0-1
|
||||
|
||||
Name: gjs
|
||||
Version: 1.65.4
|
||||
Release: 3%{?dist}
|
||||
Version: 1.65.90
|
||||
Release: 1%{?dist}
|
||||
Summary: Javascript Bindings for GNOME
|
||||
|
||||
# The following files contain code from Mozilla which
|
||||
@ -25,7 +25,7 @@ BuildRequires: gettext
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
|
||||
BuildRequires: gtk3-devel >= %{gtk3_version}
|
||||
BuildRequires: mozjs68-devel >= %{mozjs68_version}
|
||||
BuildRequires: mozjs78-devel >= %{mozjs78_version}
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: sysprof-devel
|
||||
@ -33,7 +33,7 @@ BuildRequires: sysprof-devel
|
||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||
Requires: gobject-introspection%{?_isa} >= %{gobject_introspection_version}
|
||||
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||
Requires: mozjs68%{?_isa} >= %{mozjs68_version}
|
||||
Requires: mozjs78%{?_isa} >= %{mozjs78_version}
|
||||
|
||||
# Filter provides for private libraries
|
||||
%global __provides_exclude_from ^%{_libdir}/gjs/
|
||||
@ -94,6 +94,10 @@ the functionality of the installed gjs package.
|
||||
%{_datadir}/installed-tests/
|
||||
|
||||
%changelog
|
||||
* Mon Aug 17 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.65.90-1
|
||||
- Update to 1.65.90
|
||||
- Switch over from mozjs68 to mozjs78
|
||||
|
||||
* Fri Jul 31 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.65.4-3
|
||||
- Rebuild against mozjs68-68.11.0-1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gjs-1.65.4.tar.xz) = 31c5d146303d3f697691f7c4aa281657e9c8a5c2e25620aed03a0b2e72ac27531d65bab3be2f9a6451f9479389c4063ba594f08ba7613e11f0e29ea07e1fe3fc
|
||||
SHA512 (gjs-1.65.90.tar.xz) = 36bc73bcf3d62edb3c1efdfcb606c115fa5afc4024c785a1581d20a08cad2f4694ed6c979792a3392ec09bf71966e10a707e5b85982c6d5fcf13714078a3b04e
|
||||
|
Loading…
Reference in New Issue
Block a user