This commit is contained in:
parent
2d491e3d25
commit
d9ce1c086e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:462f80ce492ac3d7acdfae6ca0f5ff309f8c2d89e54c6424280b682301a99c6b
|
|
||||||
size 895074
|
|
3
gwenhywfar-3.1.1.tar.bz2
Normal file
3
gwenhywfar-3.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ef2bb84f464283f16c795b1c5b09873e42f23b60e972a2dd0512e2f382c59a19
|
||||||
|
size 922172
|
@ -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
|
Thu Jan 24 11:32:18 CET 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
@ -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;
|
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -10,17 +10,17 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: gwenhywfar
|
Name: gwenhywfar
|
||||||
BuildRequires: doxygen graphviz graphviz-gd libopenssl-devel libxml2-devel pkg-config xorg-x11-fonts
|
BuildRequires: doxygen fdupes graphviz graphviz-gd libgnutls-devel libopenssl-devel libxml2-devel pkg-config xorg-x11-fonts
|
||||||
Version: 2.6.2
|
Version: 3.1.1
|
||||||
Release: 21
|
Release: 1
|
||||||
Url: http://gwenhywfar.sourceforge.net/
|
Url: http://gwenhywfar.sourceforge.net/
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: A Multiplatform Helper Library for Other Libraries
|
Summary: A Multiplatform Helper Library for Other Libraries
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch0: gwenhywfar.diff
|
Requires: libgwenhywfar47 = %{version}
|
||||||
Requires: libgwenhywfar38 = %{version}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -38,12 +38,12 @@ Authors:
|
|||||||
Martin Preuss <martin@libchipcard.de>
|
Martin Preuss <martin@libchipcard.de>
|
||||||
Christian Stimming
|
Christian Stimming
|
||||||
|
|
||||||
%package -n libgwenhywfar38
|
%package -n libgwenhywfar47
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: A Multiplatform Helper Library for Other Libraries
|
Summary: A Multiplatform Helper Library for Other Libraries
|
||||||
Requires: %{name} >= %{version}
|
Requires: %{name} >= %{version}
|
||||||
|
|
||||||
%description -n libgwenhywfar38
|
%description -n libgwenhywfar47
|
||||||
Gwenhywfar is a base library used to provide OS abstraction functions
|
Gwenhywfar is a base library used to provide OS abstraction functions
|
||||||
for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes
|
for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes
|
||||||
some often needed functions (for example, for handling and parsing of
|
some often needed functions (for example, for handling and parsing of
|
||||||
@ -80,9 +80,9 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
test -f config.rpath || cp -v /usr/share/gettext/config.rpath .
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
%configure\
|
%configure\
|
||||||
--enable-release\
|
--enable-release\
|
||||||
@ -101,6 +101,7 @@ make srcdoc %{?jobs:-j%jobs}
|
|||||||
rm $RPM_BUILD_ROOT%{_libdir}/gwenhywfar/plugins/*/*/*.*a $RPM_BUILD_ROOT%{_libdir}/*.*a
|
rm $RPM_BUILD_ROOT%{_libdir}/gwenhywfar/plugins/*/*/*.*a $RPM_BUILD_ROOT%{_libdir}/*.*a
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
cp -a AUTHORS COPYING ChangeLog NEWS README TODO $RPM_BUILD_ROOT%{_docdir}/%{name}
|
cp -a AUTHORS COPYING ChangeLog NEWS README TODO $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
%fdupes $RPM_BUILD_ROOT%{_docdir}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -109,9 +110,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%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
|
%files -f %{name}.lang
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
@ -119,10 +120,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_docdir}/%{name}
|
%doc %{_docdir}/%{name}
|
||||||
%dir %{_libdir}/gwenhywfar
|
%dir %{_libdir}/gwenhywfar
|
||||||
%{_libdir}/gwenhywfar/*
|
%{_libdir}/gwenhywfar/*
|
||||||
%{_sysconfdir}/*.crt
|
|
||||||
%exclude %{_docdir}/%{name}/apidoc
|
%exclude %{_docdir}/%{name}/apidoc
|
||||||
|
%{_datadir}/gwenhywfar
|
||||||
|
|
||||||
%files -n libgwenhywfar38
|
%files -n libgwenhywfar47
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
@ -139,6 +140,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/gwenhywfar.pc
|
%{_libdir}/pkgconfig/gwenhywfar.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 24 2008 coolo@suse.de
|
||||||
- fixing open call
|
- fixing open call
|
||||||
* Fri Nov 09 2007 crrodriguez@suse.de
|
* Fri Nov 09 2007 crrodriguez@suse.de
|
||||||
@ -162,7 +172,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* bug fixes
|
* bug fixes
|
||||||
* removed debugging messages
|
* removed debugging messages
|
||||||
* clean up the API
|
* clean up the API
|
||||||
* Fri Sep 15 2006 jhargadon@suse.de
|
* Sat Sep 16 2006 jhargadon@suse.de
|
||||||
- update to version 2.4.0
|
- update to version 2.4.0
|
||||||
- This release adds GWEN_DBIO plugin which writes GWEN_DB's as XML files
|
- This release adds GWEN_DBIO plugin which writes GWEN_DB's as XML files
|
||||||
* Tue Jun 20 2006 stbinner@suse.de
|
* Tue Jun 20 2006 stbinner@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user