OBS User unknown 2007-04-10 08:16:23 +00:00 committed by Git OBS Bridge
parent a65cbe6b04
commit 3dd3ef3a0d
5 changed files with 34 additions and 15 deletions

View File

@ -1,13 +1,3 @@
--- src/translators/htmlexporter.cpp 2007/02/06 08:11:41 1.1
+++ src/translators/htmlexporter.cpp 2007/02/06 08:12:09
@@ -29,6 +29,7 @@
#include <kglobal.h>
#include <kio/netaccess.h>
#include <kapplication.h>
+#include <klocale.h>
#include <qdom.h>
#include <qgroupbox.h>
--- ./src/cite/lyxpipe.cpp 2007/02/06 08:26:20 1.1
+++ ./src/cite/lyxpipe.cpp 2007/02/06 08:26:46
@@ -18,6 +18,7 @@

3
tellico-1.2.10.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c9c105bf0b71f911e550b4a0e7a5fceb9516e327ad3f9ba62f89acc40626d89
size 4707394

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca24789eead77cd2fc43105af5072350ad0d62412f1f97d51d359d12efb00959
size 4692816

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Apr 10 08:27:47 CEST 2007 - stbinner@suse.de
- update to version 1.2.10:
* Fixed crashing bug when undoing collection import.
* Fixed hanging bug when stopping a z39.50 search.
* Fixed bug that hid some Amazon search results.
* Fixed ONIX export to validate.
* Fixed Alexandria export and cover image import.
* Updated Amazon search for newer API.
* Fixed error handling for ISBN-13 searches.
* Updated ibs.it searching.
* Fixed searching to properly replace all HTML entities.
* Added Blu-ray and HD DVD to video media.
* Improved collection merging.
-------------------------------------------------------------------
Mon Mar 5 16:18:30 CET 2007 - stbinner@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package tellico (Version 1.2.9)
# spec file for package tellico (Version 1.2.10)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -19,7 +19,7 @@ BuildRequires: libgcrypt-devel openssl-devel update-desktop-files
BuildRequires: libjpeg-devel
%endif
Summary: A book collection manager
Version: 1.2.9
Version: 1.2.10
Release: 1
License: GNU General Public License (GPL)
Group: Productivity/Other
@ -75,6 +75,19 @@ rm -rf $RPM_BUILD_DIR/file.list.%{name}.dirs
%defattr(-,root,root,0755)
%changelog
* Tue Apr 10 2007 - stbinner@suse.de
- update to version 1.2.10:
* Fixed crashing bug when undoing collection import.
* Fixed hanging bug when stopping a z39.50 search.
* Fixed bug that hid some Amazon search results.
* Fixed ONIX export to validate.
* Fixed Alexandria export and cover image import.
* Updated Amazon search for newer API.
* Fixed error handling for ISBN-13 searches.
* Updated ibs.it searching.
* Fixed searching to properly replace all HTML entities.
* Added Blu-ray and HD DVD to video media.
* Improved collection merging.
* Mon Mar 05 2007 - stbinner@suse.de
- update to version 1.2.9:
* Updated IMDb search.