diff --git a/.gitignore b/.gitignore index c80abca..eb48941 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /srm-ifce-1.12.tar.gz +/srm-ifce-1.12.2.tar.gz diff --git a/sources b/sources index 648d83c..9b6bd97 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -902d753e7ec57102e8a0d0ab013a5687 srm-ifce-1.12.tar.gz +38eda6193f6c7ce51bff0794b8caab41 srm-ifce-1.12.2.tar.gz diff --git a/srm-ifce.spec b/srm-ifce.spec index bd2478b..23d4573 100644 --- a/srm-ifce.spec +++ b/srm-ifce.spec @@ -1,6 +1,6 @@ Name: srm-ifce -Version: 1.12 -Release: 5%{?dist} +Version: 1.12.2 +Release: 6%{?dist} Summary: SRM client side library Group: Applications/Internet License: ASL 2.0 @@ -65,20 +65,23 @@ rm -rf $RPM_BUILD_ROOT %{_docdir}/%{name}-%{version}/RELEASE-NOTES %changelog -* Sun Jan 15 2012 Adrien Devress - 1.12-5 +* Mon Jan 30 2012 Adrien Devress - 1.12.2-6 + - Fix a stack smash problem relative to gsoap internal struct + +* Sun Jan 15 2012 Adrien Devress - 1.12.1-5 - add pkg-config files - add dist macro - correct buildroot path -* Wed Jan 11 2012 Adrien Devress - 1.12-4 +* Wed Jan 11 2012 Adrien Devress - 1.12.1-4 - Add a fixed source tree for packaging - Correct a problem of include with gcc 4.6 -* Thu Jan 05 2012 Adrien Devress - 1.12-3 +* Thu Jan 05 2012 Adrien Devress - 1.12.1-3 - Second Revision for EPEL/fedora conformance -* Fri Dec 16 2011 Adrien Devress - 1.12-2 +* Fri Dec 16 2011 Adrien Devress - 1.12.1-2 - First Revision for EPEL/fedora conformance -* Mon Nov 28 2011 Adrien Devress - 1.12-1 +* Mon Nov 28 2011 Adrien Devress - 1.12.1-1 - Initial build