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
fe1f15fc48
commit
35158c0499
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 3.27.90
|
Version: 3.27.90
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: Mail and calendar client for GNOME
|
Summary: Mail and calendar client for GNOME
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -506,6 +506,9 @@ grep -v "/usr/share/locale" evolution.lang > help.lang
|
|||||||
%{_datadir}/installed-tests
|
%{_datadir}/installed-tests
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 06 2018 Milan Crha <mcrha@redhat.com> - 3.27.90-1
|
||||||
- Update to 3.27.90
|
- Update to 3.27.90
|
||||||
- Properly obsolete evolution-perl subpackage
|
- Properly obsolete evolution-perl subpackage
|
||||||
@ -1844,7 +1847,7 @@ grep -v "/usr/share/locale" evolution.lang > help.lang
|
|||||||
- Add -Wdeclaration-after-statement to strict build settings.
|
- Add -Wdeclaration-after-statement to strict build settings.
|
||||||
|
|
||||||
* Mon Mar 26 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-4.fc7
|
* Mon Mar 26 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-4.fc7
|
||||||
- Run gtk-update-icon-cache in %post and %postun (RH bug #234018).
|
- Run gtk-update-icon-cache in %%post and %%postun (RH bug #234018).
|
||||||
|
|
||||||
* Sat Mar 17 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-3.fc7
|
* Sat Mar 17 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.0-3.fc7
|
||||||
- Add flag to disable deprecated Camel symbols.
|
- Add flag to disable deprecated Camel symbols.
|
||||||
@ -2160,9 +2163,9 @@ grep -v "/usr/share/locale" evolution.lang > help.lang
|
|||||||
* Fri May 12 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.1-1
|
* Fri May 12 2006 Matthew Barnes <mbarnes@redhat.com> - 2.7.1-1
|
||||||
- Update to 2.7.1
|
- Update to 2.7.1
|
||||||
- Bump evo_major from 2.6 to 2.8
|
- Bump evo_major from 2.6 to 2.8
|
||||||
- Upstream evolution.desktop renamed evolution-%{evo_major}.desktop.
|
- Upstream evolution.desktop renamed evolution-%%{evo_major}.desktop.
|
||||||
- Upstream evolution.keys renamed evolution-%{evo_major}.keys.
|
- Upstream evolution.keys renamed evolution-%%{evo_major}.keys.
|
||||||
- Upstream evolution.mime renamed evolution-%{evo_major}.mime.
|
- Upstream evolution.mime renamed evolution-%%{evo_major}.mime.
|
||||||
- Update line numbers in evolution-2.5.2-no-gnome-common.patch and
|
- Update line numbers in evolution-2.5.2-no-gnome-common.patch and
|
||||||
evolution-2.5.5.1-notification-cleanups.patch and rename them to
|
evolution-2.5.5.1-notification-cleanups.patch and rename them to
|
||||||
version 2.7.1.
|
version 2.7.1.
|
||||||
@ -2516,7 +2519,7 @@ and run autoconf at the start of the build) (#156328)
|
|||||||
- Removed explicit run-time spec-file requirement on mozilla.
|
- Removed explicit run-time spec-file requirement on mozilla.
|
||||||
The Mozilla NSS API/ABI stabilised by version 1.7.3
|
The Mozilla NSS API/ABI stabilised by version 1.7.3
|
||||||
The libraries are always located in the libdir
|
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.
|
and so they move each time the mozilla version changes.
|
||||||
So we no longer have an explicit mozilla run-time requirement in the specfile;
|
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.
|
a requirement on the appropriate NSS and NSPR .so files is automagically generated on build.
|
||||||
|
Loading…
Reference in New Issue
Block a user