Compare commits
121 commits
epel8-play
...
rawhide
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
754bdafbf4 | ||
|
|
700dc85968 | ||
|
|
b9ab9da73b | ||
|
|
9d49480031 | ||
|
|
8ef6a2791e | ||
|
|
bbd3307700 | ||
|
|
117e847311 | ||
|
|
cdc1954bf2 | ||
|
|
5af5ad483e | ||
|
|
39d852f03a | ||
|
|
df79673c8b |
||
|
|
6c1a775158 |
||
|
|
5ac34c5568 |
||
|
|
63443b2f57 | ||
|
|
674d1ac223 | ||
|
|
6fc119e1bd |
||
|
|
3cb4f775b2 |
||
|
|
de827bd1c9 |
||
|
|
0e3f0e6cea |
||
|
|
0ea73aa514 |
||
|
|
66da5cb769 |
||
|
|
cf01a2d4d9 | ||
|
|
d77009abaa | ||
|
|
20f8f1446d |
||
|
|
eba12c4532 | ||
|
|
c98d1a9b24 |
||
|
|
e5ae57a30b | ||
|
|
6a923e1002 |
||
|
|
1308d24ca2 |
||
|
|
1af400a895 |
||
|
|
eb8f35f2f3 |
||
|
|
55629abfe4 |
||
|
|
2bc715c682 |
||
|
|
a132845ecc |
||
|
|
cbfdb056ad | ||
|
|
dfefd65fb2 | ||
|
|
471f590981 | ||
|
|
d8a3bd3582 | ||
|
|
0455bbb447 | ||
|
|
100875c6b4 | ||
|
|
9aa464bb6b | ||
|
|
aa43d5bc2e | ||
|
|
718799d519 | ||
|
|
fab7ab8507 | ||
|
|
08e52f9dbc | ||
|
|
da7f1c8385 | ||
|
|
4bfed54d63 | ||
|
|
d9734f820b | ||
|
|
2972731c27 | ||
|
|
83fe0a8193 | ||
|
|
fbdb245d14 | ||
|
|
a872bd2645 | ||
|
|
103286b625 | ||
|
|
4966a87ae2 | ||
|
|
97ce4ec27f | ||
|
|
f6c2b021de | ||
|
|
493502c334 | ||
|
|
f7595e5f2a | ||
|
|
5c0c9c9f6b | ||
|
|
c4e887587d | ||
|
|
7a240d884e | ||
|
|
8075372d94 | ||
|
|
6fd574d175 | ||
|
|
3931217330 | ||
|
|
7337b2dabc | ||
|
|
b3e4fd66ad | ||
|
|
611022a3e4 | ||
|
|
91cde515b3 | ||
|
|
87bba21b47 | ||
|
|
c3a3065454 | ||
|
|
9bb2eac010 | ||
|
|
54d5f4b97d | ||
|
|
c1a4e16b5d | ||
|
|
3b6eadb1c4 | ||
|
|
4d279bf050 | ||
|
|
97e6dec90e | ||
|
|
810721cc0a | ||
|
|
800995b39b | ||
|
|
7683bd0623 | ||
|
|
f97104bafc | ||
|
|
14af4cda6c | ||
|
|
aaaec1322d | ||
|
|
55fbc31802 | ||
|
|
94ce57455d | ||
|
|
99913a2469 | ||
|
|
34859b3b76 | ||
|
|
6122ab50cf | ||
|
|
19dbf43e1c | ||
|
|
b7c5758573 | ||
|
|
e6a02bfc57 | ||
|
|
87078a269f | ||
|
|
904fb62148 | ||
|
|
ae7d9b62f5 | ||
|
|
f1a34fb063 | ||
|
|
585632145e | ||
|
|
4d9c7d7edb | ||
|
|
99c03ebc58 | ||
|
|
ba910637d5 | ||
|
|
640034b9cb | ||
|
|
6d26161022 | ||
|
fa9e6c9fe0 |
|||
|
3b3642a591 |
|||
|
|
10254f846d | ||
| d7403e259d | |||
| be8360142c | |||
| b9e20ae849 | |||
| 9350a1459a | |||
|
|
ec8c4837f7 | ||
|
|
16dbfd6fe9 | ||
| f0f476c1dd | |||
| e7d0680e94 | |||
| 636632c5f0 | |||
| b1297c6f72 | |||
| 91e908df68 | |||
| 6dd6df7a4d | |||
| fa83dd1540 | |||
|
|
4b94168038 | ||
|
|
9681d46d8d | ||
|
|
aad35fa9ba | ||
|
|
70b9a71759 | ||
| 7576b6cda1 |
3 changed files with 453 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -0,0 +1,5 @@
|
|||
*~
|
||||
*.rpm
|
||||
*.tar*
|
||||
results_*/
|
||||
/xed-1.4.0_to_master.patch
|
||||
1
sources
1
sources
|
|
@ -0,0 +1 @@
|
|||
SHA512 (xed-3.8.9.tar.gz) = bd72b1b4f41ecd352366cf193ebfbdd49f6bcdd8f0b347adc91c25ad1cc315cff8b13956dee51a43754cd81e508f06b2a592da2276bdb8f2ef43a12c516ea76d
|
||||
447
xed.spec
Normal file
447
xed.spec
Normal file
|
|
@ -0,0 +1,447 @@
|
|||
# Filter provides from plugins.
|
||||
%global __provides_exclude_from ^%{_libdir}/%{name}/plugins/.*$
|
||||
|
||||
Name: xed
|
||||
Version: 3.8.9
|
||||
Release: 4%{?dist}
|
||||
Summary: X-Apps [Text] Editor (Cross-DE, backward-compatible, GTK3, traditional UI)
|
||||
|
||||
# Automatically converted from old format: GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://github.com/linuxmint/%{name}
|
||||
Source0: %url/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gnome-common
|
||||
# Required for meson's gnome.generate_gir
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gspell-1)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gtksourceview-4)
|
||||
BuildRequires: pkgconfig(libpeas-gtk-1.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: python3-gobject-devel
|
||||
BuildRequires: python3-gobject-base
|
||||
BuildRequires: pkgconfig(sm)
|
||||
BuildRequires: pkgconfig(xapp) >= 1.4.0
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
|
||||
Requires: iso-codes
|
||||
Requires: libpeas1-loader-python3%{?_isa}
|
||||
Requires: python%{python3_pkgversion}-gobject%{?_isa}
|
||||
Requires: xapps%{?_isa}
|
||||
Requires: xapp-symbolic-icons
|
||||
Suggests: hunspell-en
|
||||
|
||||
%description
|
||||
Xed is a small, but powerful text editor. It has most standard text
|
||||
editor functions and fully supports international text in Unicode.
|
||||
Advanced features include syntax highlighting and automatic indentation
|
||||
of source code, printing and editing of multiple documents in one window.
|
||||
|
||||
Xed is extensible through a plugin system, which currently includes
|
||||
support for spell checking, comparing files, viewing CVS ChangeLogs, and
|
||||
adjusting indentation levels.
|
||||
|
||||
%package devel
|
||||
Summary: Files needed to develop plugins for %{name}
|
||||
Requires: %{name}%{?_isa} == %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package contains files needed to develop plugins for %{name}.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation files for %{name}
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
This package contains the documentation files for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# Use 'classic'-theme by default.
|
||||
%{__sed} -i -e 's!xed!classic!g' data/org.x.editor.gschema.xml.in
|
||||
|
||||
# Make source-files noexec.
|
||||
%{_bindir}/find . -type f -name '*.c' | %{_bindir}/xargs %{__chmod} -c 0644
|
||||
%{_bindir}/find . -type f -name '*.h' | %{_bindir}/xargs %{__chmod} -c 0644
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Ddocs=true \
|
||||
-Ddeprecated_warnings=false
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%{__sed} -i -e '/.*<project_group>.*/d' \
|
||||
%{buildroot}%{_metainfodir}/org.x.editor.metainfo.xml
|
||||
|
||||
%if 0%{?fedora} > 42
|
||||
# libpeas is broken
|
||||
#rm -rf %{buildroot}%{_libdir}/%{name}/plugins/{bracket-complete,joinlines*,open-uri-context-menu,textsize*}
|
||||
%endif
|
||||
|
||||
%find_lang %{name} --with-gnome
|
||||
|
||||
%check
|
||||
# Validate desktop-files.
|
||||
%{_bindir}/desktop-file-validate \
|
||||
%{buildroot}%{_datadir}/applications/org.x.editor.desktop
|
||||
|
||||
# Validate AppData-files.
|
||||
%{_bindir}/appstream-util validate-relax --nonet \
|
||||
%{buildroot}%{_metainfodir}/org.x.editor.metainfo.xml
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license AUTHORS COPYING debian/copyright
|
||||
%doc ChangeLog README.md debian/changelog
|
||||
%exclude %{_datadir}/%{name}/gir-1.0
|
||||
%exclude %{_datadir}/%{name}/gir-1.0/*
|
||||
%{_bindir}/%{name}
|
||||
%{_metainfodir}/org.x.editor.metainfo.xml
|
||||
%{_datadir}/applications/org.x.editor.desktop
|
||||
%{_datadir}/dbus-1/services/org.x.editor.*service
|
||||
%{_datadir}/glib-2.0/schemas/org.x.editor.*gschema.xml
|
||||
%{_datadir}/gtksourceview-4/styles/xed.xml
|
||||
%{_datadir}/%{name}/
|
||||
%{_libdir}/%{name}/
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
%files devel
|
||||
%{_datadir}/%{name}/gir-1.0
|
||||
%{_includedir}/%{name}/
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%files doc
|
||||
%license %{_datadir}/licenses/%{name}*
|
||||
%doc %{_datadir}/doc/%{name}*
|
||||
%doc %{_datadir}/gtk-doc/*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 26 2026 Leigh Scott <leigh123linux@gmail.com> - 3.8.9-4
|
||||
- Add requires xapp-symbolic-icons
|
||||
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.9-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jan 09 2026 Leigh Scott <leigh123linux@gmail.com> - 3.8.9-1
|
||||
- Update to 3.8.9
|
||||
|
||||
* Sat Dec 13 2025 Leigh Scott <leigh123linux@gmail.com> - 3.8.7-1
|
||||
- Update to 3.8.7
|
||||
|
||||
* Fri Dec 12 2025 Leigh Scott <leigh123linux@gmail.com> - 3.8.6-1
|
||||
- Update to 3.8.6
|
||||
|
||||
* Wed Sep 10 2025 Leigh Scott <leigh123linux@gmail.com> - 3.8.4-2
|
||||
- Rebuild for libpeas1 changes
|
||||
|
||||
* Sat Sep 06 2025 Leigh Scott <leigh123linux@gmail.com> - 3.8.4-1
|
||||
- Update to 3.8.4
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Mon Jan 06 2025 Leigh Scott <leigh123linux@gmail.com> - 3.8.2-1
|
||||
- Update to 3.8.2
|
||||
|
||||
* Fri Dec 20 2024 Leigh Scott <leigh123linux@gmail.com> - 3.8.1-1
|
||||
- Update to 3.8.1
|
||||
|
||||
* Fri Dec 06 2024 Leigh Scott <leigh123linux@gmail.com> - 3.8.0-1
|
||||
- Update to 3.8.0
|
||||
|
||||
* Mon Dec 02 2024 Leigh Scott <leigh123linux@gmail.com> - 3.6.9-1
|
||||
- Update to 3.6.9
|
||||
|
||||
* Mon Nov 25 2024 Leigh Scott <leigh123linux@gmail.com> - 3.6.7-1
|
||||
- Update to 3.6.7
|
||||
|
||||
* Mon Aug 26 2024 David King <amigadave@amigadave.com> - 3.6.6-2
|
||||
- Rebuild against gspell
|
||||
|
||||
* Tue Aug 20 2024 Leigh Scott <leigh123linux@gmail.com> - 3.6.6-1
|
||||
- Update to 3.6.6
|
||||
|
||||
* Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 3.6.5-2
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Leigh Scott <leigh123linux@gmail.com> - 3.6.5-1
|
||||
- Update to 3.6.5
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Thu Jul 04 2024 Leigh Scott <leigh123linux@gmail.com> - 3.6.4-2
|
||||
- Restore classic theme default
|
||||
|
||||
* Thu Jul 04 2024 Leigh Scott <leigh123linux@gmail.com> - 3.6.4-1
|
||||
- Update to 3.6.4
|
||||
|
||||
* Tue Jun 18 2024 Leigh Scott <leigh123linux@gmail.com> - 3.6.3-1
|
||||
- Update to 3.6.3
|
||||
|
||||
* Tue Jun 11 2024 Leigh Scott <leigh123linux@gmail.com> - 3.6.2-1
|
||||
- Update to 3.6.2
|
||||
|
||||
* Wed Jun 05 2024 Leigh Scott <leigh123linux@gmail.com> - 3.6.1-1
|
||||
- Update to 3.6.1
|
||||
|
||||
* Tue Jun 04 2024 Leigh Scott <leigh123linux@gmail.com> - 3.6.0-1
|
||||
- Update to 3.6.0
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Jan 04 2024 Leigh Scott <leigh123linux@gmail.com> - 3.4.5-1
|
||||
- Update to 3.4.5 release
|
||||
|
||||
* Tue Dec 05 2023 Leigh Scott <leigh123linux@gmail.com> - 3.4.4-1
|
||||
- Update to 3.4.4 release
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Jun 27 2023 Leigh Scott <leigh123linux@gmail.com> - 3.4.2-1
|
||||
- Update to 3.4.2 release
|
||||
|
||||
* Thu Jun 08 2023 Leigh Scott <leigh123linux@gmail.com> - 3.4.1-1
|
||||
- Update to 3.4.1 release
|
||||
|
||||
* Fri Jun 02 2023 Leigh Scott <leigh123linux@gmail.com> - 3.4.0-1
|
||||
- Update to 3.4.0 release
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Fri Dec 16 2022 Leigh Scott <leigh123linux@gmail.com> - 3.2.8-1
|
||||
- Update to 3.2.8 release
|
||||
|
||||
* Sun Jul 24 2022 Leigh Scott <leigh123linux@gmail.com> - 3.2.7-1
|
||||
- Update to 3.2.7 release
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sun Jul 17 2022 Leigh Scott <leigh123linux@gmail.com> - 3.2.5-1
|
||||
- Update to 3.2.5 release
|
||||
|
||||
* Sun Jul 17 2022 Leigh Scott <leigh123linux@gmail.com> - 3.2.4-1
|
||||
- Update to 3.2.4 release
|
||||
|
||||
* Sun Jun 19 2022 Leigh Scott <leigh123linux@gmail.com> - 3.2.3-1
|
||||
- Update to 3.2.3 release
|
||||
|
||||
* Sun Feb 13 2022 Leigh Scott <leigh123linux@gmail.com> - 3.2.2-4
|
||||
- Fix last commit
|
||||
|
||||
* Sun Feb 13 2022 Leigh Scott <leigh123linux@gmail.com> - 3.2.2-3
|
||||
- Fix (rhbz#2053951)
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Sat Jan 01 2022 Leigh Scott <leigh123linux@gmail.com> - 3.2.2-1
|
||||
- Update to 3.2.2 release
|
||||
|
||||
* Mon Dec 06 2021 Leigh Scott <leigh123linux@gmail.com> - 3.2.1-1
|
||||
- Update to 3.2.1 release
|
||||
|
||||
* Wed Nov 24 2021 Leigh Scott <leigh123linux@gmail.com> - 3.2.0-1
|
||||
- Update to 3.2.0 release
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Fri Jun 25 2021 Leigh Scott <leigh123linux@gmail.com> - 3.0.2-1
|
||||
- Update to 3.0.2 release
|
||||
|
||||
* Thu Jun 10 2021 Leigh Scott <leigh123linux@gmail.com> - 3.0.1-1
|
||||
- Update to 3.0.1 release
|
||||
|
||||
* Tue Jun 01 2021 Leigh Scott <leigh123linux@gmail.com> - 3.0.0-1
|
||||
- Update to 3.0.0 release
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sat Jan 2 2021 Leigh Scott <leigh123linux@gmail.com> - 2.8.4-1
|
||||
- Update to 2.8.4 release
|
||||
|
||||
* Thu Dec 10 2020 Leigh Scott <leigh123linux@gmail.com> - 2.8.2-1
|
||||
- Update to 2.8.2 release
|
||||
|
||||
* Tue Dec 8 2020 Leigh Scott <leigh123linux@gmail.com> - 2.8.1-1
|
||||
- Update to 2.8.1 release
|
||||
|
||||
* Mon Nov 30 2020 Leigh Scott <leigh123linux@gmail.com> - 2.8.0-1
|
||||
- Update to 2.8.0 release
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 14 2020 Leigh Scott <leigh123linux@gmail.com> - 2.6.2-1
|
||||
- Update to 2.6.2 release
|
||||
|
||||
* Tue May 12 2020 Leigh Scott <leigh123linux@gmail.com> - 2.6.0-1
|
||||
- Update to 2.6.0 release
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Dec 11 2019 Leigh Scott <leigh123linux@googlemail.com> - 2.4.2-1
|
||||
- Update to 2.4.2 release
|
||||
|
||||
* Tue Nov 26 2019 Leigh Scott <leigh123linux@googlemail.com> - 2.4.1-1
|
||||
- Update to 2.4.1 release
|
||||
|
||||
* Fri Nov 22 2019 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-1
|
||||
- Update to 2.4.0 release
|
||||
|
||||
* Wed Jul 31 2019 Leigh Scott <leigh123linux@googlemail.com> - 2.2.3-1
|
||||
- Update to 2.2.3 release
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Sun Jul 14 2019 Leigh Scott <leigh123linux@googlemail.com> - 2.2.1-1
|
||||
- Update to 2.2.1 release
|
||||
|
||||
* Sat Jun 29 2019 Leigh Scott <leigh123linux@googlemail.com> - 2.2.0-1
|
||||
- Update to 2.2.0 release
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
post.
|
||||
* Sun Dec 16 2018 Leigh Scott <leigh123linux@googlemail.com> - 2.0.2-1
|
||||
- Update to 2.0.2 release
|
||||
|
||||
* Wed Nov 28 2018 Leigh Scott <leigh123linux@googlemail.com> - 2.0.1-1
|
||||
- Update to 2.0.1 release
|
||||
|
||||
* Mon Nov 19 2018 Leigh Scott <leigh123linux@googlemail.com> - 2.0.0-1
|
||||
- Update to 2.0.0 release
|
||||
|
||||
* Wed Aug 15 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.8.3-1
|
||||
- Update to 1.8.3 release
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.8.1-2
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
* Sat Jun 02 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.8.1-1
|
||||
- Update to 1.8.1 release
|
||||
|
||||
* Sun May 06 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.8.0-1
|
||||
- Update to 1.8.0 release
|
||||
|
||||
* Sun Mar 11 2018 Kalev Lember <klember@redhat.com> - 1.6.4-0.2.20180309git3733860
|
||||
- Rebuilt for gspell 1.8
|
||||
|
||||
* Fri Mar 09 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.6.4-0.1.20180309git3733860
|
||||
- Update to git snapshot
|
||||
|
||||
* Thu Feb 22 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.6.3-4
|
||||
- Update patch
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Fri Dec 29 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.6.3-2
|
||||
- Update upstream pull requests
|
||||
|
||||
* Sat Nov 25 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.6.3-1
|
||||
- Update to 1.6.3
|
||||
- Add upstream pull requests
|
||||
|
||||
* Fri Nov 17 2017 Björn Esser <besser82@fedoraproject.org> - 1.6.2-1
|
||||
- Update to 1.6.2 release (rhbz#1513985)
|
||||
|
||||
* Fri Nov 17 2017 Björn Esser <besser82@fedoraproject.org> - 1.6.0-2
|
||||
- Adjustments for EPEL7
|
||||
|
||||
* Sat Nov 04 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.6.0-1
|
||||
- Update to 1.6.0 release
|
||||
- Fix conditional
|
||||
|
||||
* Fri Sep 01 2017 Björn Esser <besser82@fedoraproject.org> - 1.4.6-6
|
||||
- Some more fixes for EPEL
|
||||
|
||||
* Fri Sep 01 2017 Björn Esser <besser82@fedoraproject.org> - 1.4.6-5
|
||||
- Use Python34 on EPEL
|
||||
|
||||
* Fri Sep 01 2017 Björn Esser <besser82@fedoraproject.org> - 1.4.6-4
|
||||
- Adjustments for EPEL
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sun Jul 16 2017 Björn Esser <besser82@fedoraproject.org> - 1.4.6-1
|
||||
- Update to 1.4.6 release (rhbz#1471446)
|
||||
|
||||
* Tue Jul 04 2017 Björn Esser <besser82@fedoraproject.org> - 1.4.5-1
|
||||
- Update to 1.4.5 release (rhbz#1467641)
|
||||
|
||||
* Fri Jun 30 2017 Björn Esser <besser82@fedoraproject.org> - 1.4.4-2
|
||||
- Fix filtered provides
|
||||
|
||||
* Wed Jun 28 2017 Björn Esser <besser82@fedoraproject.org> - 1.4.4-1
|
||||
- Update to 1.4.4 release (rhbz#1463461)
|
||||
- Filter provides from plugins
|
||||
|
||||
* Wed May 24 2017 Björn Esser <besser82@fedoraproject.org> - 1.4.2-1
|
||||
- Update to 1.4.2 release (rhbz#1454988)
|
||||
|
||||
* Sun May 07 2017 Björn Esser <besser82@fedoraproject.org> - 1.4.1-1
|
||||
- Update to 1.4.1 release (rhbz #1448673)
|
||||
|
||||
* Sat May 06 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.4.0-1
|
||||
- Update to 1.4.0 release
|
||||
|
||||
* Sun Apr 02 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.2.2-3
|
||||
- Redo patches with latest fixes
|
||||
|
||||
* Sat Apr 01 2017 Leigh Scott <leigh123linux@googlemail.com> - 1.2.2-2
|
||||
- Fix start up crash under wayland (rhbz #1438157)
|
||||
- Fix 'format not a string literal' compile error
|
||||
|
||||
* Tue Feb 21 2017 Björn Esser <besser82@fedoraproject.org> - 1.2.2-1
|
||||
- Initial import (rhbz#1424798)
|
||||
|
||||
* Sun Feb 19 2017 Björn Esser <besser82@fedoraproject.org> - 1.2.2-0.5
|
||||
- Use 'classic'-theme by default
|
||||
- Move devel-files to devel-pkg
|
||||
- Remove exec-perms from source-files
|
||||
|
||||
* Sun Feb 19 2017 Björn Esser <besser82@fedoraproject.org> - 1.2.2-0.4
|
||||
- Add patch to update to recent master
|
||||
|
||||
* Sun Feb 19 2017 Björn Esser <besser82@fedoraproject.org> - 1.2.2-0.3
|
||||
- Fix dir-ownership for %%{_datadir}/help
|
||||
|
||||
* Sun Feb 19 2017 Björn Esser <besser82@fedoraproject.org> - 1.2.2-0.2
|
||||
- Doc-pkg should be noarch'ed
|
||||
|
||||
* Sun Feb 19 2017 Björn Esser <besser82@fedoraproject.org> - 1.2.2-0.1
|
||||
- Initial rpm-release (rhbz#1424798)
|
||||
Loading…
Add table
Add a link
Reference in a new issue