2014-03-19 18:51:35 +00:00
|
|
|
|
|
|
|
%{?!mono_arches: %global mono_arches %{ix86} x86_64 sparc sparcv9 ia64 %{arm} alpha s390x ppc ppc64}
|
|
|
|
|
2012-08-22 09:22:11 +00:00
|
|
|
%ifarch %{mono_arches}
|
2014-03-19 18:51:35 +00:00
|
|
|
# No linux system is actually using the csharp bindings
|
|
|
|
%global with_csharp 0
|
2012-08-22 09:22:11 +00:00
|
|
|
%endif
|
2012-08-15 14:52:35 +00:00
|
|
|
%global with_java 1
|
2016-06-28 11:39:18 +00:00
|
|
|
%if 0%{?fedora} > 24
|
2016-06-28 11:13:51 +00:00
|
|
|
# FTBFS on rawhide -- rex
|
2019-01-21 22:09:12 +00:00
|
|
|
%global with_php 1
|
2016-06-28 11:39:18 +00:00
|
|
|
%else
|
|
|
|
%global with_php 1
|
|
|
|
%endif
|
2019-01-21 21:45:08 +00:00
|
|
|
%global with_python 1
|
2012-08-15 14:52:35 +00:00
|
|
|
|
|
|
|
%if 0%{?with_php} > 0
|
2014-03-19 18:51:35 +00:00
|
|
|
%{!?php_extdir: %global php_extdir %{_libdir}/php/modules}
|
2012-05-09 14:37:17 +00:00
|
|
|
%{!?php_inidir: %global php_inidir %{_sysconfdir}/php.d/}
|
2014-03-19 18:51:35 +00:00
|
|
|
%{!?php_apiver: %global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)}
|
2014-06-20 06:38:57 +00:00
|
|
|
%if "%{php_version}" < "5.6"
|
|
|
|
%global ini_name kolabformat.ini
|
|
|
|
%else
|
|
|
|
%global ini_name 40-kolabformat.ini
|
|
|
|
%endif
|
2012-08-15 14:52:35 +00:00
|
|
|
%endif
|
|
|
|
|
2019-01-21 21:45:08 +00:00
|
|
|
# Filter out private python and php libs. Does not work on EPEL5,
|
2012-06-24 17:20:11 +00:00
|
|
|
# therefor we use it conditionally
|
2012-08-15 14:52:35 +00:00
|
|
|
%if 0%{?with_php} > 0
|
2019-01-21 21:45:08 +00:00
|
|
|
%if 0%{?with_python} > 0
|
2012-06-24 17:20:11 +00:00
|
|
|
%{?filter_setup:
|
2019-01-21 21:45:08 +00:00
|
|
|
%filter_provides_in %{python3_sitearch}/.*\.so$
|
2012-06-25 10:49:52 +00:00
|
|
|
%filter_provides_in %{php_extdir}/.*\.so$
|
2012-06-24 17:20:11 +00:00
|
|
|
%filter_setup
|
|
|
|
}
|
2019-01-21 21:45:08 +00:00
|
|
|
%else
|
|
|
|
%{?filter_setup:
|
|
|
|
%filter_provides_in %{php_extdir}/.*\.so$
|
|
|
|
%filter_setup
|
|
|
|
}
|
|
|
|
%endif
|
|
|
|
%else
|
|
|
|
%if 0%{?with_python} > 0
|
|
|
|
%{?filter_setup:
|
|
|
|
%filter_provides_in %{python3_sitearch}/.*\.so$
|
|
|
|
%filter_setup
|
|
|
|
}
|
|
|
|
%endif
|
2012-08-15 14:52:35 +00:00
|
|
|
%endif
|
2012-06-24 17:20:11 +00:00
|
|
|
|
2012-04-10 01:57:45 +00:00
|
|
|
Name: libkolabxml
|
2017-11-29 20:50:23 +00:00
|
|
|
Version: 1.1.6
|
2020-01-29 09:32:57 +00:00
|
|
|
Release: 14%{?dist}
|
2012-04-10 01:57:45 +00:00
|
|
|
Summary: Kolab XML format collection parser library
|
|
|
|
|
|
|
|
License: LGPLv3+
|
|
|
|
URL: http://www.kolab.org
|
2012-06-20 14:19:58 +00:00
|
|
|
|
2017-11-29 20:50:23 +00:00
|
|
|
#Source0: http://mirror.kolabsys.com/pub/releases/libkolabxml-%{version}.tar.gz
|
|
|
|
Source0: https://cgit.kolab.org/libkolabxml/snapshot/libkolabxml-%{version}.tar.gz
|
2012-05-02 10:51:51 +00:00
|
|
|
|
2012-04-10 01:57:45 +00:00
|
|
|
BuildRequires: boost-devel
|
|
|
|
BuildRequires: cmake >= 2.6
|
|
|
|
BuildRequires: e2fsprogs-devel
|
|
|
|
BuildRequires: gcc-c++
|
2012-07-25 08:33:09 +00:00
|
|
|
BuildRequires: libcurl-devel
|
2016-06-28 10:58:46 +00:00
|
|
|
# only used in tests?
|
|
|
|
BuildRequires: qt4-devel
|
2012-04-10 01:57:45 +00:00
|
|
|
BuildRequires: swig
|
2012-04-11 15:19:32 +00:00
|
|
|
BuildRequires: uuid-devel
|
2012-04-10 01:57:45 +00:00
|
|
|
BuildRequires: xerces-c-devel
|
|
|
|
BuildRequires: xsd
|
2012-06-20 13:47:50 +00:00
|
|
|
|
2018-04-04 19:19:12 +00:00
|
|
|
# libkolab FTBFS, so ...
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1518800
|
|
|
|
%global libkolab_obsoletes 1.0.2-20
|
|
|
|
%if 0%{?libkolab_obsoletes:1}
|
|
|
|
Obsoletes: libkolab < %{libkolab_obsoletes}
|
|
|
|
Obsoletes: libkolab-devel < %{libkolab_obsoletes}
|
|
|
|
Obsoletes: python2-libkolab < %{libkolab_obsoletes}
|
|
|
|
%endif
|
|
|
|
|
2012-08-15 14:52:35 +00:00
|
|
|
%if 0%{?with_csharp} < 1
|
|
|
|
Obsoletes: csharp-kolabformat < %{version}-%{release}
|
2014-03-19 18:51:35 +00:00
|
|
|
#Provides: csharp-kolabformat = %{version}-%{release}
|
2012-08-15 14:52:35 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?with_java} < 1
|
|
|
|
Obsoletes: java-kolabformat < %{version}-%{release}
|
2014-03-19 18:51:35 +00:00
|
|
|
#Provides: java-kolabformat = %{version}-%{release}
|
2012-08-15 14:52:35 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?with_php} < 1
|
|
|
|
Obsoletes: php-kolabformat < %{version}-%{release}
|
2014-03-19 18:51:35 +00:00
|
|
|
#Provides: php-kolabformat = %{version}-%{release}
|
2012-08-15 14:52:35 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?with_python} < 1
|
|
|
|
Obsoletes: python-kolabformat < %{version}-%{release}
|
2016-06-28 10:58:46 +00:00
|
|
|
Obsoletes: python2-kolabformat < %{version}-%{release}
|
2012-08-15 14:52:35 +00:00
|
|
|
%endif
|
|
|
|
|
2012-04-10 01:57:45 +00:00
|
|
|
%description
|
2012-06-20 14:14:16 +00:00
|
|
|
The libkolabxml parsing library interprets Kolab XML formats (xCal, xCard)
|
|
|
|
with bindings for Python, PHP and other languages. The language bindings
|
|
|
|
are available through sub-packages.
|
2012-04-10 01:57:45 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Kolab XML library development headers
|
2012-06-24 17:20:11 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2012-05-09 14:02:37 +00:00
|
|
|
Requires: boost-devel
|
2016-06-29 03:57:04 +00:00
|
|
|
Requires: libcurl-devel
|
|
|
|
Requires: xerces-c-devel
|
|
|
|
Requires: cmake
|
2012-04-10 01:57:45 +00:00
|
|
|
%description devel
|
2012-06-25 10:49:52 +00:00
|
|
|
Development headers for the Kolab XML libraries.
|
2012-04-10 01:57:45 +00:00
|
|
|
|
2012-08-15 14:52:35 +00:00
|
|
|
%if 0%{?with_csharp} > 0
|
|
|
|
%package -n csharp-kolabformat
|
|
|
|
Summary: C# Bindings for libkolabxml
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
BuildRequires: mono-core
|
|
|
|
%description -n csharp-kolabformat
|
|
|
|
C# bindings for libkolabxml
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?with_java} > 0
|
|
|
|
%package -n java-kolabformat
|
|
|
|
Summary: Java Bindings for libkolabxml
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description -n java-kolabformat
|
|
|
|
Java bindings for libkolabxml
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?with_php} > 0
|
2012-04-10 01:57:45 +00:00
|
|
|
%package -n php-kolabformat
|
|
|
|
Summary: PHP bindings for libkolabxml
|
2012-06-24 17:20:11 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2012-06-27 07:04:58 +00:00
|
|
|
%if 0%{?rhel} > 5 || 0%{?fedora} > 15
|
2012-06-24 17:20:11 +00:00
|
|
|
Requires: php(zend-abi) = %{php_zend_api}
|
|
|
|
Requires: php(api) = %{php_core_api}
|
2012-06-27 07:04:58 +00:00
|
|
|
%else
|
|
|
|
Requires: php-api = %{php_apiver}
|
2012-06-24 17:20:11 +00:00
|
|
|
%endif
|
2014-03-19 18:51:35 +00:00
|
|
|
BuildRequires: php >= 5.3
|
2012-08-15 14:52:35 +00:00
|
|
|
BuildRequires: php-devel >= 5.3
|
2012-04-10 01:57:45 +00:00
|
|
|
%description -n php-kolabformat
|
|
|
|
The PHP kolabformat package offers a comprehensible PHP library using the
|
|
|
|
bindings provided through libkolabxml.
|
2012-08-15 14:52:35 +00:00
|
|
|
%endif
|
2012-04-10 01:57:45 +00:00
|
|
|
|
2019-01-21 21:45:08 +00:00
|
|
|
%if 0%{?with_python} > 0
|
|
|
|
%package -n python3-kolabformat
|
|
|
|
Summary: Python bindings for libkolabxml
|
|
|
|
Obsoletes: python-kolabformat < 1.1.4
|
|
|
|
Provides: python-kolabformat = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
%description -n python3-kolabformat
|
|
|
|
The PyKolab format package offers a comprehensive Python library using the
|
|
|
|
bindings provided through libkolabxml.
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2012-04-10 01:57:45 +00:00
|
|
|
%prep
|
2014-03-19 18:51:35 +00:00
|
|
|
%setup -q -n libkolabxml-%{version}
|
2019-01-21 22:09:12 +00:00
|
|
|
sed -i "s/-php/-php7/g" src/php/CMakeLists.txt
|
2012-04-10 01:57:45 +00:00
|
|
|
|
2016-06-28 10:58:46 +00:00
|
|
|
|
2012-04-10 01:57:45 +00:00
|
|
|
%build
|
2016-06-28 10:58:46 +00:00
|
|
|
mkdir build
|
2012-04-10 01:57:45 +00:00
|
|
|
pushd build
|
2016-06-28 10:58:46 +00:00
|
|
|
%cmake .. \
|
2012-08-15 14:52:35 +00:00
|
|
|
%if 0%{?with_csharp} > 0
|
|
|
|
-DCSHARP_BINDINGS=ON \
|
|
|
|
-DCSHARP_INSTALL_DIR=%{_datadir}/%{name}/csharp/ \
|
|
|
|
%endif
|
|
|
|
%if 0%{?with_java} > 0
|
|
|
|
-DJAVA_BINDINGS=ON \
|
|
|
|
-DJAVA_INSTALL_DIR=%{_datadir}/%{name}/java/ \
|
|
|
|
%endif
|
|
|
|
%if 0%{?with_php} > 0
|
2012-04-11 15:19:32 +00:00
|
|
|
-DPHP_BINDINGS=ON \
|
2012-05-02 10:51:51 +00:00
|
|
|
-DPHP_INSTALL_DIR=%{php_extdir} \
|
2012-08-15 14:52:35 +00:00
|
|
|
%endif
|
2019-01-21 21:45:08 +00:00
|
|
|
%if 0%{?with_python} > 0
|
|
|
|
-DPYTHON_BINDINGS=ON \
|
|
|
|
-DPYTHON_INSTALL_DIR=%{python3_sitearch}
|
|
|
|
%endif
|
2016-06-28 10:58:46 +00:00
|
|
|
|
2012-04-10 01:57:45 +00:00
|
|
|
popd
|
|
|
|
|
2016-06-28 10:58:46 +00:00
|
|
|
make -C build
|
|
|
|
|
2012-04-10 01:57:45 +00:00
|
|
|
%install
|
2016-06-28 10:58:46 +00:00
|
|
|
make install DESTDIR=%{buildroot} INSTALL='install -p' -C build
|
2012-04-10 01:57:45 +00:00
|
|
|
|
2012-08-15 14:52:35 +00:00
|
|
|
%if 0%{?with_php} > 0
|
2014-03-19 18:51:35 +00:00
|
|
|
mkdir -p \
|
|
|
|
%{buildroot}/%{_datadir}/php \
|
|
|
|
%{buildroot}/%{php_inidir}/
|
2012-05-09 14:17:32 +00:00
|
|
|
mv %{buildroot}/%{php_extdir}/kolabformat.php %{buildroot}/%{_datadir}/php/kolabformat.php
|
2014-06-20 06:38:57 +00:00
|
|
|
cat > %{buildroot}/%{php_inidir}/%{ini_name} << EOF
|
2012-05-09 14:17:32 +00:00
|
|
|
extension=kolabformat.so
|
|
|
|
EOF
|
2012-08-15 14:52:35 +00:00
|
|
|
%endif
|
2012-05-09 14:17:32 +00:00
|
|
|
|
2016-06-28 10:58:46 +00:00
|
|
|
|
2012-05-22 16:52:10 +00:00
|
|
|
%check
|
|
|
|
pushd build
|
2012-06-24 17:20:11 +00:00
|
|
|
# Make sure libkolabxml.so.* is found, otherwise the tests fail
|
|
|
|
export LD_LIBRARY_PATH=$( pwd )/src/
|
2012-05-22 16:52:10 +00:00
|
|
|
pushd tests
|
|
|
|
./bindingstest ||:
|
|
|
|
./conversiontest ||:
|
|
|
|
./parsingtest ||:
|
|
|
|
popd
|
2012-08-15 14:52:35 +00:00
|
|
|
%if 0%{?with_php} > 0
|
2012-05-22 16:52:10 +00:00
|
|
|
php -d enable_dl=On -dextension=src/php/kolabformat.so src/php/test.php ||:
|
2012-08-15 14:52:35 +00:00
|
|
|
%endif
|
2019-01-21 21:45:08 +00:00
|
|
|
%if 0%{?with_python} > 0
|
|
|
|
python3 src/python/test.py ||:
|
|
|
|
%endif
|
2012-05-22 16:52:10 +00:00
|
|
|
popd
|
2012-04-10 01:57:45 +00:00
|
|
|
|
|
|
|
|
2018-04-04 19:19:12 +00:00
|
|
|
%ldconfig_scriptlets
|
2012-06-24 17:20:11 +00:00
|
|
|
|
2012-04-10 01:57:45 +00:00
|
|
|
%files
|
2012-05-02 10:08:50 +00:00
|
|
|
%doc DEVELOPMENT NEWS README
|
2016-06-28 10:58:46 +00:00
|
|
|
%license COPYING*
|
|
|
|
%{_libdir}/libkolabxml.so.1*
|
2012-04-10 01:57:45 +00:00
|
|
|
|
|
|
|
%files devel
|
2016-06-28 10:58:46 +00:00
|
|
|
%{_includedir}/kolabxml/
|
|
|
|
%{_libdir}/libkolabxml.so
|
|
|
|
%{_libdir}/cmake/Libkolabxml/
|
2012-04-10 01:57:45 +00:00
|
|
|
|
2012-08-15 14:52:35 +00:00
|
|
|
%if 0%{?with_csharp} > 0
|
|
|
|
%files -n csharp-kolabformat
|
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
%{_datadir}/%{name}/csharp
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?with_java} > 0
|
|
|
|
%files -n java-kolabformat
|
|
|
|
%dir %{_datadir}/%{name}
|
|
|
|
%{_datadir}/%{name}/java
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?with_php} > 0
|
2012-04-10 01:57:45 +00:00
|
|
|
%files -n php-kolabformat
|
2012-05-09 14:17:32 +00:00
|
|
|
%{_datadir}/php/kolabformat.php
|
2012-04-10 01:57:45 +00:00
|
|
|
%{php_extdir}/kolabformat.so
|
2014-06-20 06:38:57 +00:00
|
|
|
%config(noreplace) %{php_inidir}/%{ini_name}
|
2012-08-15 14:52:35 +00:00
|
|
|
%endif
|
2012-04-10 01:57:45 +00:00
|
|
|
|
2019-01-21 21:45:08 +00:00
|
|
|
%if 0%{?with_python} > 0
|
|
|
|
%files -n python3-kolabformat
|
|
|
|
%{python3_sitearch}/kolabformat.py
|
|
|
|
%{python3_sitearch}/_kolabformat.so
|
|
|
|
%{python3_sitearch}/__pycache__/*
|
|
|
|
%endif
|
|
|
|
|
2016-06-28 10:58:46 +00:00
|
|
|
|
2012-04-10 01:57:45 +00:00
|
|
|
%changelog
|
2020-01-29 09:32:57 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-10-03 11:55:45 +00:00
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.6-13
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
|
2019-08-19 08:18:02 +00:00
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.6-12
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
2019-07-25 13:38:28 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-01-31 12:23:06 +00:00
|
|
|
* Thu Jan 31 2019 Kalev Lember <klember@redhat.com> - 1.1.6-10
|
|
|
|
- Rebuilt for Boost 1.69
|
|
|
|
|
2019-01-21 22:09:12 +00:00
|
|
|
* Mon Jan 21 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 1.1.6-9
|
|
|
|
- enable PHP again, supporting PHP 7
|
|
|
|
|
2019-01-21 21:45:08 +00:00
|
|
|
* Mon Jan 21 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 1.1.6-8
|
|
|
|
- enable Python again, supporting Python 3
|
|
|
|
|
2019-01-21 19:52:17 +00:00
|
|
|
* Mon Jan 21 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 1.1.6-7
|
|
|
|
- Drop python2-kolabformat for mass Python 2 package removal
|
|
|
|
|
2018-07-31 13:09:21 +00:00
|
|
|
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 1.1.6-6
|
|
|
|
- Rebuild with fixed binutils
|
|
|
|
|
2018-07-13 08:20:23 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-04-04 19:19:12 +00:00
|
|
|
* Wed Apr 04 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.1.6-4
|
|
|
|
- Obsoletes: libkolab < 1.0.2-20
|
|
|
|
- use %%ldconfig_scriptlets
|
|
|
|
|
2018-02-07 22:13:33 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-31 15:31:36 +00:00
|
|
|
* Wed Jan 31 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.1.6-2
|
|
|
|
- rebuild (boost)
|
|
|
|
|
2017-11-29 20:50:23 +00:00
|
|
|
* Wed Nov 29 2017 Rex Dieter <rdieter@fedoraproject.org> - 1.1.6-1
|
|
|
|
- 1.1.6
|
|
|
|
|
2017-08-03 01:44:51 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 19:09:40 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-20 20:06:47 +00:00
|
|
|
* Thu Jul 20 2017 Kalev Lember <klember@redhat.com> - 1.1.4-6
|
|
|
|
- Rebuilt for Boost 1.64
|
|
|
|
|
2017-07-07 10:20:57 +00:00
|
|
|
* Fri Jul 07 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.1.4-5
|
|
|
|
- Rebuild due to bug in RPM (RHBZ #1468476)
|
|
|
|
|
2017-02-07 12:56:20 +00:00
|
|
|
* Tue Feb 07 2017 Kalev Lember <klember@redhat.com> - 1.1.4-4
|
|
|
|
- Rebuilt for Boost 1.63
|
|
|
|
|
2016-07-19 07:41:32 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-3
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-06-29 03:57:04 +00:00
|
|
|
* Tue Jun 28 2016 Rex Dieter <rdieter@fedoraproject.org> - 1.1.4-2
|
|
|
|
- -devel: Requires: libcurl-devel xerces-c-devel
|
|
|
|
|
2016-06-28 10:59:54 +00:00
|
|
|
* Tue Jun 28 2016 Rex Dieter <rdieter@fedoraproject.org> - 1.1.4-1
|
2016-06-28 11:13:51 +00:00
|
|
|
- 1.1.4, disable php bindings (FTBFS)
|
2016-06-28 10:58:46 +00:00
|
|
|
|
2016-05-18 09:17:24 +00:00
|
|
|
* Wed May 18 2016 Jonathan Wakely <jwakely@redhat.com> - 1.0.3-8
|
|
|
|
- Rebuilt for linker errors in boost (#1331983)
|
|
|
|
|
2016-02-04 03:26:10 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-02-02 10:17:42 +00:00
|
|
|
* Tue Feb 02 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.0.3-6
|
2016-02-02 10:16:34 +00:00
|
|
|
- Rebuilt for boost-1.60.
|
|
|
|
|
2015-09-13 13:13:12 +00:00
|
|
|
* Sun Sep 13 2015 Rex Dieter <rdieter@fedoraproject.org> 1.0.3-5
|
|
|
|
- Rebuild (boost)
|
|
|
|
|
2015-07-29 17:37:46 +00:00
|
|
|
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
|
|
|
|
2015-07-22 16:52:32 +00:00
|
|
|
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 1.0.3-3
|
|
|
|
- rebuild for Boost 1.58
|
|
|
|
|
2015-06-17 15:57:58 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-04 15:56:26 +00:00
|
|
|
* Mon May 04 2015 Rex Dieter <rdieter@fedoraproject.org> 1.0.3-1
|
|
|
|
- 1.0.3
|
|
|
|
|
2015-02-25 11:46:53 +00:00
|
|
|
* Wed Feb 25 2015 Rex Dieter <rdieter@fedoraproject.org> 1.0.1-9
|
|
|
|
- rebuild (gcc5)
|
|
|
|
|
2015-01-27 15:29:07 +00:00
|
|
|
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 1.0.1-8
|
|
|
|
- Rebuild for boost 1.57.0
|
|
|
|
|
2014-08-17 04:16:24 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-20 06:38:57 +00:00
|
|
|
* Fri Jun 20 2014 Remi Collet <rcollet@redhat.com> - 1.0.1-6
|
|
|
|
- rebuild for https://fedoraproject.org/wiki/Changes/Php56
|
|
|
|
- add numerical prefix to extension configuration file
|
|
|
|
|
2014-06-07 04:09:55 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-28 15:13:37 +00:00
|
|
|
* Wed May 28 2014 Rex Dieter <rdieter@fedoraproject.org> 1.0.1-4
|
|
|
|
- rebuild once more with feeling (boost)
|
|
|
|
|
2014-05-22 21:28:19 +00:00
|
|
|
* Thu May 22 2014 Petr Machata <pmachata@redhat.com> - 1.0.1-3
|
|
|
|
- Rebuild for boost 1.55.0
|
|
|
|
|
2014-03-19 18:51:35 +00:00
|
|
|
* Mon Jan 13 2014 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 1.0.1-2
|
|
|
|
- Require php-kolab for php-kolabformat, and void
|
|
|
|
/etc/php.d/kolabformat.ini (#2667)
|
|
|
|
|
|
|
|
* Wed Oct 30 2013 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 1.0.1-1
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
* Mon Oct 14 2013 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 1.0.0-1
|
|
|
|
- New upstream release
|
|
|
|
|
2013-08-03 06:00:06 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-27 12:35:56 +00:00
|
|
|
* Sat Jul 27 2013 pmachata@redhat.com - 0.8.4-2
|
|
|
|
- Rebuild for boost 1.54.0
|
|
|
|
|
2013-04-12 19:34:30 +00:00
|
|
|
* Fri Apr 12 2013 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.4-1
|
|
|
|
- Update to 0.8.4
|
|
|
|
|
2013-03-22 18:20:10 +00:00
|
|
|
* Fri Mar 22 2013 Remi Collet <rcollet@redhat.com> - 0.8.3-2
|
|
|
|
- rebuild for http://fedoraproject.org/wiki/Features/Php55
|
|
|
|
|
2013-02-26 11:34:37 +00:00
|
|
|
* Tue Feb 26 2013 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.8.3-1
|
|
|
|
- New upstream release with file format handling
|
|
|
|
|
2013-02-10 01:29:33 +00:00
|
|
|
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.8.1-4
|
|
|
|
- Rebuild for Boost-1.53.0
|
|
|
|
|
2013-02-09 22:02:35 +00:00
|
|
|
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.8.1-3
|
|
|
|
- Rebuild for Boost-1.53.0
|
|
|
|
|
2012-08-22 09:22:11 +00:00
|
|
|
* Wed Aug 22 2012 Dan Horák <dan[at]danny.cz> - 0.8.1-2
|
|
|
|
- build csharp subpackage only when Mono exists
|
|
|
|
|
2012-08-15 14:52:35 +00:00
|
|
|
* Wed Aug 15 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.8.1-1
|
|
|
|
- New upstream version 0.8.1
|
2012-08-15 14:59:14 +00:00
|
|
|
- Revert s/qt-devel/qt4-devel/ - just require the latest qt-devel
|
|
|
|
- Revert s/kdelibs-devel/kdelibs4-devel/ - also require the latest
|
|
|
|
kdelibs (frameworks FTW!)
|
|
|
|
|
2012-08-13 02:07:50 +00:00
|
|
|
* Sun Aug 12 2012 Rex Dieter <rdieter@fedoraproject.org> - 0.7.0-3
|
|
|
|
- drop BR: gcc-c++
|
|
|
|
- s/qt-devel/qt4-devel/ s/kdelibs-devel/kdelibs4-devel/
|
|
|
|
- fix build against boost-1.50
|
2012-08-02 00:37:35 +00:00
|
|
|
|
2012-07-25 09:07:02 +00:00
|
|
|
* Wed Jul 25 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.7.0-2
|
|
|
|
- Fix build on ppc64
|
2012-07-25 08:33:09 +00:00
|
|
|
- New upstream version
|
|
|
|
|
2012-07-19 20:18:32 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-27 07:04:58 +00:00
|
|
|
* Wed Jun 27 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.6.0-3
|
|
|
|
- Correct dependency on php
|
|
|
|
|
2012-06-26 16:12:33 +00:00
|
|
|
* Tue Jun 26 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.6.0-2
|
|
|
|
- Also remove xsd-utils requirement for -devel sub-package
|
|
|
|
|
2012-06-25 11:24:23 +00:00
|
|
|
* Mon Jun 25 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.6.0-1
|
|
|
|
- Actual 0.6.0 release
|
|
|
|
|
2012-06-24 17:20:11 +00:00
|
|
|
* Sat Jun 23 2012 Christoph Wickert <wickert@kolabsys.com> - 0.6-1
|
|
|
|
- Update to 0.6 final
|
|
|
|
- Run ldconfig in %%post and %%postun
|
|
|
|
- Mark kolabformat.ini as config file
|
|
|
|
- Export LD_LIBRARY_PATH so tests can be run in %%check
|
|
|
|
- Add php dependencies to php-kolabformat package
|
|
|
|
- Make base package requirements are arch-specific
|
|
|
|
- Filter unwanted provides of php-kolabformat and python-kolabformat
|
|
|
|
|
2012-06-20 14:20:45 +00:00
|
|
|
* Wed Jun 20 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.6-0.4
|
|
|
|
- Some other cleanups to prevent review scrutiny from blocking
|
|
|
|
inclusion
|
2012-06-20 13:47:50 +00:00
|
|
|
- Drop build requirement for xsd-utils
|
|
|
|
|
2012-06-11 12:18:32 +00:00
|
|
|
* Sat Jun 9 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.6-0.2
|
2012-05-31 13:06:01 +00:00
|
|
|
- Git snapshot release
|
|
|
|
|
2012-05-23 14:37:49 +00:00
|
|
|
* Wed May 23 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.5-5
|
|
|
|
- Correct use of Python keyword None
|
2012-05-23 08:59:56 +00:00
|
|
|
- Snapshot version with attendee cutype support
|
|
|
|
|
2012-05-22 16:52:10 +00:00
|
|
|
* Tue May 22 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.5-3
|
|
|
|
- Snapshot version with attendee delegation support
|
|
|
|
|
2012-05-12 12:30:52 +00:00
|
|
|
* Sat May 12 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.5-2
|
2012-05-12 12:23:28 +00:00
|
|
|
- Snapshot version with build system changes
|
|
|
|
|
2012-05-09 14:17:32 +00:00
|
|
|
* Wed May 9 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.4.0-3
|
|
|
|
- Fix PHP kolabformat module packaging
|
|
|
|
|
2012-05-02 11:46:44 +00:00
|
|
|
* Wed May 2 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.4.0-2
|
2012-05-02 10:51:51 +00:00
|
|
|
- New version
|
2012-05-02 10:08:50 +00:00
|
|
|
|
2012-04-20 09:37:53 +00:00
|
|
|
* Fri Apr 20 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.3.0-1
|
|
|
|
- New version
|
|
|
|
|
2012-04-10 01:57:45 +00:00
|
|
|
* Mon Apr 9 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.3-0.1
|
|
|
|
- First package
|
|
|
|
|