2023-05-17 07:37:58 +00:00
|
|
|
%global _privatelibs libpxbackend-1.0[.]so.*
|
|
|
|
%global __provides_exclude ^(%{_privatelibs})$
|
|
|
|
%global __requires_exclude ^(%{_privatelibs})$
|
2011-04-12 15:37:33 +00:00
|
|
|
|
2009-01-23 15:09:44 +00:00
|
|
|
Name: libproxy
|
2023-07-07 21:18:29 +00:00
|
|
|
Version: 0.5.3
|
2023-07-20 11:49:45 +00:00
|
|
|
Release: 2%{?dist}
|
2009-01-23 15:09:44 +00:00
|
|
|
Summary: A library handling all the details of proxy configuration
|
|
|
|
|
2023-05-17 07:37:58 +00:00
|
|
|
License: LGPL-2.1-or-later
|
2016-02-29 11:27:32 +00:00
|
|
|
URL: https://libproxy.github.io/libproxy/
|
2023-05-24 07:10:27 +00:00
|
|
|
Source0: https://github.com/libproxy/%{name}/archive/refs/tags/%{version}.tar.gz
|
2023-05-17 07:37:58 +00:00
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: /usr/bin/gi-docgen
|
|
|
|
BuildRequires: /usr/bin/vapigen
|
|
|
|
|
2022-07-20 22:21:24 +00:00
|
|
|
BuildRequires: pkgconfig(duktape)
|
2023-05-17 07:37:58 +00:00
|
|
|
BuildRequires: pkgconfig(gio-2.0) >= 2.71.3
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
|
BuildRequires: pkgconfig(libcurl)
|
2016-04-04 08:43:52 +00:00
|
|
|
BuildRequires: python3-devel
|
2023-05-17 07:37:58 +00:00
|
|
|
# For config-gnome
|
|
|
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
|
|
|
|
|
|
|
# Folded into main package in 0.5.0. Remove in F41.
|
|
|
|
Provides: python3-%{name} = %{version}-%{release}
|
|
|
|
Provides: %{name}-pac = %{version}-%{release}
|
|
|
|
|
|
|
|
# Obsoletes of subpackages prior to 0.5.0 rewrite. Remove in F41.
|
|
|
|
Provides: %{name}-gnome = %{version}-%{release}
|
|
|
|
Obsoletes: %{name}-gnome < %{version}-%{release}
|
|
|
|
Provides: %{name}-kde = %{version}-%{release}
|
|
|
|
Obsoletes: %{name}-kde < %{version}-%{release}
|
|
|
|
Provides: %{name}-mozjs = %{version}-%{release}
|
|
|
|
Obsoletes: %{name}-mozjs < %{version}-%{release}
|
|
|
|
Provides: %{name}-pacrunner = %{version}-%{release}
|
|
|
|
Obsoletes: %{name}-pacrunner < %{version}-%{release}
|
|
|
|
Provides: %{name}-webkitgtk4 = %{version}-%{release}
|
|
|
|
Obsoletes: %{name}-webkitgtk4 < %{version}-%{release}
|
2023-05-23 00:23:06 +00:00
|
|
|
Provides: %{name}-duktape = %{version}-%{release}
|
|
|
|
Obsoletes: %{name}-duktape < %{version}-%{release}
|
2010-11-24 11:02:09 +00:00
|
|
|
|
2009-01-23 15:09:44 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
libproxy offers the following features:
|
|
|
|
|
2023-05-23 00:23:06 +00:00
|
|
|
* extremely small core footprint
|
|
|
|
* minimal dependencies within libproxy core
|
|
|
|
* only 4 functions in the stable-ish external API
|
2009-01-23 15:09:44 +00:00
|
|
|
* dynamic adjustment to changing network topology
|
|
|
|
* a standard way of dealing with proxy settings across all scenarios
|
2020-08-04 06:40:44 +00:00
|
|
|
* a sublime sense of joy and accomplishment
|
2009-01-23 15:09:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
%package bin
|
|
|
|
Summary: Binary to test %{name}
|
2016-02-29 09:54:40 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2009-01-23 15:09:44 +00:00
|
|
|
|
|
|
|
%description bin
|
|
|
|
The %{name}-bin package contains the proxy binary for %{name}
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
2016-02-29 09:54:40 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2009-01-23 15:09:44 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
%prep
|
2023-05-24 07:10:27 +00:00
|
|
|
%autosetup -p1
|
2010-11-24 11:02:09 +00:00
|
|
|
|
2017-01-01 17:56:33 +00:00
|
|
|
|
2009-01-23 15:09:44 +00:00
|
|
|
%build
|
2023-05-17 07:37:58 +00:00
|
|
|
%meson \
|
|
|
|
-Dconfig-gnome=true \
|
|
|
|
-Dconfig-kde=true \
|
|
|
|
-Dconfig-osx=false \
|
|
|
|
-Dconfig-windows=false \
|
|
|
|
-Dintrospection=true \
|
|
|
|
-Dtests=true \
|
|
|
|
-Dvapi=true
|
|
|
|
%meson_build
|
2010-03-24 23:39:12 +00:00
|
|
|
|
2010-09-06 19:17:34 +00:00
|
|
|
|
|
|
|
%install
|
2023-05-17 07:37:58 +00:00
|
|
|
%meson_install
|
2010-09-06 15:38:24 +00:00
|
|
|
|
2016-04-04 08:43:52 +00:00
|
|
|
|
2010-07-03 20:30:02 +00:00
|
|
|
%check
|
2023-05-17 07:37:58 +00:00
|
|
|
%meson_test
|
2009-01-23 15:09:44 +00:00
|
|
|
|
2018-05-04 08:51:24 +00:00
|
|
|
%ldconfig_scriptlets
|
2009-01-23 15:09:44 +00:00
|
|
|
|
|
|
|
|
2020-08-04 06:40:44 +00:00
|
|
|
%files
|
2023-05-17 07:37:58 +00:00
|
|
|
%doc CHANGELOG.md README.md
|
2016-02-29 10:00:05 +00:00
|
|
|
%license COPYING
|
2023-05-17 07:37:58 +00:00
|
|
|
%dir %{_libdir}/girepository-1.0
|
|
|
|
%{_libdir}/girepository-1.0/Libproxy-1.0.typelib
|
|
|
|
%{_libdir}/libproxy.so.*
|
|
|
|
%dir %{_libdir}/libproxy
|
|
|
|
%{_libdir}/libproxy/libpxbackend-1.0.so
|
2009-01-23 15:09:44 +00:00
|
|
|
|
|
|
|
%files bin
|
|
|
|
%{_bindir}/proxy
|
2023-05-17 07:37:58 +00:00
|
|
|
%{_mandir}/man8/proxy.8*
|
2013-07-18 13:30:13 +00:00
|
|
|
|
2009-01-23 15:09:44 +00:00
|
|
|
%files devel
|
2023-05-17 07:37:58 +00:00
|
|
|
%{_docdir}/libproxy-1.0/
|
|
|
|
%{_includedir}/libproxy/
|
|
|
|
%{_libdir}/libproxy.so
|
2009-01-23 15:09:44 +00:00
|
|
|
%{_libdir}/pkgconfig/libproxy-1.0.pc
|
2023-05-17 07:37:58 +00:00
|
|
|
%dir %{_datadir}/gir-1.0
|
|
|
|
%{_datadir}/gir-1.0/Libproxy-1.0.gir
|
|
|
|
%dir %{_datadir}/vala/vapi/
|
|
|
|
%{_datadir}/vala/vapi/libproxy-1.0.deps
|
|
|
|
%{_datadir}/vala/vapi/libproxy-1.0.vapi
|
2009-01-23 15:09:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2023-07-20 11:49:45 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-07-07 21:18:29 +00:00
|
|
|
* Fri Jul 07 2023 David King <amigadave@amigadave.com> - 0.5.3-1
|
|
|
|
- Update to 0.5.3
|
|
|
|
|
2023-06-18 10:25:06 +00:00
|
|
|
* Sun Jun 18 2023 David King <amigadave@amigadave.com> - 0.5.2-1
|
|
|
|
- Update to 0.5.2
|
|
|
|
|
2023-05-24 07:10:27 +00:00
|
|
|
* Wed May 24 2023 David King <amigadave@amigadave.com> - 0.5.1-1
|
|
|
|
- Update to 0.5.1
|
|
|
|
|
2023-05-23 07:26:53 +00:00
|
|
|
* Tue May 23 2023 David King <amigadave@amigadave.com> - 0.5.0-3
|
|
|
|
- Fix libproxy rpath (#2209173)
|
|
|
|
|
2023-05-23 00:23:06 +00:00
|
|
|
* Mon May 22 2023 Adam Williamson <awilliam@redhat.com> - 0.5.0-2
|
|
|
|
- Add missing obsolete/provide for libproxy-duktape
|
|
|
|
|
2023-05-17 07:37:58 +00:00
|
|
|
* Tue May 16 2023 David King <amigadave@amigadave.com> - 0.5.0-1
|
|
|
|
- Update to 0.5.0
|
|
|
|
|
2023-02-08 18:09:14 +00:00
|
|
|
* Wed Feb 08 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 0.4.18-6
|
|
|
|
- Soften KDE dependency
|
|
|
|
|
2023-01-19 17:12:32 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.18-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-12-16 18:47:20 +00:00
|
|
|
* Fri Dec 16 2022 František Zatloukal <fzatlouk@redhat.com> - 0.4.18-4
|
|
|
|
- Rebuilt for duktape 2.7.0
|
|
|
|
|
2022-07-20 22:21:24 +00:00
|
|
|
* Wed Jul 20 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 0.4.18-3
|
|
|
|
- Replace WebKitGTK pacrunner backend with duktape
|
|
|
|
|
2022-07-19 13:51:54 +00:00
|
|
|
* Tue Jul 19 2022 Milan Crha <mcrha@redhat.com> - 0.4.18-2
|
|
|
|
- Change WebKitGTK API dependency to 4.1 (using libsoup3)
|
|
|
|
|
2022-06-21 14:42:18 +00:00
|
|
|
* Tue Jun 21 2022 David King <amigadave@amigadave.com> - 0.4.18-1
|
|
|
|
- Update to 0.4.18
|
|
|
|
|
2022-06-20 10:47:13 +00:00
|
|
|
* Mon Jun 20 2022 David King <amigadave@amigadave.com> - 0.4.17-6
|
|
|
|
- Accept Python 3.11 (#2098739)
|
2022-06-13 13:08:55 +00:00
|
|
|
|
2022-03-28 11:54:33 +00:00
|
|
|
* Mon Mar 28 2022 David King <amigadave@amigadave.com> - 0.4.17-5
|
|
|
|
- Fix build (#2069137)
|
|
|
|
|
2022-01-20 17:01:08 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.17-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-22 12:09:02 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.17-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-21 16:15:24 +00:00
|
|
|
* Mon Jun 21 2021 David King <amigadave@amigadave.com> - 0.4.17-2
|
|
|
|
- Rebuilt for Python 3.10 (#1898060)
|
2021-06-04 18:09:50 +00:00
|
|
|
|
2021-05-28 18:38:20 +00:00
|
|
|
* Fri May 28 2021 David King <amigadave@amigadave.com> - 0.4.17-1
|
|
|
|
- Update to 0.4.17
|
|
|
|
|
2021-01-26 17:48:06 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-30
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-11-30 10:44:43 +00:00
|
|
|
* Mon Nov 30 2020 David King <amigadave@amigadave.com> - 0.4.15-29
|
|
|
|
- Tweak KDE conditionals to only apply at runtime
|
|
|
|
|
2020-11-30 10:01:22 +00:00
|
|
|
* Mon Nov 30 2020 David King <amigadave@amigadave.com> - 0.4.15-28
|
|
|
|
- Depend on KDE only on Fedora (#1902608)
|
|
|
|
|
2020-10-06 07:42:56 +00:00
|
|
|
* Tue Oct 06 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 0.4.15-27
|
|
|
|
- Disable mozjs backend by default, obsolete it by webkit subpackage
|
|
|
|
|
2020-09-29 17:01:26 +00:00
|
|
|
* Tue Sep 29 2020 David King <amigadave@amigadave.com> - 0.4.15-26
|
|
|
|
- Fix PAC buffer overflow (#1883584)
|
|
|
|
|
2020-09-18 12:15:26 +00:00
|
|
|
* Fri Sep 18 2020 David King <amigadave@amigadave.com> - 0.4.15-25
|
|
|
|
- Fix CVE-2020-25219 (#1880350)
|
|
|
|
|
2020-08-18 15:30:38 +00:00
|
|
|
* Tue Aug 18 2020 Jeff Law <law@redhat.com> - 0.4.15-24
|
|
|
|
- Force C++14 as this code is not C++17 ready
|
|
|
|
|
2020-08-04 08:01:17 +00:00
|
|
|
* Tue Aug 04 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 0.4.15-23
|
|
|
|
- build with mozjs68
|
|
|
|
- backport use after free fix for mozjs backend
|
|
|
|
|
2020-08-04 06:40:44 +00:00
|
|
|
* Tue Aug 04 2020 Frantisek Zatloukal <fzatlouk@redhat.com> - 0.4.15-22
|
|
|
|
- Fix build by switching to cmake macros instead of make
|
|
|
|
|
2020-08-01 04:06:54 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-21
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-28 05:23:08 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-20
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-05-26 07:09:47 +00:00
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.4.15-19
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
2020-02-13 13:02:39 +00:00
|
|
|
* Thu Feb 13 2020 David King <amigadave@amigadave.com> - 0.4.15-18
|
|
|
|
- Fix build against Python 3.9 (#1791942)
|
|
|
|
|
2020-01-29 10:07:01 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-10-03 11:55:57 +00:00
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.4.15-16
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
|
2019-08-19 08:18:25 +00:00
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.4.15-15
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
2019-07-25 14:10:45 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-08 09:28:25 +00:00
|
|
|
* Fri Feb 08 2019 Kalev Lember <klember@redhat.com> - 0.4.15-13
|
|
|
|
- Build with mozjs60
|
|
|
|
|
2019-02-01 08:00:41 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-11-22 11:38:03 +00:00
|
|
|
* Thu Nov 22 2018 David King <amigadave@amigadave.com> - 0.4.15-11
|
|
|
|
- Add Obsoletes on old Python 2 subpackage (#1634211)
|
|
|
|
|
2018-09-20 11:17:43 +00:00
|
|
|
* Thu Sep 20 2018 David King <amigadave@amigadave.com> - 0.4.15-10
|
|
|
|
- Remove Python 2 subpackage (#1631331)
|
|
|
|
|
2018-08-26 21:09:10 +00:00
|
|
|
* Sun Aug 26 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.4.15-9
|
|
|
|
- Add patch and build against mozjs 52
|
|
|
|
|
2018-07-20 09:34:45 +00:00
|
|
|
* Fri Jul 20 2018 David King <amigadave@amigadave.com> - 0.4.15-8
|
|
|
|
- Provide direct path to Python 2 (#1604646)
|
|
|
|
|
2018-07-13 08:41:24 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-19 08:46:21 +00:00
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.4.15-7
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-05-04 08:42:50 +00:00
|
|
|
* Fri May 04 2018 David King <amigadave@amigadave.com> - 0.4.15-6
|
|
|
|
- Resurrect an old patch (#1459779)
|
2018-05-04 08:48:26 +00:00
|
|
|
- Add BuildRequires on gcc-c++
|
2018-05-04 08:51:24 +00:00
|
|
|
- Switch to %%ldconfig_scriptlets
|
2018-05-04 08:55:24 +00:00
|
|
|
- Remove obsolete Group tags
|
2018-05-04 08:42:50 +00:00
|
|
|
|
2018-02-07 23:05:31 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 02:06:52 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 19:33:32 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.15-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-13 07:00:26 +00:00
|
|
|
* Thu Jul 13 2017 David King <amigadave@amigadave.com> - 0.4.15-2
|
|
|
|
- Use pkgconfig for BuildRequires
|
2017-07-13 07:03:13 +00:00
|
|
|
- Fix crash in pacrunner module (#1459779)
|
2017-07-13 07:00:26 +00:00
|
|
|
|
2017-05-16 09:08:51 +00:00
|
|
|
* Tue May 16 2017 Peter Robinson <pbrobinson@fedoraproject.org> 0.4.15-1
|
|
|
|
- Update to 0.4.15
|
|
|
|
|
2017-02-10 19:18:29 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.14-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-09 14:41:38 +00:00
|
|
|
* Mon Jan 09 2017 David King <amigadave@amigadave.com> - 0.4.14-1
|
|
|
|
- Update to 0.4.14
|
|
|
|
|
2017-01-01 17:56:33 +00:00
|
|
|
* Sun Jan 01 2017 David King <amigadave@amigadave.com> - 0.4.13-1
|
2017-01-01 11:02:18 +00:00
|
|
|
- Update to 0.4.13
|
|
|
|
|
2016-12-19 17:20:36 +00:00
|
|
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.4.12-5
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-07-19 07:43:24 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.12-4
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-04-04 08:43:52 +00:00
|
|
|
* Mon Apr 04 2016 David King <amigadave@amigadave.com> - 0.4.12-3
|
|
|
|
- Install bindings for both Python 2 and 3 (#1323251)
|
|
|
|
|
2016-03-04 17:24:38 +00:00
|
|
|
* Fri Mar 04 2016 David King <amigadave@amigadave.com> - 0.4.12-2
|
|
|
|
- Fix a Python bindings crash on 64-bit systems (#1296817)
|
|
|
|
|
2016-02-29 11:27:32 +00:00
|
|
|
* Mon Feb 29 2016 David King <amigadave@amigadave.com> - 0.4.12-1
|
|
|
|
- Update to 0.4.12
|
2016-02-29 08:34:57 +00:00
|
|
|
- Simplify conditional macros
|
2016-02-29 09:54:40 +00:00
|
|
|
- Use isa macro when requiring base package
|
2016-02-29 10:00:05 +00:00
|
|
|
- Use license macro for COPYING
|
2016-02-29 10:51:40 +00:00
|
|
|
- Use pkgconfig for BuildRequires
|
2016-02-29 12:45:14 +00:00
|
|
|
- Use javascriptcoregtk-4.0
|
2016-02-29 13:32:40 +00:00
|
|
|
- Apply an upstream patch to pair new[] with delete[]
|
2016-02-29 13:38:04 +00:00
|
|
|
- Fix slowdown in KDE plugin
|
2016-02-29 14:15:43 +00:00
|
|
|
- Make the pacrunner subpackage depend on pacrunner (#1171679)
|
2016-02-29 22:35:16 +00:00
|
|
|
- Install man page from Debian
|
2016-02-29 11:27:32 +00:00
|
|
|
|
2016-02-04 03:47:06 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.11-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 16:25:34 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.11-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-02 20:11:20 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.4.11-11
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2014-08-17 05:32:53 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.11-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 05:07:07 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.11-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-11-11 21:38:14 +00:00
|
|
|
* Mon Nov 11 2013 Dan Winship <danw@redhat.com> - 0.4.11-8
|
|
|
|
- Really fix the JS_AbortIfWrongThread crash (#998232)
|
|
|
|
|
2013-09-19 13:33:19 +00:00
|
|
|
* Thu Sep 19 2013 Dan Winship <danw@redhat.com> - 0.4.11-7
|
|
|
|
- Fix file descriptor leak (#911066)
|
|
|
|
- Fix crash when pacrunner fails (probably because of EMFILE...) (#998232)
|
|
|
|
|
2013-08-03 06:46:45 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.11-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-18 13:30:13 +00:00
|
|
|
* Thu Jul 18 2013 David Woodhouse <David.Woodhouse@intel.com> - 0.4.11-5
|
|
|
|
- Add PacRunner module now that Fedora has PacRunner
|
|
|
|
|
2013-07-03 12:57:54 +00:00
|
|
|
* Mon Jun 03 2013 Colin Walters <walters@redhat.com> - 0.4.11-4
|
2013-06-03 23:42:35 +00:00
|
|
|
- Add patch to build with mozjs17, use it by default
|
|
|
|
|
2013-02-14 05:07:27 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.11-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-04 15:57:15 +00:00
|
|
|
* Thu Jan 3 2013 Dan Winship <danw@redhat.com> - 0.4.11-2
|
|
|
|
- Minor dependency fixes
|
|
|
|
|
2012-12-03 23:44:11 +00:00
|
|
|
* Mon Dec 03 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.4.11-1
|
|
|
|
- Update to 0.4.11 - CVE-2012-5580
|
|
|
|
|
2012-10-16 22:47:26 +00:00
|
|
|
* Tue Oct 16 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.4.10-1
|
|
|
|
- Update to 0.4.10
|
|
|
|
- Fix CVE-2012-4504
|
|
|
|
|
2012-07-19 20:57:03 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.7-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-02-27 15:45:56 +00:00
|
|
|
* Mon Feb 27 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.4.7-4
|
|
|
|
- Add upstream patches to use js rather than xulrunner
|
2012-02-28 23:10:07 +00:00
|
|
|
- Add patch to fix FTBFS on gcc 4.7
|
2012-02-27 15:45:56 +00:00
|
|
|
- Cleanup spec for latest updates and remove obsolete bits
|
|
|
|
|
2012-01-13 08:19:30 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.7-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-06 05:08:27 +00:00
|
|
|
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.4.7-2
|
|
|
|
- Rebuild for new libpng
|
|
|
|
|
2011-06-07 10:17:51 +00:00
|
|
|
* Tue Jun 07 2011 Nicolas Chauvet <kwizart@gmail.com> - 0.4.7-1
|
|
|
|
- Update to 0.4.7
|
|
|
|
- libproxy-1.0.pc is now reliable starting with 0.4.7
|
|
|
|
|
2011-04-12 15:37:33 +00:00
|
|
|
* Tue Apr 12 2011 Nicolas Chauvet <kwizart@gmail.com> - 0.4.7-0.1svn20110412
|
|
|
|
- Update to 0.4.7 svn20110412
|
|
|
|
- Add support for webkitgtk3
|
|
|
|
- Add support for xulrunner 2.0
|
|
|
|
- fix #683015 - libproxy fails with autoconfiguration
|
|
|
|
- fix #683018 - libproxy needs BR: NetworkManager-glib-devel (f14)
|
|
|
|
- Manually fix libproxy-1.0.pc version field - #664781 / #674854
|
2011-04-02 16:22:13 +00:00
|
|
|
|
2010-11-24 11:12:58 +00:00
|
|
|
* Wed Nov 24 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.4.6-3
|
2010-11-24 11:02:09 +00:00
|
|
|
- Fix mozjs/webkit obsoletion - rhbz#656849
|
|
|
|
- Workaround unreliable Version field in pkg-config - rhbz#656484
|
|
|
|
|
2010-11-07 18:05:07 +00:00
|
|
|
* Sun Nov 07 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.4.6-1
|
2010-09-07 11:49:46 +00:00
|
|
|
- Update to 0.4.6
|
2010-11-07 18:05:07 +00:00
|
|
|
- Fix python module not arch dependant
|
2010-09-07 11:49:46 +00:00
|
|
|
|
2010-09-06 21:07:56 +00:00
|
|
|
* Mon Sep 06 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.4.5-2
|
2010-09-06 14:58:05 +00:00
|
|
|
- Update to 0.4.5
|
|
|
|
- Disable mozjs on fedora >= 15
|
2010-09-06 21:30:58 +00:00
|
|
|
- Disable webkit
|
2010-09-06 15:28:33 +00:00
|
|
|
- Add libproxy bootstrap option to disable modules.
|
2010-08-31 12:15:30 +00:00
|
|
|
|
2010-07-22 02:17:32 +00:00
|
|
|
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.4.4-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
2010-07-13 08:07:40 +00:00
|
|
|
* Tue Jul 13 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.4.4-6
|
|
|
|
- Fix libproxy-1.0.pc
|
|
|
|
|
2010-07-05 19:41:16 +00:00
|
|
|
* Mon Jul 05 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.4.4-5
|
|
|
|
- Re-enable mozjs and webkit
|
|
|
|
|
2010-07-05 19:26:52 +00:00
|
|
|
* Mon Jul 05 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.4.4-4
|
|
|
|
- Disable mozjs to get around a build error temporarily
|
|
|
|
|
2010-07-05 18:07:17 +00:00
|
|
|
* Mon Jul 05 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.4.4-3
|
|
|
|
- Disable webkit subpackage in order to resolve circular dep
|
|
|
|
|
2010-07-03 20:45:46 +00:00
|
|
|
* Sat Jul 03 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.4.4-2
|
|
|
|
- Fix missing BuildRequires: libmodman-devel
|
|
|
|
|
2010-07-03 20:30:02 +00:00
|
|
|
* Sun Jun 13 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 0.4.4-1
|
|
|
|
- Update to 0.4.4
|
|
|
|
- Removed install workarounds (fixed upstream)
|
|
|
|
- Removed patches (fixed upstream)
|
|
|
|
- Moved -python to noarch
|
|
|
|
- Downgrade cmake requirement (upstream change)
|
|
|
|
- Disabled perl bindings
|
|
|
|
- Run tests
|
2010-03-24 23:39:12 +00:00
|
|
|
|
2010-03-11 22:53:45 +00:00
|
|
|
* Thu Mar 11 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.3.1-4
|
|
|
|
- Add missing libXmu-devel
|
|
|
|
|
2010-02-21 23:27:51 +00:00
|
|
|
* Sun Feb 21 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.3.1-4
|
2010-02-21 21:52:00 +00:00
|
|
|
- Globalism and update gecko to 1.9.2
|
2010-02-21 22:12:58 +00:00
|
|
|
- Avoid rpath on _libdir
|
2010-02-21 23:27:51 +00:00
|
|
|
- Fix BR for kde4 to kdelibs-devel
|
2010-02-21 21:52:00 +00:00
|
|
|
|
2009-12-27 12:10:05 +00:00
|
|
|
* Sun Dec 27 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.3.1-1
|
|
|
|
- Update to 0.3.1
|
|
|
|
- Avoid dependecies on -python and -bin subpackages
|
|
|
|
- Create -networkmanager sub-package.
|
|
|
|
|
2009-10-19 21:20:20 +00:00
|
|
|
* Thu Sep 24 2009 kwizart < kwizart at gmail.com > - 0.3.0-1
|
|
|
|
- Update to 0.3.0
|
|
|
|
|
2009-09-17 21:01:30 +00:00
|
|
|
* Thu Sep 17 2009 kwizart < kwizart at gmail.com > - 0.2.3-12
|
2020-08-04 06:40:44 +00:00
|
|
|
- Remove Requirement of %%{name}-pac virtual provides
|
2009-09-17 21:01:30 +00:00
|
|
|
from the main package - #524043
|
|
|
|
|
2009-07-25 08:29:44 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-03-09 08:53:24 +00:00
|
|
|
* Mon Mar 9 2009 kwizart < kwizart at gmail.com > - 0.2.3-10
|
|
|
|
- Rebuild for webkit
|
|
|
|
- Raise requirement for xulrunner to 1.9.1
|
|
|
|
|
2009-02-25 17:39:14 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-23 15:09:44 +00:00
|
|
|
* Thu Jan 22 2009 kwizart < kwizart at gmail.com > - 0.2.3-8
|
|
|
|
- Merge NetworkManager module into the main libproxy package
|
2020-08-04 06:40:44 +00:00
|
|
|
- Main Requires the -python and -bin subpackage
|
2009-01-23 15:09:44 +00:00
|
|
|
(splitted for multilibs compliance).
|
|
|
|
|
|
|
|
* Fri Oct 24 2008 kwizart < kwizart at gmail.com > - 0.2.3-7
|
|
|
|
- Disable Gnome/KDE default support via builtin modules.
|
|
|
|
(it needs to be integrated via Gconf2/neon instead).
|
|
|
|
|
|
|
|
* Tue Oct 21 2008 kwizart < kwizart at gmail.com > - 0.2.3-6
|
|
|
|
- Disable Obsoletes.
|
|
|
|
- Requires ev instead of evr for optionnals sub-packages.
|
|
|
|
|
|
|
|
* Tue Oct 21 2008 kwizart < kwizart at gmail.com > - 0.2.3-5
|
|
|
|
- Use conditionals build.
|
|
|
|
|
|
|
|
* Mon Sep 15 2008 kwizart < kwizart at gmail.com > - 0.2.3-4
|
|
|
|
- Remove plugin- in the name of the packages
|
|
|
|
|
|
|
|
* Mon Aug 4 2008 kwizart < kwizart at gmail.com > - 0.2.3-3
|
|
|
|
- Move proxy.h to libproxy/proxy.h
|
|
|
|
This will prevent it to be included in the default include path
|
|
|
|
- Split main to libs and util and use libproxy to install all
|
|
|
|
|
|
|
|
* Mon Aug 4 2008 kwizart < kwizart at gmail.com > - 0.2.3-2
|
|
|
|
- Rename binding-python to python
|
|
|
|
- Add Requires: gecko-libs >= %%{gecko_version}
|
|
|
|
- Fix some descriptions
|
|
|
|
- Add plugin-webkit package
|
2020-08-04 06:40:44 +00:00
|
|
|
|
2009-01-23 15:09:44 +00:00
|
|
|
* Fri Jul 11 2008 kwizart < kwizart at gmail.com > - 0.2.3-1
|
|
|
|
- Convert to Fedora spec
|
|
|
|
|
|
|
|
* Fri Jun 6 2008 - dominique-rpm@leuenberger.net
|
|
|
|
- Updated to version 0.2.3
|
|
|
|
* Wed Jun 4 2008 - dominique-rpm@leuenberger.net
|
|
|
|
- Extended spec file to build all available plugins
|
|
|
|
* Tue Jun 3 2008 - dominique-rpm@leuenberger.net
|
|
|
|
- Initial spec file for Version 0.2.2
|
|
|
|
|