ChangeLog: fix bad formatting

This commit is contained in:
Davide Madrisan 2011-12-16 14:10:08 +01:00
parent f49b9a4893
commit cc23a330ba

View File

@ -2,27 +2,27 @@ Changes in version 1.8.1
... ... .. .... Davide Madrisan <davide.madrisan(a)gmail.com>
+ update
* libapse - Silvan Calarco:
Perform sourceforge search for any package and modify to use
sourceforge.com/projects/project_name/files/latest
to retrieve latest version number.
* libapse - Silvan Calarco:
Perform sourceforge search for any package and modify to use
sourceforge.com/projects/project_name/files/latest
to retrieve latest version number.
* libapse - Silvan Calarco:
(sourceforge): also get version from package name if there is no version
indication in upper level directory name.
* libapse - Silvan Calarco:
(sourceforge): also get version from package name if there is no version
indication in upper level directory name.
+ bugfix
* libspec - Silvan Calarco:
Quote '%' characters before passing strings to rpm --eval to avoid a
segmentation fault error.
* libspec - Silvan Calarco:
Quote '%' characters before passing strings to rpm --eval to avoid a
segmentation fault error.
* pck-update - Silvan Calarco:
Escape '<' and '>' characters when printing SPEC_OBSOLETES to infofile to
fix a syntax error.
* pck-update - Silvan Calarco:
Escape '<' and '>' characters when printing SPEC_OBSOLETES to infofile to
fix a syntax error.
+ update
* templates/kde4 - Davide Madrisan:
Update template to better support KDE 4.7.x.
* templates/kde4 - Davide Madrisan:
Update template to better support KDE 4.7.x.
+ bugfix
* spec-create - Davide Madrisan: