Hello community,

here is the log from the commit of package libtasn1 for openSUSE:Factory 
checked in at 2012-07-23 10:14:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtasn1 (Old)
 and      /work/SRC/openSUSE:Factory/.libtasn1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libtasn1", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libtasn1/libtasn1.changes        2012-07-02 
11:01:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libtasn1.new/libtasn1.changes   2012-07-23 
10:15:55.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 06:25:15 UTC 2012 - [email protected]
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+-------------------------------------------------------------------

New:
----
  libtasn1-stdio.h.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libtasn1.spec ++++++
--- /var/tmp/diff_new_pack.8LGNDl/_old  2012-07-23 10:15:58.000000000 +0200
+++ /var/tmp/diff_new_pack.8LGNDl/_new  2012-07-23 10:15:58.000000000 +0200
@@ -27,6 +27,7 @@
 Group:          Productivity/Networking/Security
 Source:         %{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
+Patch1:         libtasn1-stdio.h.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %install_info_prereq
 
@@ -57,6 +58,7 @@
 
 %prep
 %setup
+%patch1 -p1
 
 %build
 %configure --disable-static

++++++ libtasn1-stdio.h.patch ++++++
Index: libtasn1-2.12/gl/stdio.in.h
===================================================================
--- libtasn1-2.12.orig/gl/stdio.in.h
+++ libtasn1-2.12/gl/stdio.in.h
@@ -710,11 +710,13 @@ _GL_CXXALIAS_RPL (gets, char *, (char *s
 _GL_CXXALIAS_SYS (gets, char *, (char *s));
 #  undef gets
 # endif
+# if HAVE_RAW_DECL_GETS
 _GL_CXXALIASWARN (gets);
 /* It is very rare that the developer ever has full control of stdin,
    so any use of gets warrants an unconditional warning.  Assume it is
    always declared, since it is required by C89.  */
 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
+# endif
 #endif
 
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to