38a4044
%global glib2_version 2.58.0
9e57c4d
%global gobject_introspection_version 1.61.2
8d2672b
%global gtk3_version 3.20
52c88fa
%global mozjs78_version 78.1.0-2
e8dc353
ddfed55
Name:          gjs
faa8c1b
Version:       1.65.90
faa8c1b
Release:       1%{?dist}
ddfed55
Summary:       Javascript Bindings for GNOME
442795d
b1f69fb
# The following files contain code from Mozilla which
b1f69fb
# is triple licensed under MPL1.1/LGPLv2+/GPLv2+:
b1f69fb
# The console module (modules/console.c)
b1f69fb
# Stack printer (gjs/stack.c)
ddfed55
License:       MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
5486eb4
URL:           https://wiki.gnome.org/Projects/Gjs
b83f546
Source0:       https://download.gnome.org/sources/%{name}/1.65/%{name}-%{version}.tar.xz
Florian Müllner 66bc024
0651f8d
BuildRequires: cairo-gobject-devel
647bd1a
BuildRequires: dbus-daemon
dc5a247
BuildRequires: dbus-glib-devel
c1fa598
BuildRequires: gcc-c++
Florian Müllner 66bc024
BuildRequires: meson
a9b6fb7
BuildRequires: gettext
8d2672b
BuildRequires: glib2-devel >= %{glib2_version}
c1fa598
BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
8d2672b
BuildRequires: gtk3-devel >= %{gtk3_version}
faa8c1b
BuildRequires: mozjs78-devel >= %{mozjs78_version}
b1f69fb
BuildRequires: pkgconfig
c1fa598
BuildRequires: readline-devel
47ba94f
BuildRequires: sysprof-devel
b1f69fb
8d2672b
Requires: glib2%{?_isa} >= %{glib2_version}
e8dc353
Requires: gobject-introspection%{?_isa} >= %{gobject_introspection_version}
8d2672b
Requires: gtk3%{?_isa} >= %{gtk3_version}
faa8c1b
Requires: mozjs78%{?_isa} >= %{mozjs78_version}
e8dc353
aa3bc3a
# Filter provides for private libraries
aa3bc3a
%global __provides_exclude_from ^%{_libdir}/gjs/
aa3bc3a
b1f69fb
%description
b1f69fb
Gjs allows using GNOME libraries from Javascript. It's based on the
b1f69fb
Spidermonkey Javascript engine from Mozilla and the GObject introspection
b1f69fb
framework.
b1f69fb
b1f69fb
%package devel
b1f69fb
Summary: Development package for %{name}
3280c5d
Requires: %{name}%{?_isa} = %{version}-%{release}
b1f69fb
b1f69fb
%description devel
b1f69fb
Files for development with %{name}.
b1f69fb
914e9b8
%package tests
914e9b8
Summary: Tests for the gjs package
914e9b8
Requires: %{name}%{?_isa} = %{version}-%{release}
914e9b8
914e9b8
%description tests
914e9b8
The gjs-tests package contains tests that can be used to verify
914e9b8
the functionality of the installed gjs package.
914e9b8
b1f69fb
%prep
2c93604
%autosetup -p1
b1f69fb
b1f69fb
%build
Florian Müllner 66bc024
%meson
Florian Müllner 66bc024
%meson_build
b1f69fb
b1f69fb
%install
Florian Müllner 66bc024
%meson_install
b1f69fb
b1f69fb
%check
Florian Müllner 66bc024
#meson_test
b1f69fb
b1f69fb
%files
fb1713b
%license COPYING
9e57c4d
%doc NEWS README.md
44f6fbc
%{_bindir}/gjs
b1f69fb
%{_bindir}/gjs-console
b1f69fb
%{_libdir}/*.so.*
0651f8d
%{_libdir}/gjs
b1f69fb
b1f69fb
%files devel
b1f69fb
%doc examples/*
b1f69fb
%{_includedir}/gjs-1.0
b1f69fb
%{_libdir}/pkgconfig/gjs-1.0.pc
b1f69fb
%{_libdir}/*.so
44f7bf1
%dir %{_datadir}/gjs-1.0
44f7bf1
%{_datadir}/gjs-1.0/lsan/
44f7bf1
%{_datadir}/gjs-1.0/valgrind/
b1f69fb
914e9b8
%files tests
31da890
%{_libexecdir}/installed-tests/
0614225
%{_datadir}/glib-2.0/schemas/org.gnome.GjsTest.gschema.xml
31da890
%{_datadir}/installed-tests/
914e9b8
b1f69fb
%changelog
faa8c1b
* Mon Aug 17 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.65.90-1
faa8c1b
- Update to 1.65.90
faa8c1b
- Switch over from mozjs68 to mozjs78
faa8c1b
4cac929
* Fri Jul 31 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.65.4-3
4cac929
- Rebuild against mozjs68-68.11.0-1
4cac929
57ae60a
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.65.4-2
57ae60a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
57ae60a
7afea78
* Mon Jul 20 2020 Kalev Lember <klember@redhat.com> - 1.65.4-1
7afea78
- Update to 1.65.4
7afea78
359fa44
* Tue Jun 30 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.65.3-2
359fa44
- Rebuild against mozjs68-68.10.0-1
359fa44
31da890
* Fri Jun 05 2020 Kalev Lember <klember@redhat.com> - 1.65.3-1
31da890
- Update to 1.65.3
31da890
419d62f
* Tue Jun 02 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.65.2-3
419d62f
- Rebuild against mozjs68-68.9.0-1
419d62f
94531f9
* Tue May 12 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.65.2-2
94531f9
- Rebuild against mozjs68-68.8.0-1
94531f9
afd8917
* Tue May 05 2020 Kalev Lember <klember@redhat.com> - 1.65.2-1
afd8917
- Update to 1.65.2
afd8917
a6c4d50
* Tue Apr 07 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.65.1-2
a6c4d50
- Rebuild against mozjs68-68.7.0-1
a6c4d50
b83f546
* Sat Mar 28 2020 Kalev Lember <klember@redhat.com> - 1.65.1-1
b83f546
- Update to 1.65.1
b83f546
9f1a627
* Sat Mar 28 2020 Kalev Lember <klember@redhat.com> - 1.64.1-1
9f1a627
- Update to 1.64.1
9f1a627
f8a9149
* Tue Mar 17 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.64.0-2
f8a9149
- Rebuild against mozjs68-68.6.0-2 (built with gcc 10)
f8a9149
f3baedc
* Sun Mar 08 2020 Kalev Lember <klember@redhat.com> - 1.64.0-1
f3baedc
- Update to 1.64.0
f3baedc
d4d37b1
* Mon Mar 02 2020 Kalev Lember <klember@redhat.com> - 1.63.92-1
d4d37b1
- Update to 1.63.92
d4d37b1
20fbd21
* Tue Feb 18 2020 Kalev Lember <klember@redhat.com> - 1.63.91-1
20fbd21
- Update to 1.63.91
20fbd21
0d1f3eb
* Mon Feb 03 2020 Kalev Lember <klember@redhat.com> - 1.63.90-1
0d1f3eb
- Update to 1.63.90
0d1f3eb
- Switch to building with mozjs68
0d1f3eb
e342f4c
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.63.3-2
e342f4c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
e342f4c
9e57c4d
* Wed Jan 08 2020 Kalev Lember <klember@redhat.com> - 1.63.3-1
9e57c4d
- Update to 1.63.3
9e57c4d
Florian Müllner b00b876
* Wed Dec 11 2019 Florian Müllner <fmuellner@redhat.com> - 1.63.2-1
Florian Müllner b00b876
- Update to 1.63.2
Florian Müllner b00b876
c69f93a
* Wed Nov 27 2019 Kalev Lember <klember@redhat.com> - 1.58.3-1
c69f93a
- Update to 1.58.3
c69f93a
0fb2248
* Mon Oct 07 2019 Kalev Lember <klember@redhat.com> - 1.58.1-1
0fb2248
- Update to 1.58.1
0fb2248
1722559
* Sun Sep 08 2019 Kalev Lember <klember@redhat.com> - 1.58.0-1
1722559
- Update to 1.58.0
1722559
99a1a46
* Wed Sep 04 2019 Kalev Lember <klember@redhat.com> - 1.57.92-2
99a1a46
- Rebuild against mozjs60 60.9.0
99a1a46
dceadfa
* Tue Sep 03 2019 Kalev Lember <klember@redhat.com> - 1.57.92-1
dceadfa
- Update to 1.57.92
dceadfa
7525f1d
* Mon Aug 19 2019 Kalev Lember <klember@redhat.com> - 1.57.91-1
7525f1d
- Update to 1.57.91
7525f1d
aab3d93
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 1.57.90-1
aab3d93
- Update to 1.57.90
aab3d93
6745dbe
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.57.4-2
6745dbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
6745dbe
47ba94f
* Fri Jul 19 2019 Kalev Lember <klember@redhat.com> - 1.57.4-1
47ba94f
- Update to 1.57.4
47ba94f
- Enable sysprof capture support
47ba94f
eeac153
* Tue Jul 09 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.57.3-3
eeac153
- Rebuild against mozjs60 60.8.0
eeac153
7b0283a
* Sat Jun 22 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.57.3-2
7b0283a
- Rebuild against mozjs60 60.7.2
7b0283a
38a4044
* Thu Jun 20 2019 Kalev Lember <klember@redhat.com> - 1.57.3-1
38a4044
- Update to 1.57.3
38a4044
5ef8ef5
* Wed Jun 19 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.57.2-3
5ef8ef5
- Rebuild against mozjs60 60.7.1
5ef8ef5
b637376
* Tue May 21 2019 Kalev Lember <klember@redhat.com> - 1.57.2-2
b637376
- Rebuild against mozjs60 60.7.0
b637376
0614225
* Tue May 21 2019 Kalev Lember <klember@redhat.com> - 1.57.2-1
0614225
- Update to 1.57.2
0614225
b48f817
* Thu May 09 2019 Kalev Lember <klember@redhat.com> - 1.57.1-1
b48f817
- Update to 1.57.1
b48f817
cdf1c98
* Wed May 08 2019 Kalev Lember <klember@redhat.com> - 1.56.2-1
cdf1c98
- Update to 1.56.2
cdf1c98
88f3ba7
* Mon Apr 15 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.56.1-2
88f3ba7
- Rebuild against mozjs60-60.6.1
88f3ba7
b88c51b
* Mon Apr 08 2019 Kalev Lember <klember@redhat.com> - 1.56.1-1
b88c51b
- Update to 1.56.1
b88c51b
8ff8f64
* Tue Mar 12 2019 Kalev Lember <klember@redhat.com> - 1.56.0-1
8ff8f64
- Update to 1.56.0
8ff8f64
453b575
* Tue Mar 05 2019 Kalev Lember <klember@redhat.com> - 1.55.92-1
453b575
- Update to 1.55.92
453b575
0816b8c
* Mon Feb 18 2019 Kalev Lember <klember@redhat.com> - 1.55.91-1
0816b8c
- Update to 1.55.91
0816b8c
374a3da
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.55.90-3
374a3da
- Rebuild for readline 8.0
374a3da
ad69762
* Thu Feb 14 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.55.90-2
ad69762
- Rebuild against mozjs60 built by GCC9: ABI change detected by Taskotron/abicheck
ad69762
6821200
* Tue Feb 05 2019 Kalev Lember <klember@redhat.com> - 1.55.90-1
6821200
- Update to 1.55.90
6821200
649beac
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.55.4-2
649beac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
649beac
00bafd2
* Tue Jan 08 2019 Kalev Lember <klember@redhat.com> - 1.55.4-1
00bafd2
- Update to 1.55.4
00bafd2
647bd1a
* Wed Jan 02 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.55.1-3
647bd1a
- Add BR dbus-daemon to fix running tests on F30
647bd1a
9a447bf
* Wed Jan 02 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.55.1-2
9a447bf
- Rebuilt against mozjs60 60.4.0
9a447bf
d894132
* Tue Oct 09 2018 Kalev Lember <klember@redhat.com> - 1.55.1-1
d894132
- Update to 1.55.1
d894132
8347244
* Fri Oct 05 2018 Kalev Lember <klember@redhat.com> - 1.54.1-2
8347244
- Rebuilt against mozjs60 60.2.2
8347244
1b9567b
* Mon Sep 24 2018 Kalev Lember <klember@redhat.com> - 1.54.1-1
1b9567b
- Update to 1.54.1
1b9567b
cc4c9a6
* Thu Sep 13 2018 Kalev Lember <klember@redhat.com> - 1.54.0-3
cc4c9a6
- Rebuilt against mozjs60 60.2.0 that broke ABI (#1628438)
cc4c9a6
3112623
* Mon Sep 10 2018 Kalev Lember <klember@redhat.com> - 1.54.0-2
3112623
- Rebuilt against fixed atk (#1626575)
3112623
c7ffa35
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 1.54.0-1
c7ffa35
- Update to 1.54.0
c7ffa35
- Switch to building with mozjs60
c7ffa35
ee3c121
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.52.3-2
ee3c121
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
ee3c121
ba445d0
* Tue May 08 2018 Kalev Lember <klember@redhat.com> - 1.52.3-1
ba445d0
- Update to 1.52.3
ba445d0
400c69d
* Wed Apr 18 2018 Kalev Lember <klember@redhat.com> - 1.52.2-1
400c69d
- Update to 1.52.2
400c69d
a41642b
* Tue Apr 10 2018 Kalev Lember <klember@redhat.com> - 1.52.1-1
a41642b
- Update to 1.52.1
a41642b
95b3139
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 1.52.0-1
95b3139
- Update to 1.52.0
95b3139
fc9f284
* Sun Mar 11 2018 Kalev Lember <klember@redhat.com> - 1.51.92-1
fc9f284
- Update to 1.51.92
fc9f284
f7d6c9f
* Wed Feb 21 2018 Kalev Lember <klember@redhat.com> - 1.51.91-1
f7d6c9f
- Update to 1.51.91
f7d6c9f
b8c74b1
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.51.90-2
b8c74b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b8c74b1
44f7bf1
* Mon Feb 05 2018 Kalev Lember <klember@redhat.com> - 1.51.90-1
44f7bf1
- Update to 1.51.90
e5e6548
- Drop ldconfig scriptlets
aa3bc3a
- Filter provides for private libraries
44f7bf1
f0722c0
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.50.4-2
f0722c0
- Switch to %%ldconfig_scriptlets
f0722c0
3abedeb
* Sun Jan 28 2018 Kalev Lember <klember@redhat.com> - 1.50.4-1
3abedeb
- Update to 1.50.4
3abedeb
c403351
* Thu Jan 18 2018 Kalev Lember <klember@redhat.com> - 1.50.3-1
c403351
- Update to 1.50.3
c403351
bb26ee0
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 1.50.2-1
bb26ee0
- Update to 1.50.2
bb26ee0
2ba8b82
* Mon Oct 09 2017 Kalev Lember <klember@redhat.com> - 1.50.1-1
2ba8b82
- Update to 1.50.1
2ba8b82
a9b6fb7
* Wed Sep 20 2017 Kalev Lember <klember@redhat.com> - 1.50.0-1
a9b6fb7
- Update to 1.50.0
a9b6fb7
82d5edf
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.49.3-3
82d5edf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
82d5edf
e05538c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.49.3-2
e05538c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e05538c
04c2631
* Sun Jun 25 2017 Kalev Lember <klember@redhat.com> - 1.49.3-1
04c2631
- Update to 1.49.3
04c2631
Bastien Nocera 1356007
* Tue Jun 13 2017 Bastien Nocera <bnocera@redhat.com> - 1.49.2-2
Bastien Nocera 1356007
+ gjs-1.49.2-2
Bastien Nocera 1356007
- Add fix for possible use-after-free crasher (bgo #781799)
Bastien Nocera 1356007
13be05e
* Mon Jun 12 2017 Kalev Lember <klember@redhat.com> - 1.49.2-1
13be05e
- Update to 1.49.2
13be05e
ad268f1
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.48.3-2
ad268f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
ad268f1
68b7a96
* Tue May 09 2017 Kalev Lember <klember@redhat.com> - 1.48.3-1
68b7a96
- Update to 1.48.3
68b7a96
f6d587d
* Fri Apr 21 2017 Kalev Lember <klember@redhat.com> - 1.48.2-1
f6d587d
- Update to 1.48.2
f6d587d
a2643fa
* Tue Apr 11 2017 Kalev Lember <klember@redhat.com> - 1.48.1-1
a2643fa
- Update to 1.48.1
a2643fa
91cb588
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 1.48.0-1
91cb588
- Update to 1.48.0
91cb588
30faeaf
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 1.47.92-1
30faeaf
- Update to 1.47.92
30faeaf
093fa5e
* Wed Mar 01 2017 Kalev Lember <klember@redhat.com> - 1.47.91-1
093fa5e
- Update to 1.47.91
093fa5e
1f7f230
* Wed Feb 15 2017 Kalev Lember <klember@redhat.com> - 1.47.90-1
1f7f230
- Update to 1.47.90
1f7f230
- Switch to building with mozjs38
8d2672b
- Set minimum required glib2 and gtk3 versions
1f7f230
e7e2880
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.47.4-2
e7e2880
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e7e2880
e1ab1e4
* Sun Jan 15 2017 Kalev Lember <klember@redhat.com> - 1.47.4-1
e1ab1e4
- Update to 1.47.4
0fecc7a
- Remove lib64 rpaths
e1ab1e4
Igor Gnatenko d17656f
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.47.0-2
Igor Gnatenko d17656f
- Rebuild for readline 7.x
Igor Gnatenko d17656f
Florian Müllner 8f6b6dd
* Thu Nov 10 2016 Florian Müllner <fmuellner@redhat.com> - 3.47.0-1
Florian Müllner 8f6b6dd
- Update to 1.47.0
Florian Müllner 8f6b6dd
07a2186
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 1.46.0-1
07a2186
- Update to 1.46.0
9eca0cc
- Don't set group tags
250b53f
- Use make_install macro
07a2186
Florian Müllner 2a5ab85
* Tue Jul 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.1.45.4-1
Florian Müllner 2a5ab85
- Update to 1.45.4
Florian Müllner 2a5ab85
0a30222
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.45.3-2
0a30222
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0a30222
2b43991
* Fri Dec 18 2015 Kalev Lember <klember@redhat.com> - 1.45.3-1
2b43991
- Update to 1.45.3
5486eb4
- Update project URL
2b43991
707f86a
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 1.44.0-1
707f86a
- Update to 1.44.0
fb1713b
- Use license macro for COPYING
707f86a
48a1b4b
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.43.3-3
48a1b4b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
48a1b4b
2075ddc
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.43.3-2
2075ddc
- Rebuilt for GCC 5 C++11 ABI change
2075ddc
Richard Hughes 70c4149
* Mon Dec 29 2014 Richard Hughes <rhughes@redhat.com> - 1.43.3-1
Richard Hughes 70c4149
- Update to 1.43.3
Richard Hughes 70c4149
77c02bb
* Mon Sep 29 2014 Kalev Lember <kalevlember@gmail.com> - 1.42.0-1
77c02bb
- Update to 1.42.0
77c02bb
914e9b8
* Fri Sep  5 2014 Vadim Rutkovsky <vrutkovs@redhat.com> - 1.41.91-2
914e9b8
- Build installed tests
914e9b8
72e9747
* Mon Sep 01 2014 Kalev Lember <kalevlember@gmail.com> - 1.41.91-1
72e9747
- Update to 1.41.91
72e9747
3553d47
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.41.4-2
3553d47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
3553d47
3a7264e
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.41.4-1
3a7264e
- Update to 1.41.4
3a7264e
Richard Hughes 6a947f1
* Thu Jun 26 2014 Richard Hughes <rhughes@redhat.com> - 1.41.3-1
Richard Hughes 6a947f1
- Update to 1.41.3
Richard Hughes 6a947f1
21bbbf1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.40.1-2
21bbbf1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
21bbbf1
8b6b0fa
* Tue Apr 15 2014 Kalev Lember <kalevlember@gmail.com> - 1.40.1-1
8b6b0fa
- Update to 1.40.1
8b6b0fa
3280c5d
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 1.40.0-2
3280c5d
- Tighten -devel deps
e8dc353
- Set minimum gobject-introspection version
3280c5d
Richard Hughes 1dd01a9
* Tue Mar 25 2014 Richard Hughes <rhughes@redhat.com> - 1.40.0-1
Richard Hughes 1dd01a9
- Update to 1.40.0
Richard Hughes 1dd01a9
Richard Hughes 2de63fa
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 1.39.91-1
Richard Hughes 2de63fa
- Update to 1.39.91
Richard Hughes 2de63fa
Richard Hughes d7b08fa
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 1.39.90-1
Richard Hughes d7b08fa
- Update to 1.39.90
Richard Hughes d7b08fa
4c095a7
* Wed Feb 05 2014 Adam Williamson <awilliam@redhat.com> - 1.39.3-2
4c095a7
- build against mozjs24
4c095a7
Richard Hughes 982ac6b
* Wed Jan 29 2014 Richard Hughes <rhughes@redhat.com> - 1.39.3-1
Richard Hughes 982ac6b
- Update to 1.39.3
Richard Hughes 982ac6b
Debarshi Ray 0003c28
*  Wed Nov 20 2013 Jasper St. Pierre <jstpierre@mecheye.net> - 1.39.0-1
Debarshi Ray 0003c28
- Update to 1.39.0
Debarshi Ray 0003c28
52768d2
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 1.38.1-1
52768d2
- Update to 1.38.1
52768d2
462a8e2
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 1.38.0-1
462a8e2
- Update to 1.38.0
462a8e2
1e5bcab
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 1.37.6-1
1e5bcab
- Update to 1.37.6
1e5bcab
6d19100
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.37.4-2
6d19100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6d19100
Richard Hughes 92581a8
* Tue Jul 16 2013 Richard Hughes <rhughes@redhat.com> - 1.37.4-1
Richard Hughes 92581a8
- Update to 1.37.4
Richard Hughes 92581a8
Colin Walters 095ad6f
* Tue May 28 2013 Colin Walters <walters@verbum.org> - 1.37.1-1
Colin Walters 2cc0940
- Update to 1.37.1, and switch to mozjs17
Colin Walters 095ad6f
95a50fb
* Mon Apr 29 2013 Kalev Lember <kalevlember@gmail.com> - 1.36.1-1
95a50fb
- Update to 1.36.1
95a50fb
1a803ea
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 1.36.0-1
1a803ea
- Update to 1.36.0
1a803ea
f90e5bc
* Thu Mar 21 2013 Kalev Lember <kalevlember@gmail.com> - 1.35.9-1
f90e5bc
- Update to 1.35.9
f90e5bc
Richard Hughes 9ee94a0
* Wed Feb 20 2013 Richard Hughes <rhughes@redhat.com> - 1.35.8-1
Richard Hughes 9ee94a0
- Update to 1.35.8
Richard Hughes 9ee94a0
df3087d
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.35.4-2
df3087d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
df3087d
c7d9e91
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 1.35.4-1
c7d9e91
- Update to 1.35.4
c7d9e91
21078ea
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 1.35.3-1
21078ea
- Update to 1.35.3
21078ea
Richard Hughes 4a51d64
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 1.35.2-1
Richard Hughes 4a51d64
- Update to 1.35.2
Richard Hughes 4a51d64
90c339a
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 1.34.0-1
90c339a
- Update to 1.34.0
90c339a
Richard Hughes e86d92c
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 1.33.14-1
Richard Hughes e86d92c
- Update to 1.33.14
Richard Hughes e86d92c
Richard Hughes 8abc5bb
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 1.33.10-1
Richard Hughes 8abc5bb
- Update to 1.33.10
Richard Hughes 8abc5bb
Richard Hughes 94da224
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 1.33.9-1
Richard Hughes 94da224
- Update to 1.33.9
Richard Hughes 94da224
2039ad3
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.33.4-2
2039ad3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2039ad3
Richard Hughes 217f7b2
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 1.33.4-1
Richard Hughes 217f7b2
- Update to 1.33.4
Richard Hughes 217f7b2
ddfed55
* Thu Jul  5 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.33.3-2
ddfed55
- Enable verbose build
ddfed55
Richard Hughes 948efe7
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 1.33.3-1
Richard Hughes 948efe7
- Update to 1.33.3
Richard Hughes 948efe7
0651f8d
* Sat Jun  9 2012 Matthias Clasen <mclasen@redhat.com> - 1.33.2-2
0651f8d
- Fix the build
0651f8d
Richard Hughes 5c359ec
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 1.33.2-1
Richard Hughes 5c359ec
- Update to 1.33.2
Richard Hughes 5c359ec
Richard Hughes d39bbd8
* Wed Mar 28 2012 Richard Hughes <hughsient@gmail.com> - 1.32.0-1
Richard Hughes d39bbd8
- Update to 1.32.0
Richard Hughes d39bbd8
01898f2
* Wed Mar 21 2012 Matthias Clasen <mclasen@redhat.com> - 1.31.22-1
01898f2
- Update to 1.31.22
01898f2
01c8edb
* Mon Mar  5 2012 Matthias Clasen <mclasen@redhat.com> - 1.31.20-1
01c8edb
- Update to 1.31.20
01c8edb
97f244c
* Tue Feb  7 2012 Colin Walters <walters@verbum.org> - 1.31.10-2
97f244c
- Drop custom .gir/.typelib directories; see upstream commit
97f244c
  ea4d639eab307737870479b6573d5dab9fb2915a
97f244c
027df3f
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 1.31.10-1
027df3f
- 1.31.10
027df3f
cb853cb
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.31.6-2
cb853cb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
cb853cb
0f08ed0
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> 1.31.6-1
0f08ed0
- 1.31.6
0f08ed0
008f98f
* Fri Dec 02 2011 Karsten Hopp <karsten@redhat.com> 1.31.0-2
008f98f
- fix crash on PPC, bugzilla 749604
008f98f
2bdadbf
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 1.31.0-1
2bdadbf
- Update to 1.31.0
2bdadbf
87fee55
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1.30.0-1
87fee55
- Update to 1.30.0
87fee55
442795d
* Wed Sep 21 2011 Matthias Clasen <mclasen@redhat.com> 1.29.18-1
442795d
- Update to 1.29.18
442795d
Luis Bazan 7e81cad
* Mon Sep 05 2011 Luis Bazan <bazanluis20@gmail.com> 1.29.17-2
Luis Bazan 7e81cad
- mass rebuild
Luis Bazan 7e81cad
1a43b85
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> 1.29.17-1
1a43b85
- Update to 1.29.17
1a43b85
0db9eaf
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> 1.29.16-1
484228a
- Update to 1.29.16
484228a
Colin Walters 2af5412
* Thu Jul 28 2011 Colin Walters <walters@verbum.org> - 1.29.0-3
Colin Walters 2af5412
- BR latest g-i to fix build issue
Colin Walters 2af5412
cf3354d
* Mon Jun 27 2011 Adam Williamson <awilliam@redhat.com> - 1.29.0-2
cf3354d
- build against js, not gecko (from f15 branch, but patch not needed)
cf3354d
- BR cairo-devel (also from f15)
cf3354d
e62399c
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.29.0-1
e62399c
- Update to 1.29.0
e62399c
Christopher Aillon 3dc9f54
* Thu Apr 28 2011 Christopher Aillon <caillon@redhat.com> - 0.7.14-3
Christopher Aillon 3dc9f54
- Rebuild against newer gecko
Christopher Aillon 3dc9f54
Colin Walters 6d1252e
* Thu Apr 14 2011 Colin Walters <walters@verbum.org> - 0.7.14-2
Colin Walters 6d1252e
- BR readline; closes #696254
Colin Walters 6d1252e
Colin Walters 88d589b
* Mon Apr  4 2011 Colin Walters <walters@verbum.org> - 0.7.14-1
Colin Walters 88d589b
- Update to 0.7.14; fixes notification race condition on login
Colin Walters 88d589b
Christopher Aillon bfa633c
* Tue Mar 22 2011 Christopher Aillon <caillon@redhat.com> - 0.7.13-3
Christopher Aillon bfa633c
- Rebuild against newer gecko
Christopher Aillon bfa633c
Christopher Aillon cf2618a
* Fri Mar 18 2011 Christopher Aillon <caillon@redhat.com> - 0.7.13-2
Christopher Aillon cf2618a
- Rebuild against newer gecko
Christopher Aillon cf2618a
Colin Walters 47581cb
* Thu Mar 10 2011 Colin Walters <walters@verbum.org> - 0.7.13-1
Colin Walters 47581cb
- Update to 0.7.13
Colin Walters 47581cb
Christopher Aillon ef9c0b7
* Wed Mar  9 2011 Christopher Aillon <caillon@redhat.com> - 0.7.11-3
Christopher Aillon ef9c0b7
- Rebuild against newer gecko
Christopher Aillon ef9c0b7
Christopher Aillon b860a5b
* Fri Feb 25 2011 Christopher Aillon <caillon@redhat.com> - 0.7.11-2
Christopher Aillon b860a5b
- Rebuild against newer gecko
Christopher Aillon b860a5b
Owen W. Taylor 3fdcba5
* Tue Feb 22 2011 Owen Taylor <otaylor@redhat.com> - 0.7.11-1
Owen W. Taylor 3fdcba5
- Update to 0.7.11
Owen W. Taylor 3fdcba5
Christopher Aillon fd981f4
* Thu Feb 10 2011 Christopher Aillon <caillon@redhat.com> - 0.7.10-4
Christopher Aillon fd981f4
- Require gecko-libs instead of xulrunner
Christopher Aillon fd981f4
Colin Walters 5fb8d0b
* Wed Feb  9 2011 Colin Walters <walters@verbum.org> - 0.7.10-3
Colin Walters 5fb8d0b
- Add a hardcoded Requires on xulrunner; see comment
Colin Walters 5fb8d0b
615dedd
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.10-2
615dedd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
615dedd
Colin Walters a63ebf9
* Tue Jan 25 2011 Colin Walters <walters@verbum.org> - 0.7.10-1
Colin Walters a63ebf9
- New upstream release
Colin Walters a63ebf9
Christopher Aillon 3ffb1b9
* Tue Jan 25 2011 Christopher Aillon <caillon@redhat.com> - 0.7.9-3
Christopher Aillon 3ffb1b9
- Rebuild for new xulrunner
Christopher Aillon 3ffb1b9
Christopher Aillon 3917b36
* Fri Jan 14 2011 Christopher Aillon <caillon@redhat.com> - 0.7.9-2
Christopher Aillon 3917b36
- Rebuild for new xulrunner
Christopher Aillon 3917b36
Colin Walters eb248a2
* Fri Jan 14 2011 Colin Walters <walters@verbum.org> - 0.7.9-1
Colin Walters eb248a2
- 0.7.9
Colin Walters eb248a2
Colin Walters 07fbe38
* Wed Jan 12 2011 Colin Walters <walters@verbum.org> - 0.7.8-1
Colin Walters 07fbe38
- Update to 0.7.8
Colin Walters 07fbe38
- Drop upstreamed patches
Colin Walters 07fbe38
- BR latest g-i for GI_TYPE_TAG_UNICHAR
Colin Walters 07fbe38
5f133f0
* Wed Dec 29 2010 Dan Williams <dcbw@redhat.com> - 0.7.7-3
5f133f0
- Work around Mozilla JS API changes
5f133f0
Colin Walters 1e24437
* Wed Dec 22 2010 Colin Walters <walters@verbum.org> - 0.7.7-2
Colin Walters 1e24437
- Remove rpath removal; we need an rpath on libmozjs, since
Colin Walters 1e24437
  it's in a nonstandard directory.
Colin Walters 1e24437
Owen W. Taylor ce982d8
* Mon Nov 15 2010 Owen Taylor <otaylor@redhat.com> - 0.7.7-1
Owen W. Taylor ce982d8
- Update to 0.7.7
Owen W. Taylor ce982d8
Owen W. Taylor 961194d
* Tue Nov  9 2010 Owen Taylor <otaylor@redhat.com> - 0.7.6-1
Owen W. Taylor 961194d
- Update to 0.7.6
Owen W. Taylor 961194d
Owen W. Taylor 5c79bed
* Fri Oct 29 2010 Owen Taylor <otaylor@redhat.com> - 0.7.5-1
Owen W. Taylor 5c79bed
- Update to 0.7.5
Owen W. Taylor 5c79bed
Owen W. Taylor dd83838
* Mon Oct  4 2010 Owen Taylor <otaylor@redhat.com> - 0.7.4-1
Owen W. Taylor dd83838
- Update to 0.7.4
Owen W. Taylor dd83838
70b0530
* Wed Jul 14 2010 Colin Walters <walters@verbum.org> - 0.7.1-3
70b0530
- Rebuild for new gobject-introspection
70b0530
ff00caf
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 0.7.1-2
a1f785d
- New upstream version
a1f785d
- Changes to allow builds from snapshots
a1f785d
49cdc25
* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> 0.7-1
49cdc25
- Update to 0.7
49cdc25
293d004
* Wed Mar 24 2010 Peter Robinson <pbrobinson@gmail.com> 0.6-1
293d004
- New upstream 0.6 stable release
293d004
3f09ed3
* Sat Feb 20 2010 Peter Robinson <pbrobinson@gmail.com> 0.5-1
3f09ed3
- New upstream 0.5 release
3f09ed3
7b1592c
* Thu Jan 14 2010 Peter Robinson <pbrobinson@gmail.com> 0.5-0.1
7b1592c
- Move to git snapshot to fix compile against xulrunner 1.9.2.1
7b1592c
44f6fbc
* Thu Aug 27 2009 Peter Robinson <pbrobinson@gmail.com> 0.4-1
44f6fbc
- New upstream 0.4 release
44f6fbc
b1f69fb
* Fri Aug  7 2009 Peter Robinson <pbrobinson@gmail.com> 0.3-2
b1f69fb
- Updates from the review request
b1f69fb
b1f69fb
* Wed Jul  8 2009 Peter Robinson <pbrobinson@gmail.com> 0.3-1
b1f69fb
- New upstream release. Clarify licensing for review
b1f69fb
b1f69fb
* Sat Jun 27 2009 Peter Robinson <pbrobinson@gmail.com> 0.2-1
b1f69fb
- Initial packaging