commit libgsasl for openSUSE:Factory

2020-03-19 Thread root
Hello community,

here is the log from the commit of package libgsasl for openSUSE:Factory 
checked in at 2020-03-19 19:45:13

Comparing /work/SRC/openSUSE:Factory/libgsasl (Old)
 and  /work/SRC/openSUSE:Factory/.libgsasl.new.3160 (New)


Package is "libgsasl"

Thu Mar 19 19:45:13 2020 rev:32 rq:785710 version:1.8.1

Changes:

--- /work/SRC/openSUSE:Factory/libgsasl/libgsasl.changes2020-02-22 
18:56:20.229162694 +0100
+++ /work/SRC/openSUSE:Factory/.libgsasl.new.3160/libgsasl.changes  
2020-03-19 19:49:03.836141324 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 22:31:19 UTC 2020 - David Mulder 
+
+- Re-enable GSSAPI by explicitly choosing mit kerberos.
+
+---



Other differences:
--
++ libgsasl.spec ++
--- /var/tmp/diff_new_pack.dvnFSS/_old  2020-03-19 19:49:04.536141728 +0100
+++ /var/tmp/diff_new_pack.dvnFSS/_new  2020-03-19 19:49:04.540141730 +0100
@@ -71,7 +71,7 @@
 %setup -q
 
 %build
-%configure --disable-static --with-pic
+%configure --disable-static --with-pic --with-gssapi-impl=mit
 make %{?_smp_mflags}
 
 %install




commit libgsasl for openSUSE:Factory

2020-02-22 Thread root
Hello community,

here is the log from the commit of package libgsasl for openSUSE:Factory 
checked in at 2020-02-22 18:56:12

Comparing /work/SRC/openSUSE:Factory/libgsasl (Old)
 and  /work/SRC/openSUSE:Factory/.libgsasl.new.26092 (New)


Package is "libgsasl"

Sat Feb 22 18:56:12 2020 rev:31 rq:772318 version:1.8.1

Changes:

--- /work/SRC/openSUSE:Factory/libgsasl/libgsasl.changes2016-04-12 
19:32:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgsasl.new.26092/libgsasl.changes 
2020-02-22 18:56:20.229162694 +0100
@@ -1,0 +2,17 @@
+Tue Feb  4 23:07:18 UTC 2020 - Bjørn Lie 
+
+- Update to version 1.8.1:
+  * gsasl: IMAP client code now permits empty SASL tokens prefixed
+with '+'. Normally servers should send '+ '. Buggy servers
+include Microsoft Exchange.
+  * GSSAPI client:
+- Now retrieves GSASL_AUTHZID for authorization identity.
+- Can now transmit an empty/missing authorization identity.
+- See lib/NEWS for more information.
+  * Build fixes: Update of gnulib, including how it is
+bootstrapped.
+  * Updated translations.
+- Run spec-cleaner, modernize spec.
+- No longer recommend -lang: supplements are in use.
+
+---

Old:

  libgsasl-1.8.0.tar.gz

New:

  libgsasl-1.8.1.tar.gz



Other differences:
--
++ libgsasl.spec ++
--- /var/tmp/diff_new_pack.r7TM2u/_old  2020-02-22 18:56:21.089164360 +0100
+++ /var/tmp/diff_new_pack.r7TM2u/_new  2020-02-22 18:56:21.089164360 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgsasl
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   libgsasl
-Version:1.8.0
+Version:1.8.1
 Release:0
-Source: ftp://ftp.gnu.org/gnu/gsasl/%{name}-%{version}.tar.gz
 Summary:Implementation of the SASL framework and a few common SASL 
mechanisms
-License:LGPL-2.1+ and GPL-3.0+
+License:LGPL-2.1-or-later AND GPL-3.0-or-later
 Group:  Development/Libraries/C and C++
-Url:http://www.gnu.org/software/gsasl/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}
-BuildRequires:  fdupes
-%endif
+URL:https://www.gnu.org/software/gsasl/
+Source0:ftp://ftp.gnu.org/gnu/gsasl/%{name}-%{version}.tar.gz
+
 BuildRequires:  gcc-c++
 BuildRequires:  gettext-devel
 BuildRequires:  krb5-devel
@@ -35,6 +32,9 @@
 BuildRequires:  libidn-devel
 BuildRequires:  libntlm-devel
 BuildRequires:  pkgconfig
+%if 0%{?suse_version}
+BuildRequires:  fdupes
+%endif
 
 %description
 GNU SASL is an implementation of the Simple Authentication and
@@ -44,11 +44,8 @@
 
 %package -n libgsasl7
 Summary:Implementation of the SASL framework and a few common SASL 
mechanisms
-Group:  Development/Libraries/C and C++
-%if 0%{?suse_version}
-Recommends: %{name}-lang
-%endif
 # Needed to make lang package installable
+Group:  Development/Libraries/C and C++
 Provides:   %{name} = %{version}
 
 %description -n libgsasl7
@@ -78,27 +75,25 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name}
-rm -f %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 %if 0%{?fdupes:1}
-%fdupes %buildroot
+%fdupes %{buildroot}/%{_prefix}
 %endif
 
 %check
 make check
 
 %post -n libgsasl7 -p /sbin/ldconfig
-
 %postun -n libgsasl7 -p /sbin/ldconfig
 
 %files -n libgsasl7
-%defattr (-, root, root)
-%doc AUTHORS COPYING.LIB NEWS README THANKS
+%license COPYING.LIB
+%doc AUTHORS NEWS README THANKS
 %{_libdir}/*.so.*
 
 %files devel
-%defattr (-, root, root)
 %{_includedir}/gsas*.h
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc

++ libgsasl-1.8.0.tar.gz -> libgsasl-1.8.1.tar.gz ++
 170562 lines of diff (skipped)




commit libgsasl for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package libgsasl for openSUSE:Factory 
checked in at 2016-04-12 19:32:21

Comparing /work/SRC/openSUSE:Factory/libgsasl (Old)
 and  /work/SRC/openSUSE:Factory/.libgsasl.new (New)


Package is "libgsasl"

Changes:

--- /work/SRC/openSUSE:Factory/libgsasl/libgsasl.changes2015-10-28 
17:31:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgsasl.new/libgsasl.changes   2016-04-12 
19:32:22.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr  4 14:22:22 CEST 2016 - ku...@suse.de
+
+- Remove unused buildrequires for libgssglue-devel
+
+---



Other differences:
--
++ libgsasl.spec ++
--- /var/tmp/diff_new_pack.W2huMv/_old  2016-04-12 19:32:23.0 +0200
+++ /var/tmp/diff_new_pack.W2huMv/_new  2016-04-12 19:32:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgsasl
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,7 +32,6 @@
 BuildRequires:  gettext-devel
 BuildRequires:  krb5-devel
 BuildRequires:  libgcrypt-devel
-BuildRequires:  libgssglue-devel
 BuildRequires:  libidn-devel
 BuildRequires:  libntlm-devel
 BuildRequires:  pkgconfig




commit libgsasl for openSUSE:Factory

2015-10-28 Thread h_root
Hello community,

here is the log from the commit of package libgsasl for openSUSE:Factory 
checked in at 2015-10-28 17:30:56

Comparing /work/SRC/openSUSE:Factory/libgsasl (Old)
 and  /work/SRC/openSUSE:Factory/.libgsasl.new (New)


Package is "libgsasl"

Changes:

--- /work/SRC/openSUSE:Factory/libgsasl/libgsasl.changes2015-02-11 
16:46:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgsasl.new/libgsasl.changes   2015-10-28 
17:31:03.0 +0100
@@ -1,0 +2,5 @@
+Tue Oct 27 14:44:53 UTC 2015 - meiss...@suse.com
+
+- run "make check"
+
+---



Other differences:
--
++ libgsasl.spec ++
--- /var/tmp/diff_new_pack.6a9ZSZ/_old  2015-10-28 17:31:04.0 +0100
+++ /var/tmp/diff_new_pack.6a9ZSZ/_new  2015-10-28 17:31:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgsasl
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -86,6 +86,9 @@
 %fdupes %buildroot
 %endif
 
+%check
+make check
+
 %post -n libgsasl7 -p /sbin/ldconfig
 
 %postun -n libgsasl7 -p /sbin/ldconfig




commit libgsasl for openSUSE:Factory

2015-02-11 Thread h_root
Hello community,

here is the log from the commit of package libgsasl for openSUSE:Factory 
checked in at 2015-02-11 16:46:24

Comparing /work/SRC/openSUSE:Factory/libgsasl (Old)
 and  /work/SRC/openSUSE:Factory/.libgsasl.new (New)


Package is libgsasl

Changes:

--- /work/SRC/openSUSE:Factory/libgsasl/libgsasl.changes2013-05-03 
07:32:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgsasl.new/libgsasl.changes   2015-02-11 
16:46:28.0 +0100
@@ -1,0 +2,13 @@
+Sun Feb  8 23:38:09 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  * SAML20 support following RFC 6595.
+  * OPENID20 support following RFC 6616.
+  * Various cleanups, portability and other bug fixes.
+See the NEWS entries during the 1.7.x branch for details
+- Use %lang_package macro instead of manually defined -lang package
+- Remove libgsasl-stdio.h.patch; fixed
+- Remove fix-arm.patch; fixed
+- Use download Url as source
+
+---

Old:

  fix-arm.patch
  libgsasl-1.6.1.tar.gz
  libgsasl-stdio.h.patch

New:

  libgsasl-1.8.0.tar.gz



Other differences:
--
++ libgsasl.spec ++
--- /var/tmp/diff_new_pack.SRZdIm/_old  2015-02-11 16:46:29.0 +0100
+++ /var/tmp/diff_new_pack.SRZdIm/_new  2015-02-11 16:46:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgsasl
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,9 @@
 
 
 Name:   libgsasl
-Version:1.6.1
+Version:1.8.0
 Release:0
-Source: %{name}-%{version}.tar.gz
-Patch1: libgsasl-stdio.h.patch
-Patch2: fix-arm.patch
+Source: ftp://ftp.gnu.org/gnu/gsasl/%{name}-%{version}.tar.gz
 Summary:Implementation of the SASL framework and a few common SASL 
mechanisms
 License:LGPL-2.1+ and GPL-3.0+
 Group:  Development/Libraries/C and C++
@@ -71,26 +69,10 @@
 used by network servers (e.g., IMAP, SMTP) to request authentication
 from clients, and in clients to authenticate against servers.
 
-%package lang
-# Should use %%lang_package, but that does not exist in upstream rpm
-Summary:Languages for package %name
-Group:  System/Localization
-Requires:   %name = %version
-Provides:   %name-lang-all = %version
-%if 0%{?suse_version} = 1140 || 0%{?fedora_version} = 15
-Supplements:packageand(bundle-lang-other:%name)
-BuildArch:  noarch
-%endif
-
-%description lang
-Provides translations to the package %name
+%lang_package
 
 %prep
 %setup -q
-%patch1 -p1
-%ifarch %arm aarch64
-%patch2 -p1
-%endif
 
 %build
 %configure --disable-static --with-pic

++ libgsasl-1.6.1.tar.gz - libgsasl-1.8.0.tar.gz ++
 68484 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgsasl for openSUSE:Factory

2013-05-02 Thread h_root
Hello community,

here is the log from the commit of package libgsasl for openSUSE:Factory 
checked in at 2013-05-03 07:32:47

Comparing /work/SRC/openSUSE:Factory/libgsasl (Old)
 and  /work/SRC/openSUSE:Factory/.libgsasl.new (New)


Package is libgsasl

Changes:

--- /work/SRC/openSUSE:Factory/libgsasl/libgsasl.changes2013-03-22 
09:20:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgsasl.new/libgsasl.changes   2013-05-03 
07:32:48.0 +0200
@@ -1,0 +2,5 @@
+Thu May  2 04:59:03 UTC 2013 - jeng...@inai.de
+
+- Recommends is not understood by RHEL6ish
+
+---



Other differences:
--
++ libgsasl.spec ++
--- /var/tmp/diff_new_pack.Mxxx2g/_old  2013-05-03 07:32:49.0 +0200
+++ /var/tmp/diff_new_pack.Mxxx2g/_new  2013-05-03 07:32:49.0 +0200
@@ -48,7 +48,9 @@
 %package -n libgsasl7
 Summary:Implementation of the SASL framework and a few common SASL 
mechanisms
 Group:  Development/Libraries/C and C++
+%if 0%{?suse_version}
 Recommends: %{name}-lang
+%endif
 # Needed to make lang package installable
 Provides:   %{name} = %{version}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgsasl for openSUSE:Factory

2013-03-22 Thread h_root
Hello community,

here is the log from the commit of package libgsasl for openSUSE:Factory 
checked in at 2013-03-22 09:20:29

Comparing /work/SRC/openSUSE:Factory/libgsasl (Old)
 and  /work/SRC/openSUSE:Factory/.libgsasl.new (New)


Package is libgsasl, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libgsasl/libgsasl.changes2013-02-12 
16:39:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgsasl.new/libgsasl.changes   2013-03-22 
09:20:31.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar 21 08:45:52 UTC 2013 - dmuel...@suse.com
+
+- fix build on aarch64 by applying fix-arm.patch 
+
+---



Other differences:
--
++ libgsasl.spec ++
--- /var/tmp/diff_new_pack.faMB4W/_old  2013-03-22 09:20:32.0 +0100
+++ /var/tmp/diff_new_pack.faMB4W/_new  2013-03-22 09:20:32.0 +0100
@@ -86,7 +86,7 @@
 %prep
 %setup -q
 %patch1 -p1
-%ifarch %arm
+%ifarch %arm aarch64
 %patch2 -p1
 %endif
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgsasl for openSUSE:Factory

2013-02-12 Thread h_root
Hello community,

here is the log from the commit of package libgsasl for openSUSE:Factory 
checked in at 2013-02-12 16:39:34

Comparing /work/SRC/openSUSE:Factory/libgsasl (Old)
 and  /work/SRC/openSUSE:Factory/.libgsasl.new (New)


Package is libgsasl, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libgsasl/libgsasl.changes2012-12-28 
15:04:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgsasl.new/libgsasl.changes   2013-02-12 
16:39:36.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb 11 13:54:19 UTC 2013 - a...@suse.com
+
+- Change lang package Requires to Recommends since it is not
+  mandatory at runtime.
+
+---



Other differences:
--
++ libgsasl.spec ++
--- /var/tmp/diff_new_pack.WkILD8/_old  2013-02-12 16:39:38.0 +0100
+++ /var/tmp/diff_new_pack.WkILD8/_new  2013-02-12 16:39:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgsasl
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -48,7 +48,7 @@
 %package -n libgsasl7
 Summary:Implementation of the SASL framework and a few common SASL 
mechanisms
 Group:  Development/Libraries/C and C++
-Requires:   %{name}-lang = %{version}
+Recommends: %{name}-lang
 # Needed to make lang package installable
 Provides:   %{name} = %{version}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgsasl for openSUSE:Factory

2012-12-28 Thread h_root
Hello community,

here is the log from the commit of package libgsasl for openSUSE:Factory 
checked in at 2012-12-28 15:04:02

Comparing /work/SRC/openSUSE:Factory/libgsasl (Old)
 and  /work/SRC/openSUSE:Factory/.libgsasl.new (New)


Package is libgsasl, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libgsasl/libgsasl.changes2012-08-23 
16:04:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgsasl.new/libgsasl.changes   2012-12-28 
15:04:03.0 +0100
@@ -1,0 +2,5 @@
+Thu Aug 16 21:34:34 UTC 2012 - ag...@suse.com
+
+- fix-arm.patch: Add hack to fix compiling on ARM
+
+---

New:

  fix-arm.patch



Other differences:
--
++ libgsasl.spec ++
--- /var/tmp/diff_new_pack.WTwzt3/_old  2012-12-28 15:04:04.0 +0100
+++ /var/tmp/diff_new_pack.WTwzt3/_new  2012-12-28 15:04:04.0 +0100
@@ -21,6 +21,7 @@
 Release:0
 Source: %{name}-%{version}.tar.gz
 Patch1: libgsasl-stdio.h.patch
+Patch2: fix-arm.patch
 Summary:Implementation of the SASL framework and a few common SASL 
mechanisms
 License:LGPL-2.1+ and GPL-3.0+
 Group:  Development/Libraries/C and C++
@@ -85,6 +86,9 @@
 %prep
 %setup -q
 %patch1 -p1
+%ifarch %arm
+%patch2 -p1
+%endif
 
 %build
 %configure --disable-static --with-pic

++ fix-arm.patch ++
Index: libgsasl-1.6.1/gl/stdint.in.h
===
--- libgsasl-1.6.1.orig/gl/stdint.in.h
+++ libgsasl-1.6.1/gl/stdint.in.h
@@ -234,8 +234,8 @@ typedef unsigned long long int gl_uint64
 #undef uint_fast32_t
 #undef int_fast64_t
 #undef uint_fast64_t
-typedef long int gl_int_fast8_t;
-typedef unsigned long int gl_uint_fast8_t;
+typedef signed char gl_int_fast8_t;
+typedef unsigned char gl_uint_fast8_t;
 typedef long int gl_int_fast16_t;
 typedef unsigned long int gl_uint_fast16_t;
 typedef long int gl_int_fast32_t;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgsasl for openSUSE:Factory

2012-08-23 Thread h_root
Hello community,

here is the log from the commit of package libgsasl for openSUSE:Factory 
checked in at 2012-08-23 16:04:48

Comparing /work/SRC/openSUSE:Factory/libgsasl (Old)
 and  /work/SRC/openSUSE:Factory/.libgsasl.new (New)


Package is libgsasl, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libgsasl/libgsasl.changes2012-07-30 
11:35:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgsasl.new/libgsasl.changes   2012-08-23 
16:04:50.0 +0200
@@ -1,0 +2,11 @@
+Mon Aug 13 08:54:08 UTC 2012 - cfarr...@suse.com
+
+- license update: LGPL-2.1+ and GPL-3.0+
+  contains numerous GPL-3.0+ licensed test files
+
+---
+Sat Aug 11 13:44:34 UTC 2012 - jeng...@inai.de
+
+- Have package compile on RHEL6ish.
+
+---



Other differences:
--
++ libgsasl.spec ++
--- /var/tmp/diff_new_pack.AFLLk5/_old  2012-08-23 16:04:51.0 +0200
+++ /var/tmp/diff_new_pack.AFLLk5/_new  2012-08-23 16:04:51.0 +0200
@@ -17,24 +17,26 @@
 
 
 Name:   libgsasl
-BuildRequires:  fdupes
-BuildRequires:  gcc-c++
-BuildRequires:  gettext-devel
-BuildRequires:  krb5-devel
-BuildRequires:  libgcrypt-devel
-BuildRequires:  libgssglue-devel
-BuildRequires:  libidn-devel
-BuildRequires:  libntlm-devel
-BuildRequires:  pkg-config
 Version:1.6.1
 Release:0
 Source: %{name}-%{version}.tar.gz
 Patch1: libgsasl-stdio.h.patch
 Summary:Implementation of the SASL framework and a few common SASL 
mechanisms
-License:LGPL-2.1+
+License:LGPL-2.1+ and GPL-3.0+
 Group:  Development/Libraries/C and C++
 Url:http://www.gnu.org/software/gsasl/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version}
+BuildRequires:  fdupes
+%endif
+BuildRequires:  gcc-c++
+BuildRequires:  gettext-devel
+BuildRequires:  krb5-devel
+BuildRequires:  libgcrypt-devel
+BuildRequires:  libgssglue-devel
+BuildRequires:  libidn-devel
+BuildRequires:  libntlm-devel
+BuildRequires:  pkgconfig
 
 %description
 GNU SASL is an implementation of the Simple Authentication and
@@ -66,7 +68,20 @@
 used by network servers (e.g., IMAP, SMTP) to request authentication
 from clients, and in clients to authenticate against servers.
 
-%lang_package
+%package lang
+# Should use %%lang_package, but that does not exist in upstream rpm
+Summary:Languages for package %name
+Group:  System/Localization
+Requires:   %name = %version
+Provides:   %name-lang-all = %version
+%if 0%{?suse_version} = 1140 || 0%{?fedora_version} = 15
+Supplements:packageand(bundle-lang-other:%name)
+BuildArch:  noarch
+%endif
+
+%description lang
+Provides translations to the package %name
+
 %prep
 %setup -q
 %patch1 -p1
@@ -79,7 +94,9 @@
 %makeinstall
 %find_lang %{name}
 rm -f %{buildroot}%{_libdir}/*.la
-%fdupes $RPM_BUILD_ROOT
+%if 0%{?fdupes:1}
+%fdupes %buildroot
+%endif
 
 %post -n libgsasl7 -p /sbin/ldconfig
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgsasl for openSUSE:Factory

2012-07-30 Thread h_root
Hello community,

here is the log from the commit of package libgsasl for openSUSE:Factory 
checked in at 2012-07-30 11:17:06

Comparing /work/SRC/openSUSE:Factory/libgsasl (Old)
 and  /work/SRC/openSUSE:Factory/.libgsasl.new (New)


Package is libgsasl, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libgsasl/libgsasl.changes2012-03-26 
11:03:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgsasl.new/libgsasl.changes   2012-07-30 
11:35:57.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 27 08:14:09 UTC 2012 - a...@suse.de
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+---

New:

  libgsasl-stdio.h.patch



Other differences:
--
++ libgsasl.spec ++
--- /var/tmp/diff_new_pack.uzOmX1/_old  2012-07-30 11:36:02.0 +0200
+++ /var/tmp/diff_new_pack.uzOmX1/_new  2012-07-30 11:36:02.0 +0200
@@ -29,6 +29,7 @@
 Version:1.6.1
 Release:0
 Source: %{name}-%{version}.tar.gz
+Patch1: libgsasl-stdio.h.patch
 Summary:Implementation of the SASL framework and a few common SASL 
mechanisms
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
@@ -68,6 +69,7 @@
 %lang_package
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %configure --disable-static --with-pic

++ libgsasl-stdio.h.patch ++
Index: libgsasl-1.6.1/gl/stdio.in.h
===
--- libgsasl-1.6.1.orig/gl/stdio.in.h
+++ libgsasl-1.6.1/gl/stdio.in.h
@@ -149,7 +149,9 @@ _GL_WARN_ON_USE (fflush, fflush is not
so any use of gets warrants an unconditional warning.  Assume it is
always declared, since it is required by C89.  */
 #undef gets
+#if HAVE_RAW_DECL_GETS
 _GL_WARN_ON_USE (gets, gets is a security hole - use fgets instead);
+#endif
 
 #if @GNULIB_FOPEN@
 # if @REPLACE_FOPEN@
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgsasl for openSUSE:Factory

2012-03-26 Thread h_root
Hello community,

here is the log from the commit of package libgsasl for openSUSE:Factory 
checked in at 2012-03-26 11:03:11

Comparing /work/SRC/openSUSE:Factory/libgsasl (Old)
 and  /work/SRC/openSUSE:Factory/.libgsasl.new (New)


Package is libgsasl, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libgsasl/libgsasl.changes2011-09-23 
02:08:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgsasl.new/libgsasl.changes   2012-03-26 
11:03:12.0 +0200
@@ -1,0 +2,10 @@
+Sun Mar 25 00:49:09 UTC 2012 - jeng...@medozas.de
+
+- Enable building against libntlm (now that it exists in factory)
+
+---
+Sun Mar 25 00:14:56 UTC 2012 - jeng...@medozas.de
+
+- Parallel build with %_smp_mflags; strip redundant spec sections
+
+---



Other differences:
--
++ libgsasl.spec ++
--- /var/tmp/diff_new_pack.sgUAIC/_old  2012-03-26 11:03:13.0 +0200
+++ /var/tmp/diff_new_pack.sgUAIC/_new  2012-03-26 11:03:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgsasl
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libgsasl
 BuildRequires:  fdupes
@@ -26,15 +24,14 @@
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgssglue-devel
 BuildRequires:  libidn-devel
+BuildRequires:  libntlm-devel
 BuildRequires:  pkg-config
-# FIXME: libntlm is not packaged: http://josefsson.org/libntlm/
-# BuildRequires: libntlm-devel
 Version:1.6.1
-Release:3
-License:LGPL-2.1+
+Release:0
 Source: %{name}-%{version}.tar.gz
-Group:  Development/Libraries/C and C++
 Summary:Implementation of the SASL framework and a few common SASL 
mechanisms
+License:LGPL-2.1+
+Group:  Development/Libraries/C and C++
 Url:http://www.gnu.org/software/gsasl/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -45,7 +42,6 @@
 from clients, and in clients to authenticate against servers. 
 
 %package -n libgsasl7
-License:LGPL-2.1+
 Summary:Implementation of the SASL framework and a few common SASL 
mechanisms
 Group:  Development/Libraries/C and C++
 Requires:   %{name}-lang = %{version}
@@ -59,7 +55,6 @@
 from clients, and in clients to authenticate against servers.
 
 %package devel
-License:LGPL-2.1+
 Summary:Implementation of the SASL framework and a few common SASL 
mechanisms
 Group:  Development/Libraries/C and C++
 Requires:   libgsasl7 = %{version}
@@ -76,7 +71,7 @@
 
 %build
 %configure --disable-static --with-pic
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -84,9 +79,6 @@
 rm -f %{buildroot}%{_libdir}/*.la
 %fdupes $RPM_BUILD_ROOT
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -n libgsasl7 -p /sbin/ldconfig
 
 %postun -n libgsasl7 -p /sbin/ldconfig

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgsasl for openSUSE:Factory

2011-05-30 Thread h_root

Hello community,

here is the log from the commit of package libgsasl for openSUSE:Factory
checked in at Mon May 30 10:08:32 CEST 2011.




--- libgsasl/libgsasl.changes   2010-03-25 17:33:30.0 +0100
+++ /mounts/work_src_done/STABLE/libgsasl/libgsasl.changes  2011-05-27 
17:41:29.0 +0200
@@ -1,0 +2,25 @@
+Fri May 27 17:40:04 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.6.1:
+  + Add a Libs.private to libgsasl.pc.
+  + Updated translations.
+
+---
+Fri Apr 29 18:33:05 UTC 2011 - dims...@opensuse.org
+
+- Update to version 1.6.0:
+  + SCRAM: General fixes and support for SCRAM-SHA-1-PLUS with
+channel bindings.
+  + GS2-KRB5: New mechanism GS2 with support for Kerberos V5.
+  + GSSAPI/GS2-KRB5: Support for MIT Kerberos for Windows GSS-API
+library.
+  + DIGEST-MD5: The server code now returns GSASL_OK after the
+final token.
+  + Added property for tls-unique channel binding.
+  + No longer require the same or newer libgcrypt it was built
+with.
+  + Several doc improvements.
+  + Update gnulib files.
+- Use source services: download_url, recompress and set_Version.
+
+---

calling whatdependson for head-i586


Old:

  libgsasl-1.4.4.tar.bz2

New:

  _service
  _service:recompress:download_url:libgsasl-1.6.1.tar.bz2
  _service:set_version:libgsasl.spec



Other differences:
--
++ _service:set_version:libgsasl.spec ++
#
# spec file for package libgsasl (Version 1.6.1)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:   libgsasl
BuildRequires:  fdupes
BuildRequires:  gcc-c++
BuildRequires:  gettext-devel
BuildRequires:  krb5-devel
BuildRequires:  libgcrypt-devel
BuildRequires:  libgssglue-devel
BuildRequires:  libidn-devel
BuildRequires:  pkg-config
# FIXME: libntlm is not packaged: http://josefsson.org/libntlm/
# BuildRequires: libntlm-devel
Version: 1.6.1
Release: 0
License:LGPLv2.1+
Source: %{name}-%{version}.tar.bz2
Group:  Development/Libraries/C and C++
Summary:Implementation of the SASL framework and a few common SASL 
mechanisms
Url:http://www.gnu.org/software/gsasl/
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL is
used by network servers (e.g., IMAP, SMTP) to request authentication
from clients, and in clients to authenticate against servers. 

%package -n libgsasl7
License:LGPLv2.1+
Summary:Implementation of the SASL framework and a few common SASL 
mechanisms
Group:  Development/Libraries/C and C++
Requires:   %{name}-lang = %{version}
# Needed to make lang package installable
Provides:   %{name} = %{version}

%description -n libgsasl7
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL is
used by network servers (e.g., IMAP, SMTP) to request authentication
from clients, and in clients to authenticate against servers.

%package devel
License:LGPLv2.1+
Summary:Implementation of the SASL framework and a few common SASL 
mechanisms
Group:  Development/Libraries/C and C++
Requires:   libgsasl7 = %{version}

%description devel
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL is
used by network servers (e.g., IMAP, SMTP) to request authentication
from clients, and in clients to authenticate against servers.

%lang_package
%prep
%setup -q

%build
%configure --disable-static --with-pic
make %{?jobs:-j%jobs}

%install
%makeinstall
%find_lang %{name}
rm -f %{buildroot}%{_libdir}/*.la
%fdupes $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%post -n libgsasl7 -p /sbin/ldconfig

%postun -n libgsasl7 -p /sbin/ldconfig

%files -n libgsasl7
%defattr (-, root, root)
%doc AUTHORS COPYING.LIB NEWS README THANKS
%{_libdir}/*.so.*

%files devel
%defattr (-, root, root)
%{_includedir}/gsas*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%files lang -f %{name}.lang

%changelog