This commit is contained in:
parent
a6fe4481e2
commit
648b528768
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6ee54964b67556852e401e3d87b51383f7e5230ae4d71cc7a3b4a68b65be35a
|
||||
size 4707191
|
3
tellico-1.2.12.tar.bz2
Normal file
3
tellico-1.2.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2b62978cafb6bd40f614dfb1befcabc0060e6bf41a3b34bab8457bdfdfae096
|
||||
size 3911955
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 5 12:13:32 CEST 2007 - stbinner@suse.de
|
||||
|
||||
- update to version 1.2.12:
|
||||
* Fixed potential recursion bug for dependent fields.
|
||||
* Fixed bug that didn't write image size options when printing.
|
||||
* Added Turkish translation, thanks to Ali Isingor and Kunter Kutlu.
|
||||
* Added '\%' to bibtex translation table for comment escaping.
|
||||
* Bumped automake requirement to version 1.8 or later for macro to work.
|
||||
* Fixed HTML export to not rewrite file location for files
|
||||
referenced in the XSL file which don't exist.
|
||||
* Fixed Column View report to sort numerically when needed.
|
||||
* Fixed Date fields to suppress empty date values.
|
||||
* Fixed Date comparisons to work for single digits, patch
|
||||
from Jake Maciejewski.
|
||||
* Fixed Fields Dialog to show warnings when clicking Ok.
|
||||
* Changed Quick Filter to split words on whitespace.
|
||||
* Fixed bug with z39.50 search freezing intermittently.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 8 22:42:00 CEST 2007 - stbinner@suse.de
|
||||
|
||||
|
26
tellico.spec
26
tellico.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package tellico (Version 1.2.11)
|
||||
# spec file for package tellico (Version 1.2.12)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -19,11 +19,11 @@ BuildRequires: libgcrypt-devel openssl-devel update-desktop-files
|
||||
BuildRequires: libjpeg-devel
|
||||
%endif
|
||||
Summary: A book collection manager
|
||||
Version: 1.2.11
|
||||
Release: 21
|
||||
License: GNU General Public License (GPL)
|
||||
Version: 1.2.12
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Other
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Provides: bookcase
|
||||
Obsoletes: bookcase
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -79,6 +79,22 @@ rm -rf $RPM_BUILD_DIR/file.list.%{name}.dirs
|
||||
%defattr(-,root,root,0755)
|
||||
|
||||
%changelog
|
||||
* Thu Jul 05 2007 - stbinner@suse.de
|
||||
- update to version 1.2.12:
|
||||
* Fixed potential recursion bug for dependent fields.
|
||||
* Fixed bug that didn't write image size options when printing.
|
||||
* Added Turkish translation, thanks to Ali Isingor and Kunter Kutlu.
|
||||
* Added '\%%' to bibtex translation table for comment escaping.
|
||||
* Bumped automake requirement to version 1.8 or later for macro to work.
|
||||
* Fixed HTML export to not rewrite file location for files
|
||||
referenced in the XSL file which don't exist.
|
||||
* Fixed Column View report to sort numerically when needed.
|
||||
* Fixed Date fields to suppress empty date values.
|
||||
* Fixed Date comparisons to work for single digits, patch
|
||||
from Jake Maciejewski.
|
||||
* Fixed Fields Dialog to show warnings when clicking Ok.
|
||||
* Changed Quick Filter to split words on whitespace.
|
||||
* Fixed bug with z39.50 search freezing intermittently.
|
||||
* Fri Jun 08 2007 - stbinner@suse.de
|
||||
- move kde_post_install
|
||||
* Fri Jun 01 2007 - dmueller@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user