From 60c5f6ae3742739d6b498bc2fc9db9837c3d3cd3 Mon Sep 17 00:00:00 2001 From: Rakesh Pandit Date: Sat, 17 Jan 2009 03:52:28 +0000 Subject: [PATCH] Updated to 3.5.21. --- .cvsignore | 2 +- djvulibre-configure.patch | 10 ++++++++++ djvulibre.spec | 11 ++++++++--- import.log | 1 + sources | 2 +- 5 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 djvulibre-configure.patch create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index cb8fb54..f07c377 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -djvulibre-3.5.20-2.tar.gz +djvulibre-3.5.21.tar.gz diff --git a/djvulibre-configure.patch b/djvulibre-configure.patch new file mode 100644 index 0000000..915f1a3 --- /dev/null +++ b/djvulibre-configure.patch @@ -0,0 +1,10 @@ +--- djvulibre-3.5.21.org/configure 2009-01-16 20:59:06.000000000 +0530 ++++ djvulibre-3.5.21/configure 2009-01-16 20:57:27.000000000 +0530 +@@ -21691,6 +21691,7 @@ + __sync_lock_test_and_set(&l,1); + __sync_lock_release(&l); + __sync_add_and_fetch(&l,1); ++ __sync_bool_compare_and_swap(&l,&l,1); + return 0; + ; + return 0; diff --git a/djvulibre.spec b/djvulibre.spec index 25238d2..b5c332f 100644 --- a/djvulibre.spec +++ b/djvulibre.spec @@ -1,13 +1,14 @@ Summary: DjVu viewers, encoders, and utilities Name: djvulibre -Version: 3.5.20 -Release: 3%{?dist} +Version: 3.5.21 +Release: 1%{?dist} License: GPLv2+ Group: Applications/Publishing URL: http://djvu.sourceforge.net/ -Source: http://dl.sf.net/djvu/djvulibre-%{version}-2.tar.gz +Source: http://dl.sf.net/djvu/djvulibre-%{version}.tar.gz Patch0: djvulibre-3.5.18-plugin-manpage.patch Patch1: djvulibre-3.5.19-ja-encoding.patch +Patch2: djvulibre-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires(post): xdg-utils, /sbin/ldconfig Requires(preun): xdg-utils @@ -63,6 +64,7 @@ Development files for DjVuLibre. %setup -q %patch0 -p1 -b .plugin-manpage %patch1 -p1 -b .ja-encoding +%patch2 -p1 -b .configure # Convert ISO8859-1 ja man pages to UTF-8 (still as of 3.5.20-2) for manpage in i18n/ja/*.1*; do iconv -f iso8859-1 -t utf-8 -o tmp ${manpage} @@ -142,6 +144,9 @@ fi %changelog +* Sat Jan 17 2009 Rakesh Pandit 3.5.21-1 +- Updated to 3.5.21 + * Fri Jun 06 2008 Dennis Gilmore 3.5.20-3 - BR qt3-devel diff --git a/import.log b/import.log new file mode 100644 index 0000000..35fe371 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +djvulibre-3_5_21-1_fc10:HEAD:djvulibre-3.5.21-1.fc10.src.rpm:1232121100 diff --git a/sources b/sources index b8ef7e9..6d9f4a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9211170b1ada6c75971d01353a73333e djvulibre-3.5.20-2.tar.gz +4c6f3eb03ffbd067b6d2fe2344b0d9ad djvulibre-3.5.21.tar.gz