Mailinglist Archive: opensuse-commit (1028 mails)
| < Previous | Next > |
commit repoview
- From: root@xxxxxxx (h_root)
- Date: Tue, 6 Jun 2006 12:46:42 +0200 (CEST)
- Message-id: <20060606104642.285AD94223@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package repoview
checked in at Tue Jun 6 12:46:42 CEST 2006.
--------
--- repoview/repoview.changes 2006-05-31 17:58:11.000000000 +0200
+++ repoview/repoview.changes 2006-06-06 10:54:34.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jun 6 10:52:38 CEST 2006 - cthiel@xxxxxxx
+
+- preserve line breaks in package summary (#181615)
+
+-------------------------------------------------------------------
New:
----
repoview-0.5.1-line-breaks.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ repoview.spec ++++++
--- /var/tmp/diff_new_pack.QuzW8f/_old 2006-06-06 12:44:39.000000000 +0200
+++ /var/tmp/diff_new_pack.QuzW8f/_new 2006-06-06 12:44:39.000000000 +0200
@@ -13,13 +13,14 @@
Name: repoview
BuildRequires: python-devel python-kid yum
Version: 0.5.1
-Release: 2
+Release: 3
Summary: Creates a set of static HTML pages in a yum repository for easy browsing
Group: System/Packages
License: GPL
URL: http://linux.duke.edu/projects/mini/repoview/
Source: %{name}-%{version}.tar.bz2
Patch: %{name}-%{version}.patch
+Patch1: %{name}-%{version}-line-breaks.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Requires: python-kid
@@ -42,6 +43,7 @@
%prep
%setup -q
%patch
+%patch1
%install
mkdir -p -m 755 $RPM_BUILD_ROOT/%{_datadir}/%{name}
@@ -62,6 +64,8 @@
%{_datadir}/%{name}
%changelog -n repoview
+* Tue Jun 06 2006 - cthiel@xxxxxxx
+- preserve line breaks in package summary (#181615)
* Wed May 31 2006 - cthiel@xxxxxxx
- added Requires: python-xml
* Thu May 25 2006 - cthiel@xxxxxxx
++++++ repoview-0.5.1-line-breaks.patch ++++++
--- templates/package.kid
+++ templates/package.kid
@@ -50,7 +50,7 @@
</table>
<dl>
<dt>Summary</dt>
- <dd py:content="package.description"/>
+ <dd style="white-space:pre" py:content="package.description"/>
</dl>
<div py:for="arch in package.arches.values()">
<h3 py:content="'Arch: ' + arch.arch"/>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit-help@xxxxxxxxxxxx
| < Previous | Next > |