Escape macros in %changelog
Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
69fafd5d02
commit
6b793cb12c
@ -32,7 +32,7 @@
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 3.27.90
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
Summary: Backend data server for Evolution
|
||||
License: LGPLv2+
|
||||
@ -442,6 +442,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.27.90-2
|
||||
- Escape macros in %%changelog
|
||||
|
||||
* Tue Feb 06 2018 Milan Crha <mcrha@redhat.com> - 3.27.90-1
|
||||
- Update to 3.27.90
|
||||
|
||||
@ -1890,7 +1893,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
- Removed explicit run-time spec-file requirement on mozilla.
|
||||
The Mozilla NSS API/ABI stabilised by version 1.7.3
|
||||
The libraries are always located in the libdir
|
||||
However, the headers are in /usr/include/mozilla-%{mozilla_build_version}
|
||||
However, the headers are in /usr/include/mozilla-%%{mozilla_build_version}
|
||||
and so they move each time the mozilla version changes.
|
||||
So we no longer have an explicit mozilla run-time requirement in the specfile;
|
||||
a requirement on the appropriate NSS and NSPR .so files is automagically generated on build.
|
||||
@ -1947,8 +1950,8 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
- Updated eds_major from 1.0 to 1.2; fixed translation search path.
|
||||
- Removed 64-bit patch for calendar backend hash table; upstream now stores pointers to ECalBackendFactory, rather than GType
|
||||
- Removed calendar optimisation patch for part of part of bug #141283 as this is now in the upstream tarball
|
||||
- Added /usr/lib/evolution-data-server-%{eds_major} to cover the extensions, plus the camel code now in e-d-s, rather than evolution
|
||||
- Added /usr/share/pixmaps/evolution-data-server-%{eds_major} to cover the category pixmaps
|
||||
- Added /usr/lib/evolution-data-server-%%{eds_major} to cover the extensions, plus the camel code now in e-d-s, rather than evolution
|
||||
- Added /usr/share/pixmaps/evolution-data-server-%%{eds_major} to cover the category pixmaps
|
||||
- Camel code from evolution is now in evolution-data-server:
|
||||
- Added camel-index-control and camel-lock-helper to packaged files
|
||||
- Added mozilla dependency code from the evolution package
|
||||
|
Loading…
Reference in New Issue
Block a user