rpms/djvulibre/devel djvulibre-configure.patch, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.11, 1.12 djvulibre.spec, 1.27, 1.28 sources, 1.11, 1.12

Rakesh Pandit rakesh at fedoraproject.org
Sat Jan 17 03:52:58 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/djvulibre/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22599/devel

Modified Files:
	.cvsignore djvulibre.spec sources 
Added Files:
	djvulibre-configure.patch import.log 
Log Message:
Updated to 3.5.21.


djvulibre-configure.patch:

--- NEW FILE djvulibre-configure.patch ---
--- 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;


--- NEW FILE import.log ---
djvulibre-3_5_21-1_fc10:HEAD:djvulibre-3.5.21-1.fc10.src.rpm:1232121100


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/djvulibre/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	3 Feb 2008 16:02:15 -0000	1.11
+++ .cvsignore	17 Jan 2009 03:52:28 -0000	1.12
@@ -1 +1 @@
-djvulibre-3.5.20-2.tar.gz
+djvulibre-3.5.21.tar.gz


Index: djvulibre.spec
===================================================================
RCS file: /cvs/pkgs/rpms/djvulibre/devel/djvulibre.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- djvulibre.spec	6 Jun 2008 22:35:51 -0000	1.27
+++ djvulibre.spec	17 Jan 2009 03:52:28 -0000	1.28
@@ -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 @@
 %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 @@
 
 
 %changelog
+* Sat Jan 17 2009 Rakesh Pandit <rakesh at fedoraproject.org> 3.5.21-1
+- Updated to 3.5.21
+
 * Fri Jun 06 2008 Dennis Gilmore <dennis at ausil.us> 3.5.20-3
 - BR qt3-devel
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/djvulibre/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	3 Feb 2008 16:02:15 -0000	1.11
+++ sources	17 Jan 2009 03:52:28 -0000	1.12
@@ -1 +1 @@
-9211170b1ada6c75971d01353a73333e  djvulibre-3.5.20-2.tar.gz
+4c6f3eb03ffbd067b6d2fe2344b0d9ad  djvulibre-3.5.21.tar.gz




More information about the fedora-extras-commits mailing list