From d9ce1c086e8147c57b4b6e1ac10d280741c96229d58f7ebd412a719681a22768 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 15 Feb 2008 00:23:00 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenhywfar?expand=0&rev=5 --- gwenhywfar-2.6.2.tar.bz2 | 3 --- gwenhywfar-3.1.1.tar.bz2 | 3 +++ gwenhywfar.changes | 13 +++++++++++++ gwenhywfar.diff | 29 ----------------------------- gwenhywfar.spec | 38 ++++++++++++++++++++++++-------------- 5 files changed, 40 insertions(+), 46 deletions(-) delete mode 100644 gwenhywfar-2.6.2.tar.bz2 create mode 100644 gwenhywfar-3.1.1.tar.bz2 delete mode 100644 gwenhywfar.diff diff --git a/gwenhywfar-2.6.2.tar.bz2 b/gwenhywfar-2.6.2.tar.bz2 deleted file mode 100644 index 04977fe..0000000 --- a/gwenhywfar-2.6.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:462f80ce492ac3d7acdfae6ca0f5ff309f8c2d89e54c6424280b682301a99c6b -size 895074 diff --git a/gwenhywfar-3.1.1.tar.bz2 b/gwenhywfar-3.1.1.tar.bz2 new file mode 100644 index 0000000..dce13e5 --- /dev/null +++ b/gwenhywfar-3.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2bb84f464283f16c795b1c5b09873e42f23b60e972a2dd0512e2f382c59a19 +size 922172 diff --git a/gwenhywfar.changes b/gwenhywfar.changes index 87e91c7..bbab395 100644 --- a/gwenhywfar.changes +++ b/gwenhywfar.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Feb 12 15:28:41 CET 2008 - ro@suse.de + +- update to 3.1.1 + - fixed a bug in ctfile.c (now ignores modulus and exponent in + GWEN_Crypt_TokenFile__SetKeyInfo()) + Now gct-tool setsignseq works again with OpenHBCI keyfiles. + - fixed a bug in src/parser/text.c whiche prevented the CSV plugin from + reading lines with empty fields when using TAB as a delimiter + +- update to 3.0.0 + - next generation with many bugfixes + ------------------------------------------------------------------- Thu Jan 24 11:32:18 CET 2008 - coolo@suse.de diff --git a/gwenhywfar.diff b/gwenhywfar.diff deleted file mode 100644 index 75dca64..0000000 --- a/gwenhywfar.diff +++ /dev/null @@ -1,29 +0,0 @@ ---- test/gwentest.c.orig 2008-01-24 11:28:26.000000000 +0100 -+++ test/gwentest.c 2008-01-24 11:29:16.000000000 +0100 -@@ -2926,7 +2926,7 @@ int testNlHttpConnect4(int argc, char ** - } - fprintf(stderr, "Connected.\n"); - -- fd=open(outFile, O_CREAT | O_WRONLY); -+ fd=open(outFile, O_CREAT | O_WRONLY, 0600); - if (fd==-1) { - fprintf(stderr, "Could not create outFile\n"); - return 2; -@@ -3213,7 +3213,7 @@ int testNlSslConnect2(int argc, char **a - } - fprintf(stderr, "Connected.\n"); - -- fd=open(outFile, O_CREAT | O_WRONLY); -+ fd=open(outFile, O_CREAT | O_WRONLY,0600); - if (fd==-1) { - fprintf(stderr, "Could not create outFile\n"); - return 2; -@@ -3467,7 +3467,7 @@ int testNlFileConnect1(int argc, char ** - } - fprintf(stderr, "Connected.\n"); - -- fd=open(outFile, O_CREAT | O_WRONLY); -+ fd=open(outFile, O_CREAT | O_WRONLY, 0600); - if (fd==-1) { - fprintf(stderr, "Could not create outFile\n"); - return 2; diff --git a/gwenhywfar.spec b/gwenhywfar.spec index 33cfaca..2ebb934 100644 --- a/gwenhywfar.spec +++ b/gwenhywfar.spec @@ -1,5 +1,5 @@ # -# spec file for package gwenhywfar (Version 2.6.2) +# spec file for package gwenhywfar (Version 3.1.1) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -10,17 +10,17 @@ # norootforbuild + Name: gwenhywfar -BuildRequires: doxygen graphviz graphviz-gd libopenssl-devel libxml2-devel pkg-config xorg-x11-fonts -Version: 2.6.2 -Release: 21 +BuildRequires: doxygen fdupes graphviz graphviz-gd libgnutls-devel libopenssl-devel libxml2-devel pkg-config xorg-x11-fonts +Version: 3.1.1 +Release: 1 Url: http://gwenhywfar.sourceforge.net/ Group: System/Libraries License: LGPL v2.1 or later Summary: A Multiplatform Helper Library for Other Libraries Source: %{name}-%{version}.tar.bz2 -Patch0: gwenhywfar.diff -Requires: libgwenhywfar38 = %{version} +Requires: libgwenhywfar47 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -38,12 +38,12 @@ Authors: Martin Preuss Christian Stimming -%package -n libgwenhywfar38 +%package -n libgwenhywfar47 Group: System/Libraries Summary: A Multiplatform Helper Library for Other Libraries Requires: %{name} >= %{version} -%description -n libgwenhywfar38 +%description -n libgwenhywfar47 Gwenhywfar is a base library used to provide OS abstraction functions for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes some often needed functions (for example, for handling and parsing of @@ -80,9 +80,9 @@ Authors: %prep %setup -q -%patch0 %build +test -f config.rpath || cp -v /usr/share/gettext/config.rpath . autoreconf -f -i %configure\ --enable-release\ @@ -101,6 +101,7 @@ make srcdoc %{?jobs:-j%jobs} rm $RPM_BUILD_ROOT%{_libdir}/gwenhywfar/plugins/*/*/*.*a $RPM_BUILD_ROOT%{_libdir}/*.*a mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name} cp -a AUTHORS COPYING ChangeLog NEWS README TODO $RPM_BUILD_ROOT%{_docdir}/%{name} +%fdupes $RPM_BUILD_ROOT%{_docdir} %clean rm -rf $RPM_BUILD_ROOT @@ -109,9 +110,9 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig -%post -n libgwenhywfar38 -p /sbin/ldconfig +%post -n libgwenhywfar47 -p /sbin/ldconfig -%postun -n libgwenhywfar38 -p /sbin/ldconfig +%postun -n libgwenhywfar47 -p /sbin/ldconfig %files -f %{name}.lang %defattr (-, root, root) @@ -119,10 +120,10 @@ rm -rf $RPM_BUILD_ROOT %doc %{_docdir}/%{name} %dir %{_libdir}/gwenhywfar %{_libdir}/gwenhywfar/* -%{_sysconfdir}/*.crt %exclude %{_docdir}/%{name}/apidoc +%{_datadir}/gwenhywfar -%files -n libgwenhywfar38 +%files -n libgwenhywfar47 %defattr (-, root, root) %{_libdir}/*.so.* @@ -139,6 +140,15 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/gwenhywfar.pc %changelog +* Tue Feb 12 2008 ro@suse.de +- update to 3.1.1 + - fixed a bug in ctfile.c (now ignores modulus and exponent in + GWEN_Crypt_TokenFile__SetKeyInfo()) + Now gct-tool setsignseq works again with OpenHBCI keyfiles. + - fixed a bug in src/parser/text.c whiche prevented the CSV plugin from + reading lines with empty fields when using TAB as a delimiter +- update to 3.0.0 + - next generation with many bugfixes * Thu Jan 24 2008 coolo@suse.de - fixing open call * Fri Nov 09 2007 crrodriguez@suse.de @@ -162,7 +172,7 @@ rm -rf $RPM_BUILD_ROOT * bug fixes * removed debugging messages * clean up the API -* Fri Sep 15 2006 jhargadon@suse.de +* Sat Sep 16 2006 jhargadon@suse.de - update to version 2.4.0 - This release adds GWEN_DBIO plugin which writes GWEN_DB's as XML files * Tue Jun 20 2006 stbinner@suse.de