Author: qboosh                       Date: Sat Jun 18 07:11:21 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.3.1
- updated largefile patch

---- Files affected:
packages/gpgme:
   gpgme-1.2.0-largefile.patch (1.1 -> 1.2) , gpgme.spec (1.86 -> 1.87) 

---- Diffs:

================================================================
Index: packages/gpgme/gpgme-1.2.0-largefile.patch
diff -u packages/gpgme/gpgme-1.2.0-largefile.patch:1.1 
packages/gpgme/gpgme-1.2.0-largefile.patch:1.2
--- packages/gpgme/gpgme-1.2.0-largefile.patch:1.1      Thu Feb  3 00:11:54 2011
+++ packages/gpgme/gpgme-1.2.0-largefile.patch  Sat Jun 18 09:11:16 2011
@@ -1,7 +1,6 @@
-diff -up gpgme-1.2.0/src/gpgme-config.in.largefile 
gpgme-1.2.0/src/gpgme-config.in
---- gpgme-1.2.0/src/gpgme-config.in.largefile  2010-08-11 20:11:49.000000000 
+0200
-+++ gpgme-1.2.0/src/gpgme-config.in    2010-08-11 20:23:45.000000000 +0200
-@@ -42,6 +42,10 @@ cflags_pthread=""
+--- gpgme-1.3.1/src/gpgme-config.in.orig       2011-04-07 14:24:03.000000000 
+0200
++++ gpgme-1.3.1/src/gpgme-config.in    2011-06-18 08:59:14.834695342 +0200
+@@ -45,6 +45,10 @@
  cflags_glib="@GLIB_CFLAGS@"
  with_glib=
  
@@ -12,13 +11,13 @@
  output=""
  
  usage()
-@@ -101,6 +105,9 @@ while test $# -gt 0; do
-           exit 0
-           ;;
-         --cflags)
-+          if test "x$cflags_lfs" != "x"; then
+@@ -136,6 +140,9 @@
+                   result="$result $i"
+               fi
+             done
++          if test "x$cflags_lfs" != "x" then
 +              output="$output $cflags_lfs"
 +          fi
-           if test "x$includedir" != "x/usr/include" -a "x$includedir" != 
"x/include"; then
-               output="$output -I$includedir"
-           fi
+             output="$output $result"
+             ;;
+       --libs)

================================================================
Index: packages/gpgme/gpgme.spec
diff -u packages/gpgme/gpgme.spec:1.86 packages/gpgme/gpgme.spec:1.87
--- packages/gpgme/gpgme.spec:1.86      Thu Feb  3 00:11:55 2011
+++ packages/gpgme/gpgme.spec   Sat Jun 18 09:11:16 2011
@@ -1,4 +1,8 @@
 # $Revision$, $Date$
+# TODO: package lisp files:
+#    /usr/share/common-lisp/source/gpgme/gpgme-package.lisp
+#    /usr/share/common-lisp/source/gpgme/gpgme.asd
+#    /usr/share/common-lisp/source/gpgme/gpgme.lisp
 #
 # Conditional build:
 %bcond_without gpgsm           # with gnupg S/MIME support
@@ -10,21 +14,21 @@
 Summary:       Library for accessing GnuPG
 Summary(pl.UTF-8):     Biblioteka dająca dostęp do funkcji GnuPG
 Name:          gpgme
-Version:       1.3.0
-Release:       3
+Version:       1.3.1
+Release:       1
 Epoch:         1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2
-# Source0-md5: 4784e3c6086c9c25e9a1b4d9f7c5aa96
+# Source0-md5: 90afa8436ce2b2683c001c824bd22601
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-kill-tests.patch
 Patch2:                %{name}-1.2.0-largefile.patch
 URL:           http://www.gnupg.org/gpgme.html
 BuildRequires: autoconf >= 2.59
-BuildRequires: automake >= 1:1.10
-BuildRequires: libassuan-devel >= 1:1.1.0
-BuildRequires: libgpg-error-devel >= 1.4
+BuildRequires: automake >= 1:1.11
+BuildRequires: libassuan-devel >= 1:2.0.2
+BuildRequires: libgpg-error-devel >= 1.8
 BuildRequires: libtool >= 2:2.2.6
 %{?with_pth:BuildRequires:     pth-devel >= 1.2.0}
 BuildRequires: texinfo
@@ -32,8 +36,8 @@
 %{!?with_gpgsm:Requires:       gnupg >= 1.4.0}
 %{?with_gpgsm:Requires:        gnupg-smime >= 1.9.8}
 %{?with_gpgsm:Requires:        gnupg2 >= 2.0.4}
-Requires:      libassuan >= 1:1.1.0
-Requires:      libgpg-error >= 1.4
+Requires:      libassuan >= 1:2.0.2
+Requires:      libgpg-error >= 1.8
 Obsoletes:     cryptplug
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -48,8 +52,8 @@
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki GPGME
 Group:         Development/Libraries
 Requires:      %{name} = %{epoch}:%{version}-%{release}
-Requires:      libassuan-devel >= 1:1.1.0
-Requires:      libgpg-error-devel >= 1.4
+Requires:      libassuan-devel >= 1:2.0.2
+Requires:      libgpg-error-devel >= 1.8
 
 %description devel
 Header files for GPGME library, needed for compiling programs using
@@ -147,6 +151,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.87  2011/06/18 07:11:16  qboosh
+- updated to 1.3.1
+- updated largefile patch
+
 Revision 1.86  2011/02/02 23:11:55  arekm
 - rel 3; largefile patch from fc
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gpgme/gpgme-1.2.0-largefile.patch?r1=1.1&r2=1.2&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gpgme/gpgme.spec?r1=1.86&r2=1.87&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to