From 648b52876896d0971886cab217906681b3becc316b1e9016f0b8381cffec114f Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 5 Jul 2007 11:11:50 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tellico?expand=0&rev=10 --- tellico-1.2.11.tar.gz | 3 --- tellico-1.2.12.tar.bz2 | 3 +++ tellico.changes | 19 +++++++++++++++++++ tellico.spec | 26 +++++++++++++++++++++----- 4 files changed, 43 insertions(+), 8 deletions(-) delete mode 100644 tellico-1.2.11.tar.gz create mode 100644 tellico-1.2.12.tar.bz2 diff --git a/tellico-1.2.11.tar.gz b/tellico-1.2.11.tar.gz deleted file mode 100644 index fbe5c2d..0000000 --- a/tellico-1.2.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6ee54964b67556852e401e3d87b51383f7e5230ae4d71cc7a3b4a68b65be35a -size 4707191 diff --git a/tellico-1.2.12.tar.bz2 b/tellico-1.2.12.tar.bz2 new file mode 100644 index 0000000..60c6c24 --- /dev/null +++ b/tellico-1.2.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b62978cafb6bd40f614dfb1befcabc0060e6bf41a3b34bab8457bdfdfae096 +size 3911955 diff --git a/tellico.changes b/tellico.changes index c91d545..d36b3eb 100644 --- a/tellico.changes +++ b/tellico.changes @@ -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 diff --git a/tellico.spec b/tellico.spec index 7b99181..093ce6b 100644 --- a/tellico.spec +++ b/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