Compare commits
86 Commits
libdap-3_7
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
14bb839254 | ||
|
e48dc1c148 | ||
|
bba33af9d8 | ||
|
711e5876af | ||
|
101db36da2 | ||
|
4dd9d7413d | ||
|
fa2afd60df | ||
|
63c77afdee | ||
|
90875a3a30 | ||
|
39935ff19b | ||
|
5a8a983b3d | ||
|
a50e13590f | ||
|
d535cbfdde | ||
|
ed405ae880 | ||
|
3fe3e8c39a | ||
|
9a1d0882e6 | ||
|
c2f20b8f8d | ||
|
43eaef550c | ||
|
3d1b6d124c | ||
|
8a959e5555 | ||
|
7c31c7ca66 | ||
|
8126ecaf2d | ||
|
ac50be28fb | ||
|
ff62a3090c | ||
|
2bc49957d5 | ||
|
4e0839fa3e | ||
|
1b4f03cfae | ||
|
2232d8e606 | ||
|
078aa3175a | ||
|
97301ebaf4 | ||
|
1bc557317e | ||
|
9b015cbfe3 | ||
|
d24da578d6 | ||
|
5982a22b04 | ||
|
872af645d3 | ||
|
7b17a045cc | ||
|
4354e1a092 | ||
|
21c4c1884b | ||
|
ac788a31a4 | ||
|
d77e16dc97 | ||
|
06930879b4 | ||
|
2920d46f39 | ||
|
b0a5ee2cfe | ||
|
e6f024adb3 | ||
|
31ddda46a4 | ||
|
04076185a8 | ||
|
c9a15b17b8 | ||
|
81b489b9fc | ||
|
187ec50aeb | ||
|
ec8f45e1af | ||
|
341187ce65 | ||
|
390b832168 | ||
|
324eaf91ec | ||
|
e309283bd6 | ||
|
7f83d83df1 | ||
|
9beb43794e | ||
|
fb26a61e9f | ||
|
d858d78da5 | ||
|
758872e5c4 | ||
|
1f630ff1ae | ||
|
451cfae552 | ||
|
d9f8e124f6 | ||
|
45eddc9097 | ||
|
f2febcca18 | ||
|
12ca1ad300 | ||
|
a044901f36 | ||
|
63c2ce5a83 | ||
|
2d18fc6b32 | ||
|
aed33f63e7 | ||
|
4aa4b779eb | ||
|
ff8c660ee4 | ||
|
2096e196c3 | ||
|
115e6ad0b5 | ||
|
ba83b20551 | ||
|
24f804df8f | ||
|
a9ba7f1f94 | ||
|
d3f4bba24f | ||
|
b1ecbc08af | ||
|
6fbefde508 | ||
|
28238b9bbb | ||
|
a4dcfaff5f | ||
|
85c9cc5b46 | ||
|
f793d60f7a | ||
|
efb73225d0 | ||
|
ec998d140d | ||
|
b8378412ba |
@ -1 +0,0 @@
|
|||||||
libdap-3.5.3.tar.gz
|
|
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
libdap-3.10.2.tar.gz
|
||||||
|
/libdap-3.11.0.tar.gz
|
||||||
|
/libdap-3.11.1.tar.gz
|
||||||
|
/libdap-3.11.3.tar.gz
|
||||||
|
/libdap-3.11.7.tar.gz
|
||||||
|
/libdap-3.13.1.tar.gz
|
||||||
|
/libdap-3.13.3.tar.gz
|
||||||
|
/libdap-3.14.0.tar.gz
|
||||||
|
/libdap-3.15.1.tar.gz
|
||||||
|
/libdap-3.16.0.tar.gz
|
||||||
|
/libdap-3.17.0.tar.gz
|
||||||
|
/version-3.17.1.tar.gz
|
||||||
|
/libdap-3.17.2.tar.gz
|
||||||
|
/libdap-3.18.1.tar.gz
|
||||||
|
/libdap-3.18.2.tar.gz
|
||||||
|
/libdap-3.18.3.tar.gz
|
21
Makefile
21
Makefile
@ -1,21 +0,0 @@
|
|||||||
# Makefile for source rpm: libdap
|
|
||||||
# $Id$
|
|
||||||
NAME := libdap
|
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
|
||||||
|
|
||||||
define find-makefile-common
|
|
||||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
|
||||||
|
|
||||||
ifeq ($(MAKEFILE_COMMON),)
|
|
||||||
# attept a checkout
|
|
||||||
define checkout-makefile-common
|
|
||||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(MAKEFILE_COMMON)
|
|
26
libdap-offline.patch
Normal file
26
libdap-offline.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
diff -up libdap-3.18.1/tests/Makefile.am.offline libdap-3.18.1/tests/Makefile.am
|
||||||
|
--- libdap-3.18.1/tests/Makefile.am.offline 2015-10-19 16:03:35.000000000 -0600
|
||||||
|
+++ libdap-3.18.1/tests/Makefile.am 2016-08-12 09:33:37.767696856 -0600
|
||||||
|
@@ -112,7 +112,6 @@ $(EXPRTESTSUITE) $(DMRTESTSUITE) $(GETDA
|
||||||
|
$(SHELL) '$(DDSTESTSUITE)' $(TESTSUITEFLAGS)
|
||||||
|
$(SHELL) '$(EXPRTESTSUITE)' $(TESTSUITEFLAGS)
|
||||||
|
$(SHELL) '$(DMRTESTSUITE)' $(TESTSUITEFLAGS)
|
||||||
|
- $(SHELL) '$(GETDAPTESTSUITE)' $(TESTSUITEFLAGS)
|
||||||
|
|
||||||
|
# Make sure there are no spaces after the DASTESTSUITE names. jhrg 3/16/15
|
||||||
|
# Delete the scripts here and not using CLEANFILES because this target is
|
||||||
|
diff -up libdap-3.18.1/unit-tests/Makefile.am.offline libdap-3.18.1/unit-tests/Makefile.am
|
||||||
|
--- libdap-3.18.1/unit-tests/Makefile.am.offline 2016-08-12 09:33:37.768696852 -0600
|
||||||
|
+++ libdap-3.18.1/unit-tests/Makefile.am 2016-08-12 09:34:12.984547765 -0600
|
||||||
|
@@ -67,9 +67,9 @@ D4-xml.tar.gz: D4-xml/DMR_*[0-9].xml
|
||||||
|
if CPPUNIT
|
||||||
|
UNIT_TESTS = marshT arrayT attrTableT structT sequenceT ddsT dasT \
|
||||||
|
RegexTest ArrayTest AttrTableTest ByteTest MIMEUtilTest ancT DASTest \
|
||||||
|
- DDSTest DDXParserTest generalUtilTest HTTPConnectTest parserUtilTest \
|
||||||
|
+ DDSTest DDXParserTest generalUtilTest parserUtilTest \
|
||||||
|
RCReaderTest SequenceTest SignalHandlerTest MarshallerTest \
|
||||||
|
- HTTPCacheTest ServerFunctionsListUnitTest
|
||||||
|
+ ServerFunctionsListUnitTest
|
||||||
|
|
||||||
|
if DAP4_DEFINED
|
||||||
|
UNIT_TESTS += D4MarshallerTest D4UnMarshallerTest D4DimensionsTest \
|
353
libdap.spec
353
libdap.spec
@ -1,86 +1,357 @@
|
|||||||
|
|
||||||
Name: libdap
|
Name: libdap
|
||||||
Summary: The C++ DAP2 library from OPeNDAP
|
Summary: The C++ DAP2 library from OPeNDAP
|
||||||
Version: 3.5.3
|
Version: 3.18.3
|
||||||
Release: 2%{?dist}
|
Release: 5%{?dist}
|
||||||
|
|
||||||
#Source0: http://www.opendap.org/pub/3.5/source/libdap-%{version}.tar.gz
|
|
||||||
Source0: ftp://ftp.unidata.ucar.edu/pub/opendap/source/libdap-%{version}.tar.gz
|
|
||||||
URL: http://www.opendap.org/
|
|
||||||
|
|
||||||
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
URL: http://www.opendap.org/
|
||||||
License: LGPL/W3C
|
Source0: http://www.opendap.org/pub/source/libdap-%{version}.tar.gz
|
||||||
# Mandrake
|
#Don't run HTTP tests - builders don't have network connections
|
||||||
#BuildRequires: libcurl3-devel >= 7.10.6 libxml2-devel >= 2.5.7
|
Patch0: libdap-offline.patch
|
||||||
# fedora
|
|
||||||
BuildRequires: curl-devel >= 7.10.6 libxml2-devel >= 2.5.7
|
# For autoreconf
|
||||||
|
BuildRequires: libtool
|
||||||
|
BuildRequires: bison >= 3.0
|
||||||
|
BuildRequires: cppunit-devel
|
||||||
|
BuildRequires: curl-devel
|
||||||
|
BuildRequires: doxygen
|
||||||
|
BuildRequires: flex
|
||||||
|
BuildRequires: graphviz
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: openssl-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
%ifnarch s390 %{mips}
|
||||||
|
BuildRequires: valgrind
|
||||||
|
%endif
|
||||||
|
|
||||||
|
Provides: bundled(gnulib)
|
||||||
|
|
||||||
# This package could be relocatable. In that case uncomment the following
|
|
||||||
# line
|
|
||||||
#Prefix: %{_prefix}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The libdap++ library contains an implementation of DAP2. This package
|
The libdap++ library contains an implementation of DAP2. This package
|
||||||
contains the library, dap-config, getdap and deflate. The script dap-config
|
contains the library, dap-config, and getdap. The script dap-config
|
||||||
simplifies using the library in other projects. The getdap utility is a
|
simplifies using the library in other projects. The getdap utility is a
|
||||||
simple command-line tool to read from DAP2 servers. It is built using the
|
simple command-line tool to read from DAP2 servers. It is built using the
|
||||||
library and demonstrates simple uses of it. The deflate utility is used by
|
library and demonstrates simple uses of it.
|
||||||
the library when it returns compressed responses.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Static libraries and header files from libdap
|
Summary: Development and header files from libdap
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: curl-devel >= 7.10.6 libxml2-devel >= 2.5.7
|
Requires: curl-devel
|
||||||
#
|
Requires: libxml2-devel
|
||||||
|
Requires: pkgconfig
|
||||||
|
# for the /usr/share/aclocal directory ownership
|
||||||
|
Requires: automake
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains all the files needed to develop applications that
|
This package contains all the files needed to develop applications that
|
||||||
will use libdap.
|
will use libdap.
|
||||||
|
|
||||||
|
|
||||||
|
%package doc
|
||||||
|
Summary: Documentation of the libdap library
|
||||||
|
Group: Documentation
|
||||||
|
|
||||||
|
%description doc
|
||||||
|
Documentation of the libdap library.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{version}
|
||||||
|
%patch0 -p1 -b .offline
|
||||||
|
iconv -f latin1 -t utf8 < COPYRIGHT_W3C > COPYRIGHT_W3C.utf8
|
||||||
|
touch -r COPYRIGHT_W3C COPYRIGHT_W3C.utf8
|
||||||
|
mv COPYRIGHT_W3C.utf8 COPYRIGHT_W3C
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
# To fix rpath
|
||||||
|
autoreconf -f -i
|
||||||
|
%configure --disable-static --disable-dependency-tracking
|
||||||
|
# --enable-valgrind - missing valgrind exclusions file
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
make docs
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
%install
|
||||||
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/libdap
|
||||||
|
mv $RPM_BUILD_ROOT%{_libdir}/libtest-types.a $RPM_BUILD_ROOT%{_libdir}/libdap/
|
||||||
|
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
mv $RPM_BUILD_ROOT%{_bindir}/dap-config-pkgconfig $RPM_BUILD_ROOT%{_bindir}/dap-config
|
||||||
|
|
||||||
|
rm -rf __dist_docs
|
||||||
|
cp -pr docs __dist_docs
|
||||||
|
# those .map and .md5 are of dubious use, remove them
|
||||||
|
rm -f __dist_docs/html/*.map __dist_docs/html/*.md5
|
||||||
|
# use the ChangeLog timestamp to have the same timestamps for the doc files
|
||||||
|
# for all arches
|
||||||
|
touch -r ChangeLog __dist_docs/html/*
|
||||||
|
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%license COPYRIGHT_W3C COPYING COPYRIGHT_URI
|
||||||
|
%doc README NEWS README.dodsrc
|
||||||
%{_bindir}/getdap
|
%{_bindir}/getdap
|
||||||
%{_sbindir}/deflate
|
%{_bindir}/getdap4
|
||||||
%{_libdir}/libdap.so.*
|
%{_libdir}/libdap.so.23*
|
||||||
%doc README NEWS COPYING COPYRIGHT_URI README.AIS README.dodsrc
|
%{_libdir}/libdapclient.so.6*
|
||||||
%doc COPYRIGHT_W3C
|
%{_libdir}/libdapserver.so.7*
|
||||||
|
%{_mandir}/man1/getdap.1*
|
||||||
|
%{_mandir}/man1/getdap4.1*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/libdap.a
|
|
||||||
%{_libdir}/libdap.so
|
%{_libdir}/libdap.so
|
||||||
|
%{_libdir}/libdapclient.so
|
||||||
|
%{_libdir}/libdapserver.so
|
||||||
|
%{_libdir}/libdap/
|
||||||
|
%{_libdir}/pkgconfig/libdap*.pc
|
||||||
%{_bindir}/dap-config
|
%{_bindir}/dap-config
|
||||||
%{_includedir}/libdap/
|
%{_includedir}/libdap/
|
||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
|
%{_mandir}/man1/dap-config.1*
|
||||||
|
|
||||||
|
%files doc
|
||||||
|
%license COPYING COPYRIGHT_URI COPYRIGHT_W3C
|
||||||
|
%doc __dist_docs/html/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Nov 21 2005 Patrice Dumas <dumas@centre-cired.fr> - 3.5.3-2
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.3-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.3-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.3-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 11 2017 Orion Poplawski <orion@cora.nwra.com> - 3.18.3-1
|
||||||
|
- Update to 3.18.3
|
||||||
|
|
||||||
|
* Tue Dec 6 2016 Orion Poplawski <orion@cora.nwra.com> - 3.18.2-1
|
||||||
|
- Update to 3.18.2
|
||||||
|
- Drop getopt and big endian baselines patches applied upstream
|
||||||
|
|
||||||
|
* Fri Aug 26 2016 Dan Horák <dan[at]danny.cz> - 3.18.1-2
|
||||||
|
- Add missing big endian baselines (#1366787)
|
||||||
|
|
||||||
|
* Fri Aug 12 2016 Orion Poplawski <orion@cora.nwra.com> - 3.18.1-1
|
||||||
|
- Update to 3.18.1
|
||||||
|
- Add patch to fix getopt usage again
|
||||||
|
|
||||||
|
* Thu Aug 11 2016 Michal Toman <mtoman@fedoraproject.org> - 3.17.2-2
|
||||||
|
- No valgrind on MIPS
|
||||||
|
|
||||||
|
* Fri Apr 15 2016 Than Ngo <than@redhat.com> - 3.17.2-1
|
||||||
|
- update to 3.17.2
|
||||||
|
|
||||||
|
* Fri Apr 15 2016 Dan Horák <dan[at]danny.cz> - 3.17.1-1
|
||||||
|
- Update to 3.17.1
|
||||||
|
- Switch to github for source archive
|
||||||
|
- Add missing big endian baselines (#1325114)
|
||||||
|
|
||||||
|
* Tue Feb 9 2016 Orion Poplawski <orion@cora.nwra.com> - 3.17.0-1
|
||||||
|
- Update to 3.17.0
|
||||||
|
- Add patch for gcc 6 support
|
||||||
|
|
||||||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.16.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 14 2016 Orion Poplawski <orion@cora.nwra.com> - 3.16.0-1
|
||||||
|
- Update to 3.16.0
|
||||||
|
|
||||||
|
* Wed Sep 23 2015 Orion Poplawski <orion@cora.nwra.com> - 3.15.1-1
|
||||||
|
- Update to 3.15.1
|
||||||
|
- Drop flex, getopt, and include patches fixed upstream
|
||||||
|
|
||||||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.14.0-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 04 2015 Dan Horák <dan[at]danny.cz> - 3.14.0-4
|
||||||
|
- valgrind available only on selected arches
|
||||||
|
|
||||||
|
* Fri Apr 17 2015 Orion Poplawski <orion@cora.nwra.com> - 3.14.0-3
|
||||||
|
- Add patch to add needed includes
|
||||||
|
|
||||||
|
* Fri Apr 17 2015 Orion Poplawski <orion@cora.nwra.com> - 3.14.0-2
|
||||||
|
- Ship libtest-types.a for dependent package tests
|
||||||
|
|
||||||
|
* Thu Apr 16 2015 Orion Poplawski <orion@cora.nwra.com> - 3.14.0-1
|
||||||
|
- Update to 3.14.0
|
||||||
|
- Add patch to fix flex compilation
|
||||||
|
- Add patch to fix getopt usage
|
||||||
|
- Update offline patch for new test
|
||||||
|
|
||||||
|
* Mon Feb 23 2015 Orion Poplawski <orion@cora.nwra.com> - 3.13.3-1
|
||||||
|
- Update to 3.13.3
|
||||||
|
|
||||||
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 15 2014 Orion Poplawski <orion@cora.nwra.com> - 3.13.1-2
|
||||||
|
- Add patch to fix tests on ppc and arm
|
||||||
|
|
||||||
|
* Wed Jul 9 2014 Orion Poplawski <orion@cora.nwra.com> - 3.13.1-1
|
||||||
|
- Update to 3.13.1
|
||||||
|
- Run autoreconf to fix rpaths
|
||||||
|
|
||||||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.11.7-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.11.7-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed May 29 2013 Orion Poplawski <orion@cora.nwra.com> - 3.11.7-1
|
||||||
|
- Update to 3.11.7
|
||||||
|
- Drop gcc47 patch applied upstream
|
||||||
|
- spec cleanup
|
||||||
|
- Add BR openssl-devel
|
||||||
|
|
||||||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.11.3-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.11.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue May 15 2012 Orion Poplawski <orion@cora.nwra.com> - 3.11.3-1
|
||||||
|
- Update to 3.11.3
|
||||||
|
- Drop curl and test patches applied upstream
|
||||||
|
- Add Provides: bundled(gnulib) (bug 821766)
|
||||||
|
|
||||||
|
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.11.1-5
|
||||||
|
- Rebuilt for c++ ABI breakage
|
||||||
|
|
||||||
|
* Sat Jan 14 2012 Orion Poplawski <orion@cora.nwra.com> - 3.11.1-4
|
||||||
|
- Add patch to compile with gcc 4.7
|
||||||
|
|
||||||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.11.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Dec 28 2011 Orion Poplawski <orion@cora.nwra.com> - 3.11.1-2
|
||||||
|
- Add upstream patch to fix failing test
|
||||||
|
|
||||||
|
* Tue Nov 22 2011 Orion Poplawski <orion@cora.nwra.com> - 3.11.1-1
|
||||||
|
- Update to 3.11.1
|
||||||
|
- Add patch for current libcurl
|
||||||
|
|
||||||
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.11.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Dec 10 2010 Orion Poplawski <orion@cora.nwra.com> - 3.11.0-1
|
||||||
|
- Update to 3.11.0
|
||||||
|
- Drop libuuid patch fixed upstream
|
||||||
|
- Drop soname patch
|
||||||
|
|
||||||
|
* Thu Jul 15 2010 Orion Poplawski <orion@cora.nwra.com> - 3.10.2-3
|
||||||
|
- Add patch to bump soname as this dropped the AIS* functions
|
||||||
|
- Add BR cppunit-devel and %%check section
|
||||||
|
- Add patch to not run HTTP network tests
|
||||||
|
|
||||||
|
* Wed Jul 14 2010 Orion Poplawski <orion@cora.nwra.com> - 3.10.2-2
|
||||||
|
- Add patch to remove -luuid from pkg-config libs
|
||||||
|
|
||||||
|
* Tue Jul 13 2010 Orion Poplawski <orion@cora.nwra.com> - 3.10.2-1
|
||||||
|
- Update to 3.10.2
|
||||||
|
- Deflate is no longer shipped
|
||||||
|
- Drop includes patch fixed upstream
|
||||||
|
- Add license to doc sub-package
|
||||||
|
|
||||||
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 22 2009 Orion Poplawski <orion@cora.nwra.com> - 3.9.3-1
|
||||||
|
- Update to 3.9.3
|
||||||
|
|
||||||
|
* Tue Mar 3 2009 Caolán McNamara <caolanm@redhat.com> - 3.8.2-3
|
||||||
|
- include cstdio for std::sprintf
|
||||||
|
|
||||||
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.2-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Sep 5 2008 Patrice Dumas <pertusus@free.fr> 3.8.2-1
|
||||||
|
- update to 3.8.2
|
||||||
|
|
||||||
|
* Sun Mar 16 2008 Patrice Dumas <pertusus@free.fr> 3.8.0-1
|
||||||
|
- update to 3.8.0
|
||||||
|
|
||||||
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.7.10-3
|
||||||
|
- Autorebuild for GCC 4.3
|
||||||
|
|
||||||
|
* Wed Jan 2 2008 Patrice Dumas <pertusus@free.fr> 3.7.10-2
|
||||||
|
- use pkg-config in dap-config
|
||||||
|
|
||||||
|
* Mon Dec 17 2007 Patrice Dumas <pertusus@free.fr> 3.7.10-1
|
||||||
|
- update to 3.7.10
|
||||||
|
|
||||||
|
* Sun Oct 21 2007 Patrice Dumas <pertusus@free.fr> 3.7.8-3
|
||||||
|
- remove reference to libdir in dap-config
|
||||||
|
|
||||||
|
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 3.7.8-2
|
||||||
|
- Rebuild for selinux ppc32 issue.
|
||||||
|
|
||||||
|
* Thu Jul 5 2007 Patrice Dumas <pertusus@free.fr> 3.7.8-1.1
|
||||||
|
- update to 3.7.8
|
||||||
|
|
||||||
|
* Thu May 31 2007 Patrice Dumas <pertusus@free.fr> 3.7.7-1.1
|
||||||
|
- update to 3.7.7
|
||||||
|
|
||||||
|
* Sat May 12 2007 Patrice Dumas <pertusus@free.fr> 3.7.6-4
|
||||||
|
- remove static libs
|
||||||
|
- set the same doc file timestamps for all arches
|
||||||
|
|
||||||
|
* Mon Apr 30 2007 Patrice Dumas <pertusus@free.fr> 3.7.6-3
|
||||||
|
- correct the library install order
|
||||||
|
- keep timestamps
|
||||||
|
- add documentation in a subpackage
|
||||||
|
|
||||||
|
* Mon Apr 30 2007 Patrice Dumas <pertusus@free.fr> 3.7.6-2
|
||||||
|
- update to 3.7.6
|
||||||
|
|
||||||
|
* Tue Oct 31 2006 Patrice Dumas <pertusus@free.fr> 3.7.2-3
|
||||||
|
- rebuild for new libcurl soname
|
||||||
|
|
||||||
|
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 3.7.2-2
|
||||||
|
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
||||||
|
|
||||||
|
* Tue Sep 19 2006 Patrice Dumas <pertusus@free.fr> 3.7.2-1
|
||||||
|
- update to 3.7.2
|
||||||
|
|
||||||
|
* Wed Sep 6 2006 Patrice Dumas <pertusus@free.fr> 3.7.1-1
|
||||||
|
- update to 3.7.1
|
||||||
|
- set licence to LGPL instead of W3C/LGPL, since only deflate is W3C, so
|
||||||
|
the whole is under the LGPL
|
||||||
|
|
||||||
|
* Fri Jul 21 2006 Patrice Dumas <pertusus@free.fr> 3.7.0-1
|
||||||
|
- update to 3.7.0
|
||||||
|
|
||||||
|
* Mon Feb 27 2006 James Gallagher <jgallagher@opendap.org> - 3.6.0-1
|
||||||
|
- update to 3.6.0
|
||||||
|
|
||||||
|
* Mon Nov 21 2005 Patrice Dumas <pertusus@free.fr> - 3.5.3-2
|
||||||
- fix Source0
|
- fix Source0
|
||||||
|
|
||||||
* Tue Aug 30 2005 Patrice Dumas <dumas@centre-cired.fr> - 3.5.2-3
|
* Tue Aug 30 2005 Patrice Dumas <pertusus@free.fr> - 3.5.2-3
|
||||||
- Add missing Requires
|
- Add missing Requires
|
||||||
|
|
||||||
* Sat Jul 2 2005 Patrice Dumas <dumas@centre-cired.fr> - 3.5.1-2
|
* Sat Jul 2 2005 Patrice Dumas <pertusus@free.fr> - 3.5.1-2
|
||||||
- Support for shared libraries
|
- Support for shared libraries
|
||||||
- Add COPYING
|
- Add COPYING
|
||||||
- Update with fedora template
|
- Update with fedora template
|
||||||
@ -92,7 +363,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Removed version numbers from .a and includes directory.
|
- Removed version numbers from .a and includes directory.
|
||||||
|
|
||||||
* Tue May 10 2005 James Gallagher <jimg@zoey.opendap.org>
|
* Tue May 10 2005 James Gallagher <jimg@zoey.opendap.org>
|
||||||
- Mostly works. Problems: Not sure if the %post script stuff works.
|
- Mostly works. Problems: Not sure if the %%post script stuff works.
|
||||||
- Must also address the RHEL3 package deps issue (curl 7.12.0 isn't available;
|
- Must also address the RHEL3 package deps issue (curl 7.12.0 isn't available;
|
||||||
not sure about xml2 2.5.7). At least the deps fail when they are not present!
|
not sure about xml2 2.5.7). At least the deps fail when they are not present!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user