*** empty log message ***
This commit is contained in:
parent
0fc81d26b6
commit
da24a07e49
@ -1,3 +1,7 @@
|
|||||||
|
recoll (1.10.6-0ubuntu1) dapper; urgency=low
|
||||||
|
* Updated package to recoll version 1.10.6
|
||||||
|
-- Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> Fri, 12 Sep 2008 10:14:20 +0200
|
||||||
|
|
||||||
recoll (1.10.4-0ubuntu1) hardy; urgency=low
|
recoll (1.10.4-0ubuntu1) hardy; urgency=low
|
||||||
* Updated package to recoll version 1.10.4
|
* Updated package to recoll version 1.10.4
|
||||||
-- Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> Fri, 29 Aug 2008 15:39:40 +0200
|
-- Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> Fri, 29 Aug 2008 15:39:40 +0200
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
%define name recoll
|
%define name recoll
|
||||||
%define version 1.10.2
|
%define version 1.11.0
|
||||||
%define release 0
|
%define release 0
|
||||||
|
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@ -61,6 +61,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 13 2008 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.11.0-1
|
||||||
|
- Update to release 1.11.0
|
||||||
|
* Thu Sep 11 2008 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.10.6-1
|
||||||
|
- Update to release 1.10.6
|
||||||
* Thu May 27 2008 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.10.2-1
|
* Thu May 27 2008 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.10.2-1
|
||||||
- Update to release 1.10.2
|
- Update to release 1.10.2
|
||||||
* Thu Jan 31 2008 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.10.1-1
|
* Thu Jan 31 2008 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.10.1-1
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
Name: recoll
|
Name: recoll
|
||||||
Version: 1.10.2
|
Version: 1.11.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Desktop full text search tool with a qt gui
|
Summary: Desktop full text search tool with a qt gui
|
||||||
|
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.recoll.org/
|
URL: http://www.recoll.org/
|
||||||
Source0: http://www.recoll.org/recoll-1.10.2.tar.gz
|
Source0: http://www.recoll.org/recoll-1.11.0.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
# Not sure how easy it is to find a xapian-core rpm. Will be easier to
|
# Not sure how easy it is to find a xapian-core rpm. Will be easier to
|
||||||
@ -48,6 +48,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 13 2008 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.11.0-1
|
||||||
|
- Update to release 1.11.0
|
||||||
|
* Fri Sep 12 2008 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.10.6-1
|
||||||
|
- Update to release 1.10.6
|
||||||
* Thu May 27 2008 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.10.2-1
|
* Thu May 27 2008 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.10.2-1
|
||||||
- Update to release 1.10.2
|
- Update to release 1.10.2
|
||||||
* Thu Jan 31 2008 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.10.1-1
|
* Thu Jan 31 2008 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.10.1-1
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
%define name recoll
|
%define name recoll
|
||||||
%define version 1.10.2
|
%define version 1.11.0
|
||||||
%define release %mkrel 1
|
%define release %mkrel 1
|
||||||
|
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@ -59,6 +59,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 13 2008 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.11.0-1
|
||||||
|
- Update to release 1.11.0
|
||||||
* Thu May 27 2008 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.10.2-1
|
* Thu May 27 2008 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.10.2-1
|
||||||
- Update to release 1.10.2
|
- Update to release 1.10.2
|
||||||
* Thu Jan 31 2008 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.10.1-1
|
* Thu Jan 31 2008 Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> 1.10.1-1
|
||||||
|
|||||||
6131
src/ChangeLog
6131
src/ChangeLog
File diff suppressed because it is too large
Load Diff
@ -40,19 +40,19 @@
|
|||||||
(and understand english, which can probably be assumed, you
|
(and understand english, which can probably be assumed, you
|
||||||
being reading this), you can take a little time to translate
|
being reading this), you can take a little time to translate
|
||||||
the GUI messages file.</p>
|
the GUI messages file.</p>
|
||||||
<p>The message files for the upcoming 1.10 release follow. There
|
<p>The newest versions of the message files follow. There
|
||||||
is an empty one (the xx thing), the others are partially
|
is an empty one (the xx thing), the others are partially
|
||||||
translated, just needing an update for the new messages.<p>
|
translated, just needing an update for the new messages.<p>
|
||||||
<p>Updating the files can easily be done with
|
<p>Updating the files can easily be done with
|
||||||
the <span class="application">Qt Linguist</span>. Contact me
|
the <span class="application">Qt Linguist</span>. Contact me
|
||||||
for more directions if needed.</p>
|
for more directions if needed.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Blank: <a href="msg-1.10/recoll_xx.ts">recoll_xx.ts</a></li>
|
<li>Blank: <a href="translations/recoll_xx.ts">recoll_xx.ts</a></li>
|
||||||
<li>German: <a href="msg-1.10/recoll_de.ts">recoll_de.ts</a></li>
|
<li>German: <a href="translations/recoll_de.ts">recoll_de.ts</a></li>
|
||||||
<li>Italian: <a href="msg-1.10/recoll_it.ts">recoll_it.ts</a></li>
|
<li>Italian: <a href="translations/recoll_it.ts">recoll_it.ts</a></li>
|
||||||
<li>Russian: <a href="msg-1.10/recoll_ru.ts">recoll_ru.ts</a></li>
|
<li>Russian: <a href="translations/recoll_ru.ts">recoll_ru.ts</a></li>
|
||||||
<li>Turkish: <a href="msg-1.10/recoll_tr.ts">recoll_tr.ts</a></li>
|
<li>Turkish: <a href="translations/recoll_tr.ts">recoll_tr.ts</a></li>
|
||||||
<li>Ukrainian: <a href="msg-1.10/recoll_uk.ts">recoll_uk.ts</a></li>
|
<li>Ukrainian: <a href="translations/recoll_uk.ts">recoll_uk.ts</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h1>Development</h1>
|
<h1>Development</h1>
|
||||||
|
|||||||
@ -83,7 +83,7 @@
|
|||||||
you may want to wait a little, and especially skip the first
|
you may want to wait a little, and especially skip the first
|
||||||
release (X.Y.0), at least for a few weeks.</p>
|
release (X.Y.0), at least for a few weeks.</p>
|
||||||
|
|
||||||
<p>Z changes for <a href="BUGS/html">bug fixes</a> only,
|
<p>Z changes for <a href="BUGS.html">bug fixes</a> only,
|
||||||
and moving from X.Y.Z to X.Y.Z+u should in general involve
|
and moving from X.Y.Z to X.Y.Z+u should in general involve
|
||||||
little risk of regression. But, <em>any</em> change can bring
|
little risk of regression. But, <em>any</em> change can bring
|
||||||
problems, if you are not affected by the corrected bugs (check
|
problems, if you are not affected by the corrected bugs (check
|
||||||
@ -233,7 +233,7 @@
|
|||||||
<a href="http://www.sunfreeware.com/">here</a>.</p>
|
<a href="http://www.sunfreeware.com/">here</a>.</p>
|
||||||
|
|
||||||
<p>The installation instructions are <a
|
<p>The installation instructions are <a
|
||||||
href="usermanual/rcl.install.binary.html"> there</a>.</p>
|
href="usermanual/rcl.install.html"> there</a>.</p>
|
||||||
|
|
||||||
<p><span class="application">FreeBSD</span> 6.4 i386:
|
<p><span class="application">FreeBSD</span> 6.4 i386:
|
||||||
<a href="freebsd/recoll-1.11.0-FreeBSD-6.4-PRERELEASE.tgz">
|
<a href="freebsd/recoll-1.11.0-FreeBSD-6.4-PRERELEASE.tgz">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user