## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 4; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # ## # Default values are --with empty --with sqlite3 --with mysql --with postgresql # --with odbc --without oracle # Note that, for Oracle, when enabled, the following options should # also be given: # --with-oracle-include=/opt/oracle/app/oracle/product/11.1.0/db_1/rdbms/public # --with-oracle-lib=/opt/oracle/app/oracle/product/11.1.0/db_1/lib # If the macros are defined, redefine them with the correct compilation flags. %bcond_without empty %bcond_without sqlite3 %bcond_without mysql %bcond_without postgresql %bcond_without odbc %bcond_with oracle %bcond_without tests %global _default_oracle_dir /opt/oracle/app/oracle/product/11.1.0/db_1 %{!?_with_oracle_incdir: %define _with_oracle_incdir --with-oracle-include=%{_default_oracle_dir}/rdbms/public} %{!?_with_oracle_libdir: %define _with_oracle_libdir --with-oracle-lib=%{_default_oracle_dir}/lib} # ## # Name: soci Version: 4.0.3 %global ups_ver 4.0.3 Release: %autorelease Summary: The database access library for C++ programmers License: Boost URL: https://github.com/SOCI/%{name} Source0: %{url}/archive/%{ups_ver}.tar.gz#/%{name}-%{version}.tar.gz # Works around a false positive -Wuninitialized error exposed by LTO Patch0: soci-uninit.patch BuildRequires: dos2unix BuildRequires: gcc gcc-c++ BuildRequires: cmake BuildRequires: boost-devel %description %{name} is a C++ database access library that provides the illusion of embedding SQL in regular C++ code, staying entirely within the C++ standard. %{?with_sqlite3:%package sqlite3 Summary: SQLite3 back-end for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} BuildRequires: sqlite-devel %description sqlite3 This package contains the SQLite3 back-end for %{name}, i.e., dynamic library specific to the SQLite3 database. If you would like to use %{name} in your programs with SQLite3, you will need to install %{name}-sqlite3.} %{?with_mysql:%package mysql Summary: MySQL back-end for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} BuildRequires: mariadb-connector-c-devel %description mysql This package contains the MySQL back-end for %{name}, i.e., dynamic library specific to the MySQL database. If you would like to use %{name} in your programs with MySQL, you will need to install %{name}-mysql.} %{?with_postgresql:%package postgresql Summary: PostGreSQL back-end for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} BuildRequires: libpq-devel %description postgresql This package contains the PostGreSQL back-end for %{name}, i.e., dynamic library specific to the PostGreSQL database. If you would like to use %{name} in your programs with PostGreSQL, you will need to install %{name}-postgresql.} %{?with_odbc:%package odbc Summary: ODBC back-end for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} BuildRequires: unixODBC-devel %description odbc This package contains the ODBC back-end for %{name}, i.e., dynamic library specific to the ODBC connectors. If you would like to use %{name} in your programs with ODBC, you will need to install %{name}-odbc.} %{?with_oracle:%package oracle Summary: Oracle back-end for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description oracle This package contains the Oracle back-end for %{name}, i.e., dynamic library specific to the Oracle database. If you would like to use %{name} in your programs with Oracle, you will need to install %{name}-oracle.} %package devel Summary: Header files, libraries and development documentation for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: pkgconfig %description devel This package contains the header files, dynamic libraries and development documentation for %{name}. If you would like to develop programs using %{name}, you will need to install %{name}-devel. %{?with_sqlite3:%package sqlite3-devel Summary: SQLite3 back-end for %{name} Requires: %{name}-devel = %{version}-%{release} Requires: %{name}-sqlite3 = %{version}-%{release} Requires: sqlite-devel %description sqlite3-devel This package contains the SQLite3 back-end for %{name}, i.e., header files and dynamic libraries specific to the SQLite3 database. If you would like to develop programs using %{name} and SQLite3, you will need to install %{name}-sqlite3.} %{?with_mysql:%package mysql-devel Summary: MySQL back-end for %{name} Requires: %{name}-devel = %{version}-%{release} Requires: %{name}-mysql = %{version}-%{release} Requires: mariadb-connector-c-devel %description mysql-devel This package contains the MySQL back-end for %{name}, i.e., header files and dynamic libraries specific to the MySQL database. If you would like to develop programs using %{name} and MySQL, you will need to install %{name}-mysql.} %{?with_postgresql:%package postgresql-devel Summary: PostGreSQL back-end for %{name} Requires: %{name}-devel = %{version}-%{release} Requires: %{name}-postgresql = %{version}-%{release} Requires: libpq-devel %description postgresql-devel This package contains the PostGreSQL back-end for %{name}, i.e., header files and dynamic libraries specific to the PostGreSQL database. If you would like to develop programs using %{name} and PostGreSQL, you will need to install %{name}-postgresql.} %{?with_odbc:%package odbc-devel Summary: ODBC back-end for %{name} Requires: %{name}-devel = %{version}-%{release} Requires: %{name}-odbc = %{version}-%{release} Requires: unixODBC-devel %description odbc-devel This package contains the Odbc back-end for %{name}, i.e., header files and dynamic libraries specific to the Odbc database. If you would like to develop programs using %{name} and Odbc, you will need to install %{name}-odbc.} %{?with_oracle:%package oracle-devel Summary: Oracle back-end for %{name} Requires: %{name}-devel = %{version}-%{release} Requires: %{name}-oracle = %{version}-%{release} %description oracle-devel This package contains the Oracle back-end for %{name}, i.e., header files and dynamic libraries specific to the Oracle database. If you would like to develop programs using %{name} and Oracle, you will need to install %{name}-oracle.} %package doc Summary: HTML documentation for the %{name} library BuildArch: noarch #BuildRequires: tex(latex) #BuildRequires: doxygen, ghostscript %description doc This package contains the documentation in the HTML format of the %{name} library. The documentation is the same as at the %{name} web page. %prep %setup -q -n %{name}-%{ups_ver} %patch0 -p1 # Rename change-log and license file, so that they comply with # packaging standard mv README.md README mv CHANGES ChangeLog mv LICENSE_1_0.txt COPYING echo "2019-11-09:" > NEWS echo "- Version 4.0.0" >> NEWS echo "- See the ChangeLog file for more details." >> NEWS # Remove the spurious executable permission chmod a-x AUTHORS README ChangeLog COPYING NEWS find docs -type f -exec chmod a-x {} \; # Unix ends of line dos2unix AUTHORS README ChangeLog COPYING NEWS %build # Support for building tests. %define soci_testflags -DBUILD_TESTS="NONE" %if %{with tests} %define soci_testflags -DSOCI_TEST=ON -DSOCI_TEST_EMPTY_CONNSTR="dummy" -DSOCI_TEST_SQLITE3_CONNSTR="test.db" -DSOCI_TEST_POSTGRESQL_CONNSTR:STRING="dbname=soci_test" -DSOCI_TEST_MYSQL_CONNSTR:STRING="db=soci_test user=mloskot password=pantera" %endif %cmake \ -DSOCI_CXX11=ON \ -DSOCI_EMPTY=%{?with_empty:ON}%{?without_empty:OFF} \ -DSOCI_SQLITE3=%{?with_sqlite3:ON}%{?without_sqlite3:OFF} \ -DSOCI_POSTGRESQL=%{?with_postgresql:ON}%{?without_postgresql:OFF} \ -DSOCI_MYSQL=%{?with_mysql:ON}%{?without_mysql:OFF} \ -DSOCI_ODBC=%{?with_odbc:ON}%{?without_odbc:OFF} \ -DWITH_ORACLE=%{?with_oracle:ON %{?_with_oracle_incdir} %{?_with_oracle_libdir}}%{?without_oracle:OFF} \ %{soci_testflags} %cmake_build %install %cmake_install # CMake helpers mkdir -p %{buildroot}%{_datadir}/%{name} mv -f %{buildroot}%{_libdir}/cmake %{buildroot}%{_datadir}/%{name}/CMake # Remove unpackaged files from the buildroot rm -f %{buildroot}%{_libdir}/*.a %if %{with tests} %check %{ctest --exclude-regex 'soci_(odbc|mysql|postgresql)_test'} %endif %files %doc AUTHORS ChangeLog COPYING NEWS README %{_libdir}/lib%{name}_core.so.* %{?with_empty:%{_libdir}/lib%{name}_empty.so.*} %{?with_sqlite3:%files sqlite3 %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README %{_libdir}/lib%{name}_sqlite3.so.*} %{?with_mysql:%files mysql %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README %{_libdir}/lib%{name}_mysql.so.*} %{?with_postgresql:%files postgresql %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README %{_libdir}/lib%{name}_postgresql.so.*} %{?with_odbc:%files odbc %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README %{_libdir}/lib%{name}_odbc.so.*} %{?with_oracle:%files oracle %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README %{_libdir}/lib%{name}_oracle.so.*} %files devel %doc AUTHORS ChangeLog COPYING NEWS README %dir %{_includedir}/%{name}/ %{_includedir}/%{name}/*.h %{?with_empty:%{_includedir}/%{name}/empty/} %{_libdir}/lib%{name}_core.so %{?with_empty:%{_libdir}/lib%{name}_empty.so} %{_datadir}/%{name}/CMake %{?with_sqlite3:%files sqlite3-devel %doc AUTHORS ChangeLog COPYING NEWS README %dir %{_includedir}/%{name} %{_includedir}/%{name}/sqlite3/ %{_libdir}/lib%{name}_sqlite3.so} %{?with_mysql:%files mysql-devel %doc AUTHORS ChangeLog COPYING NEWS README %dir %{_includedir}/%{name} %{_includedir}/%{name}/mysql %{_libdir}/lib%{name}_mysql.so} %{?with_postgresql:%files postgresql-devel %doc AUTHORS ChangeLog COPYING NEWS README %dir %{_includedir}/%{name} %{_includedir}/%{name}/postgresql %{_libdir}/lib%{name}_postgresql.so} %{?with_odbc:%files odbc-devel %doc AUTHORS ChangeLog COPYING NEWS README %dir %{_includedir}/%{name} %{_includedir}/%{name}/odbc/ %{_libdir}/lib%{name}_odbc.so} %{?with_oracle:%files oracle-devel %doc AUTHORS ChangeLog COPYING NEWS README %dir %{_includedir}/%{name} %{_includedir}/%{name}/oracle %{_libdir}/lib%{name}_oracle.so} %files doc %doc AUTHORS ChangeLog COPYING NEWS README docs %changelog * Sat Jul 22 2023 Fedora Release Engineering - 4.0.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jan 21 2023 Fedora Release Engineering - 4.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering - 4.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sun Jul 10 2022 Denis Arnaud - 4.0.3-1 - Upgraded to SOCI v4.0.3 * Sat Jan 22 2022 Fedora Release Engineering - 4.0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Aug 19 2021 Dan Čermák - 4.0.2-5 - Switch to rpmautospec * Thu Aug 19 2021 Dan Čermák - 4.0.2-4 - Enable running tests in %%check * Thu Aug 19 2021 Dan Čermák - 4.0.2-3 - Remove obsolete ldconfig_scriptlets * Fri Jul 23 2021 Fedora Release Engineering - 4.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon May 17 2021 Denis Arnaud - 4.0.2-1 - Upstream update * Mon Feb 08 2021 Pavel Raiskup - 4.0.1.alpha2-10 - rebuild for libpq ABI fix * Tue Feb 02 2021 Honza Horak - 4.0.1.alpha2-9 - Use correct name for the mariadb package * Wed Jan 27 2021 Fedora Release Engineering - 4.0.1.alpha2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Aug 04 2020 Denis Arnaud - 4.0.1.alpha2-7 - CMake build out of source. Fixes BZ#1865497 * Sat Aug 01 2020 Fedora Release Engineering - 4.0.1.alpha2-6 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 4.0.1.alpha2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun Jul 19 2020 Jeff Law - 4.0.1.alpha2-4 - Work around false positive uninitialized warning exposed by LTO * Sat Jun 06 2020 Denis Arnaud - 4.0.1.alpha2-3 - C++-11 flag is now set to on by default * Sat Jun 06 2020 Denis Arnaud - 4.0.1.alpha2-2 - [Build] C++11 flag is now set to on by default * Thu Jun 04 2020 Denis Arnaud - 4.0.1.alpha2-1 - Upstream update * Thu Jun 04 2020 Denis Arnaud - 4.0.1.alpha1-3 - Disabled Werror flag * Thu Jun 04 2020 Denis Arnaud - 4.0.1.alpha1-2 - A patch is still missing for ARMv7hl * Thu Jun 04 2020 Denis Arnaud - 4.0.1.alpha1-1 - Attempt to rebuild on armv7hl Uptream update * Thu Feb 06 2020 Denis Arnaud - 4.0.0-15 - Attempt to rebuild on armv7hl * Thu Feb 06 2020 Denis Arnaud - 4.0.0-14 - Attempt to rebuild on armv7hl * Thu Jan 30 2020 Fedora Release Engineering - 4.0.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Nov 09 2019 Denis Arnaud - 4.0.0-12 - Exclude ARMv7hl, as theere is a weird GCC 7.1 related compilation error * Sat Nov 09 2019 Denis Arnaud - 4.0.0-11 - Update to upstream release 4.0.0 * Tue Nov 05 2019 Denis Arnaud - 4.0.0-10 - Update to upstream release 4.0.0-rc2 * Mon Nov 04 2019 Denis Arnaud - 4.0.0-9 - Update to upstream release 4.0.0-rc2 * Mon Nov 04 2019 Denis Arnaud - 4.0.0-8 - Update to upstream release 4.0.0-rc2 * Mon Nov 04 2019 Denis Arnaud - 4.0.0-7 - Update to upstream release 4.0.0-rc2 * Sat Oct 26 2019 Denis Arnaud - 4.0.0-6 - Exclude ARMv7hl, as theere is a weird GCC 7.1 related compilation error * Sat Oct 26 2019 Denis Arnaud - 4.0.0-5 - Update to upstream release 4.0.0-rc1 Slightly modernized the RPM spec file * Sat Oct 26 2019 Denis Arnaud - 4.0.0-4 - define -> global * Sat Oct 26 2019 Denis Arnaud - 4.0.0-3 - Fixed typos in version scheme * Fri Oct 25 2019 Denis Arnaud - 4.0.0-2 - Fixed a typo in the source URL * Fri Oct 25 2019 Denis Arnaud - 4.0.0-1 - Update to upstream release 4.0.0-rc1 * Fri Jul 26 2019 Fedora Release Engineering - 3.2.3-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Feb 03 2019 Fedora Release Engineering - 3.2.3-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 28 2019 Igor Gnatenko - 3.2.3-30 - Remove obsolete Group tag * Thu Jan 24 2019 Jonathan Wakely - 3.2.3-29 - Rebuilt for Boost 1.69 * Tue Jan 22 2019 Igor Gnatenko - 3.2.3-28 - Remove obsolete ldconfig scriptlets * Thu Sep 06 2018 Alex Kashchenko - 3.2.3-27 - add sqlite-params-default-init-fix.patch * Thu Sep 06 2018 Pavel Raiskup - 3.2.3-26 - BuildRequires: s/postgresql-devel/libpq-devel/ * Sat Jul 14 2018 Fedora Release Engineering - 3.2.3-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jul 10 2018 Jason Tibbitts - 3.2.3-24 - Remove needless use of %%defattr * Mon Jul 09 2018 Igor Gnatenko - 3.2.3-23 - add BuildRequires: gcc-c++ * Wed Feb 14 2018 Igor Gnatenko - 3.2.3-22 - Remove %%clean section * Tue Feb 13 2018 Igor Gnatenko - 3.2.3-21 - Remove BuildRoot definition * Fri Feb 09 2018 Fedora Release Engineering - 3.2.3-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 22 2018 Jonathan Wakely - 3.2.3-19 - Rebuilt for Boost 1.66 * Thu Aug 03 2017 Fedora Release Engineering - 3.2.3-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 3.2.3-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jul 04 2017 Jonathan Wakely - 3.2.3-16 - Rebuilt for Boost 1.64 * Sat Feb 11 2017 Fedora Release Engineering - 3.2.3-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Jan 27 2017 Jonathan Wakely - 3.2.3-14 - Rebuilt for Boost 1.63 * Sat Jan 14 2017 Denis Arnaud - 3.2.3-13 - Fixed FTBS on Rawhide due to C++11 compatibility * Mon May 16 2016 Jonathan Wakely - 3.2.3-12 - Rebuilt for linker errors in boost (#1331983) * Fri Feb 05 2016 Fedora Release Engineering - 3.2.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jan 15 2016 Jonathan Wakely - 3.2.3-10 - Rebuilt for Boost 1.60 * Thu Aug 27 2015 Jonathan Wakely - 3.2.3-9 - Rebuilt for Boost 1.59 * Wed Jul 29 2015 Dennis Gilmore - 3.2.3-8 - Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159 * Wed Jul 22 2015 David Tardon - 3.2.3-7 - rebuild for Boost 1.58 * Fri Jun 19 2015 Dennis Gilmore - 3.2.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Apr 11 2015 Denis Arnaud - 3.2.3-5 - Uploaded the new Soci v3.2.3 tar ball. * Sat Apr 11 2015 Denis Arnaud - 3.2.3-4 - Uploaded the new Soci v3.2.3 tar ball. * Sat Apr 11 2015 Denis Arnaud - 3.2.3-3 - Uploaded the new Soci v3.2.3 tar ball. * Sat Apr 11 2015 Denis Arnaud - 3.2.3-2 - Uploaded the new 3.2.3 source tarball. * Sat Apr 11 2015 Denis Arnaud - 3.2.3-1 - Update to 3.2.3 (#1210126) * Tue Jan 27 2015 Petr Machata - 3.2.2-5 - Rebuild for boost 1.57.0 * Mon Aug 18 2014 Peter Robinson - 3.2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sun Jun 08 2014 Dennis Gilmore - 3.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri May 23 2014 Petr Machata - 3.2.2-2 - Rebuild for boost 1.55.0 * Sat Oct 19 2013 Denis Arnaud - 3.2.2-1 - Upstream integration * Sun Aug 04 2013 Dennis Gilmore - 3.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Jul 30 2013 Petr Machata - 3.2.1-2 - Rebuild for boost 1.54.0 * Mon May 20 2013 Denis Arnaud - 3.2.1-1 - Upstream integration * Fri Feb 15 2013 Dennis Gilmore - 3.1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Dennis Gilmore - 3.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Feb 28 2012 Dennis Gilmore - 3.1.0-4 - Rebuilt for c++ ABI breakage * Sat Jan 14 2012 Dennis Gilmore - 3.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Oct 31 2011 Denis Arnaud - 3.1.0-2 - Removed deprecated patches. * Mon Oct 31 2011 Denis Arnaud - 3.1.0-1 - Upstream integration New CMake build system * Sat Jul 23 2011 Denis Arnaud - 3.0.0-22 - Rebuild for Boost-1.47.0-2 * Sun Jul 03 2011 Denis Arnaud - 3.0.0-21 - Now links with the multi-threaded versions of the Boost libraries * Mon Apr 25 2011 Denis Arnaud - 3.0.0-20 - Rebuild for Boost-1.46.1-2 * Wed Feb 09 2011 Dennis Gilmore - 3.0.0-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Feb 09 2011 Denis Arnaud - 3.0.0-18 - Fixed a compilation error with g++ 4.6 on default constructor definition - Split the big patch into smaller pieces * Mon Feb 07 2011 Denis Arnaud - 3.0.0-17 - [Git] Ignore generated directory structures when running 'fedpkg local' * Mon Feb 07 2011 Denis Arnaud - 3.0.0-16 - Rebuild for Boost soname bump * Wed Sep 08 2010 Denis Arnaud - 3.0.0-15 - Fixed bug #631175 (https://bugzilla.redhat.com/show_bug.cgi?id=631175) * Tue Sep 07 2010 Denis Arnaud - 3.0.0-14 - Fixed bug #631175 (https://bugzilla.redhat.com/show_bug.cgi?id=631175) * Wed Aug 04 2010 Denis Arnaud - 3.0.0-13 - Added a few generated files in .gitignore. * Thu Jul 29 2010 Fedora Release Engineering - 3.0.0-12 - dist-git conversion * Sat Jan 23 2010 Denis Arnaud - 3.0.0-11 - Fixed a g++-4.4 compatibility issue, within the PostgreSQL test, by adding a cstring include directive. * Thu Jan 21 2010 Rahul Sundaram - 3.0.0-10 - Rebuild for Boost soname bump * Wed Nov 25 2009 Bill Nottingham - 3.0.0-9 - Fix typo that causes a failure to update the common directory. (releng #2781) * Mon Jul 27 2009 Jesse Keating - 3.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sat May 23 2009 Denis Arnaud - 3.0.0-7 - Introduced distinct dependencies for different distributions * Tue May 05 2009 Denis Arnaud - 3.0.0-6 - Removed the dependency on Latex for documentation delivery * Tue May 05 2009 Denis Arnaud - 3.0.0-5 - Burried the Boost Fusion header include for core/test/common-tests.h * Tue May 05 2009 Denis Arnaud - 3.0.0-4 - Added a missing cstdio header include for g++-4.4 compatibility * Tue May 05 2009 Denis Arnaud - 3.0.0-3 - Added missing cstdio header includes for g++-4.4 compatibility * Tue May 05 2009 Denis Arnaud - 3.0.0-2 - Added a missing cstdio header include for g++-4.4 compatibility * Mon May 04 2009 Denis Arnaud - 3.0.0-1 - First import into Fedora