[libotr3/el6] Wed Oct 24 2012 Paul Wouters <pwouters at redhat.com> - 3.2.1-3 - Fixes as per rhbz#865937 - The -deve

Paul Wouters pwouters at fedoraproject.org
Fri Oct 26 22:28:34 UTC 2012


commit ffba2d27e2c7b50b5a58a29d922d24dfa4478a60
Author: Paul Wouters <paul at libreswan.org>
Date:   Fri Oct 26 18:28:10 2012 -0400

     Wed Oct 24 2012 Paul Wouters <pwouters at redhat.com> - 3.2.1-3
    - Fixes as per rhbz#865937
    - The -devel subpackage should depend on same architecture
    - Removed cleaning buildroot in install
    - Don't remove libotr.so
    
    * Wed Aug 29 2012 Paul Wouters <pwouters at redhat.com> - 3.2.1-2
    - converted to libotr3 package for backwards compatibility

 libotr3.spec |  145 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 145 insertions(+), 0 deletions(-)
---
diff --git a/libotr3.spec b/libotr3.spec
new file mode 100644
index 0000000..a462528
--- /dev/null
+++ b/libotr3.spec
@@ -0,0 +1,145 @@
+Summary: Off-The-Record Messaging library and toolkit
+Name: libotr3
+Version: 3.2.1
+Release: 3%{?dist}
+License: GPLv2 and LGPLv2
+Group: System Environment/Libraries
+Source0: http://otr.cypherpunks.ca/libotr-%{version}.tar.gz
+Url: http://otr.cypherpunks.ca/
+Requires: libgcrypt >= 1.2.0
+Requires: pkgconfig
+BuildRequires: libgcrypt-devel >= 1.2.0, libgpg-error-devel
+Provides: libotr == %{version}
+
+%description
+Off-the-Record Messaging Library for backwards compatibility.
+
+%package devel
+Summary: Development library and include files for the old version of libotr
+Group: Development/Libraries
+Requires: %{name}%{?_isa} = %{version}-%{release}, libgcrypt-devel >= 1.2.0
+
+%description devel
+The devel package contains the old libotr library and include files.
+
+%prep
+%setup -q -n libotr-%{version}
+
+%build
+%configure --with-pic --disable-rpath --disable-static
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+make %{?_smp_mflags} all
+
+%install
+make \
+    DESTDIR=$RPM_BUILD_ROOT \
+    LIBINSTDIR=%{_libdir} \
+    install
+
+rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -rf $RPM_BUILD_ROOT/%{_bindir}
+rm -rf $RPM_BUILD_ROOT/%{_mandir}
+rm -rf $RPM_BUILD_ROOT/%{_datadir}/aclocal
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root)
+%doc AUTHORS README COPYING COPYING.LIB NEWS Protocol*
+%{_libdir}/libotr.so.*
+
+%files devel
+%defattr(-,root,root,-)
+%doc ChangeLog
+%{_libdir}/libotr.so
+%{_libdir}/pkgconfig/libotr.pc
+%dir %{_includedir}/libotr
+%{_includedir}/libotr/*
+
+
+%changelog
+* Wed Oct 24 2012 Paul Wouters <pwouters at redhat.com> - 3.2.1-3
+- Fixes as per rhbz#865937
+- The -devel subpackage should depend on same architecture
+- Removed cleaning buildroot in install
+- Don't remove libotr.so
+
+* Wed Aug 29 2012 Paul Wouters <pwouters at redhat.com> - 3.2.1-2
+- converted to libotr3 package for backwards compatibility
+
+* Wed Aug 15 2012 Paul Wouters <pwouters at redhat.com> - 3.2.1-1
+- Updated to 3.2.1, updates patch for rhbz#846377, CVE-2012-3461
+
+* Wed Aug 08 2012 Paul Wouters <pwouters at redhat.com> - 3.2.0-5
+- Patch for Multiple heap-based buffer overflows in the Base64 decoder
+  (rhbz#846377, upstream will not release 3.2.1 for this)
+- Don't build static lib
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Aug  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 3.2.0-2
+- fix license tag
+
+* Sun Jun 15 2008 Paul Wouters <paul at cypherpunks.ca> 3.2.0-1
+- Upgraded to 3.2.0
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 3.1.0-2
+- Autorebuild for GCC 4.3
+
+* Wed Aug  1 2007 Paul Wouters <paul at cypherpunks.ca> 3.1.0-1
+- Upgraded to current version
+- Updated URLS and configure line
+
+* Mon Sep 11 2006 Paul Wouters <paul at cypherpunks.ca> 3.0.0-2
+- Rebuild requested for PT_GNU_HASH support from gcc
+
+* Mon Oct 17 2005 Paul Wouters <paul at cypherpunks.ca> 3.0.0-1
+- Minor change to allow for new documentation files. Fixed Requires:
+
+* Sat Jun 19 2005 Paul Wouters <paul at cypherpunks.ca>
+- Fixed defattr, groups, description and duplicate files in devel
+
+* Fri Jun 17 2005 Tom "spot" Callaway <tcallawa at redhat.com>
+- reworked for Fedora Extras
+
+* Tue May  3 2005 Ian Goldberg <ian at cypherpunks.ca>
+- Bumped version number to 2.0.2
+* Wed Feb 16 2005 Ian Goldberg <ian at cypherpunks.ca>
+- Bumped version number to 2.0.1
+* Tue Feb  8 2005 Ian Goldberg <ian at cypherpunks.ca>
+- Bumped version number to 2.0.0
+* Wed Feb  2 2005 Ian Goldberg <ian at cypherpunks.ca>
+- Added libotr.m4 to the devel package
+- Bumped version number to 1.99.0
+* Wed Jan 19 2005 Paul Wouters <paul at cypherpunks.ca>
+- Updated spec file for the gaim-otr libotr split
+* Tue Dec 21 2004 Ian Goldberg <otr at cypherpunks.ca>
+- Bumped to version 1.0.2.
+* Fri Dec 17 2004 Paul Wouters <paul at cypherpunks.ca>
+- instll fix for x86_64
+* Sun Dec 12 2004 Ian Goldberg <otr at cypherpunks.ca>
+- Bumped to version 1.0.0.
+* Fri Dec 10 2004 Ian Goldberg <otr at cypherpunks.ca>
+- Bumped to version 0.9.9rc2. 
+* Thu Dec  9 2004 Ian Goldberg <otr at cypherpunks.ca>
+- Added CFLAGS to "make all", removed DESTDIR
+* Wed Dec  8 2004 Ian Goldberg <otr at cypherpunks.ca>
+- Bumped to version 0.9.9rc1. 
+* Fri Dec  3 2004 Ian Goldberg <otr at cypherpunks.ca>
+- Bumped to version 0.9.1. 
+* Wed Dec  1 2004 Paul Wouters <paul at cypherpunks.ca>
+- Bumped to version 0.9.0. 
+- Fixed install for tools and cos
+- Added Obsoletes: target for otr-plugin so rpm-Uhv gaim-otr removes it.
+* Mon Nov 22 2004 Ian Goldberg <otr at cypherpunks.ca>
+- Bumped version to 0.8.1
+* Sun Nov 21 2004 Paul Wouters <paul at cypherpunks.ca>
+- Initial version
+


More information about the scm-commits mailing list