531 lines
19 KiB
RPMSpec
531 lines
19 KiB
RPMSpec
Name: harfbuzz
|
|
Version: 9.0.0
|
|
Release: 1mamba
|
|
Summary: An OpenType text shaping library
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/harfbuzz/harfbuzz
|
|
Source: https://github.com/harfbuzz/harfbuzz/releases/download/%{version}/harfbuzz-%{version}.tar.xz
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libfreetype-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libgraphite2-devel
|
|
BuildRequires: libicu-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libicu-devel >= 50
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description
|
|
An OpenType text shaping library.
|
|
|
|
%package -n lib%{name}
|
|
Group: System/Libraries
|
|
Summary: Shared libraries for %{name}
|
|
|
|
%description -n lib%{name}
|
|
This package contains shared libraries for %{name}.
|
|
|
|
%package -n lib%{name}-devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: pkg-config
|
|
|
|
%description -n lib%{name}-devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%package apidocs
|
|
Group: Documentation
|
|
Summary: %{name} API documentation
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: gtk-doc
|
|
|
|
%description apidocs
|
|
This package includes the %{name} API documentation.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%meson \
|
|
-Dcpp_std=c++17 \
|
|
-Dglib=enabled \
|
|
-Dcairo=enabled \
|
|
-Dgraphite2=enabled \
|
|
-Dgobject=enabled \
|
|
-Dfreetype=enabled \
|
|
-Dicu=enabled \
|
|
-Ddocs=enabled
|
|
|
|
%meson_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%meson_install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/hb-*
|
|
|
|
%files -n lib%{name}
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libharfbuzz.so.*
|
|
%{_libdir}/libharfbuzz-cairo.so.*
|
|
%{_libdir}/libharfbuzz-icu.so.*
|
|
%{_libdir}/libharfbuzz-subset.so.*
|
|
%{_libdir}/libharfbuzz-gobject.so.*
|
|
%{_libdir}/girepository-1.0/HarfBuzz-0.0.typelib
|
|
%{_datadir}/gir-1.0/HarfBuzz-0.0.gir
|
|
%doc AUTHORS COPYING THANKS
|
|
|
|
%files -n lib%{name}-devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/harfbuzz
|
|
%{_includedir}/harfbuzz/*
|
|
%{_libdir}/libharfbuzz.so
|
|
%{_libdir}/libharfbuzz-cairo.so
|
|
%{_libdir}/libharfbuzz-gobject.so
|
|
%{_libdir}/libharfbuzz-icu.so
|
|
%{_libdir}/libharfbuzz-subset.so
|
|
%{_libdir}/pkgconfig/harfbuzz-*.pc
|
|
%{_libdir}/pkgconfig/harfbuzz.pc
|
|
%{_libdir}/cmake/harfbuzz/harfbuzz-config.cmake
|
|
%doc NEWS README
|
|
|
|
%files apidocs
|
|
%defattr(-,root,root)
|
|
%dir %{_datadir}/gtk-doc/html/harfbuzz
|
|
%{_datadir}/gtk-doc/html/harfbuzz/*
|
|
|
|
%changelog
|
|
* Sun Jun 30 2024 Automatic Build System <autodist@openmamba.org> 9.0.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 14 2024 Automatic Build System <autodist@openmamba.org> 8.5.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 29 2024 Automatic Build System <autodist@openmamba.org> 8.4.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 17 2024 Automatic Build System <autodist@openmamba.org> 8.3.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Nov 12 2023 Automatic Build System <autodist@mambasoft.it> 8.3.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 18 2023 Automatic Build System <autodist@mambasoft.it> 8.2.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Sep 19 2023 Automatic Build System <autodist@mambasoft.it> 8.2.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Sep 08 2023 Automatic Build System <autodist@mambasoft.it> 8.2.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 03 2023 Automatic Build System <autodist@mambasoft.it> 8.1.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 02 2023 Automatic Build System <autodist@mambasoft.it> 8.1.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jul 13 2023 Automatic Build System <autodist@mambasoft.it> 8.0.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 09 2023 Automatic Build System <autodist@mambasoft.it> 8.0.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 11 2023 Automatic Build System <autodist@mambasoft.it> 7.3.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 27 2023 Automatic Build System <autodist@mambasoft.it> 7.2.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Mar 04 2023 Automatic Build System <autodist@mambasoft.it> 7.1.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 21 2023 Automatic Build System <autodist@mambasoft.it> 7.0.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 13 2023 Automatic Build System <autodist@mambasoft.it> 7.0.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Dec 17 2022 Automatic Build System <autodist@mambasoft.it> 6.0.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 20 2022 Automatic Build System <autodist@mambasoft.it> 5.3.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 09 2022 Automatic Build System <autodist@mambasoft.it> 5.3.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 18 2022 Automatic Build System <autodist@mambasoft.it> 5.2.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 01 2022 Automatic Build System <autodist@mambasoft.it> 5.1.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 24 2022 Automatic Build System <autodist@mambasoft.it> 5.0.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 29 2022 Automatic Build System <autodist@mambasoft.it> 4.4.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jun 28 2022 Automatic Build System <autodist@mambasoft.it> 4.4.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 21 2022 Automatic Build System <autodist@mambasoft.it> 4.3.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Apr 24 2022 Automatic Build System <autodist@mambasoft.it> 4.2.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 02 2022 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Mar 12 2022 Automatic Build System <autodist@mambasoft.it> 4.0.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 02 2022 Automatic Build System <autodist@mambasoft.it> 4.0.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 13 2022 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 06 2022 Automatic Build System <autodist@mambasoft.it> 3.3.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 01 2022 Automatic Build System <autodist@mambasoft.it> 3.3.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Dec 12 2021 Automatic Build System <autodist@mambasoft.it> 3.2.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 26 2021 Automatic Build System <autodist@mambasoft.it> 3.1.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Nov 09 2021 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Nov 04 2021 Automatic Build System <autodist@mambasoft.it> 3.1.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Sep 18 2021 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Sep 08 2021 Automatic Build System <autodist@mambasoft.it> 2.9.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 20 2021 Automatic Build System <autodist@mambasoft.it> 2.9.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jul 09 2021 Automatic Build System <autodist@mambasoft.it> 2.8.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 04 2021 Automatic Build System <autodist@mambasoft.it> 2.8.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 17 2021 Automatic Build System <autodist@mambasoft.it> 2.8.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Dec 27 2020 Automatic Build System <autodist@mambasoft.it> 2.7.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Aug 30 2020 Automatic Build System <autodist@mambasoft.it> 2.7.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Aug 15 2020 Automatic Build System <autodist@mambasoft.it> 2.7.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 24 2020 Automatic Build System <autodist@mambasoft.it> 2.6.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 03 2020 Automatic Build System <autodist@mambasoft.it> 2.6.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.6-1mamba
|
|
- update to 2.6.6
|
|
|
|
* Wed Oct 30 2019 Automatic Build System <autodist@mambasoft.it> 2.6.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Oct 05 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.2-2mamba
|
|
- rebuilt with icu integration
|
|
|
|
* Tue Oct 01 2019 Automatic Build System <autodist@mambasoft.it> 2.6.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 28 2019 Automatic Build System <autodist@mambasoft.it> 2.6.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 14 2019 Automatic Build System <autodist@mambasoft.it> 2.6.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.3-1mamba
|
|
- update to 2.5.3
|
|
|
|
* Sat Mar 30 2019 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jan 31 2019 Automatic Build System <autodist@mambasoft.it> 2.3.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jan 02 2019 Automatic Build System <autodist@mambasoft.it> 2.3.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Dec 04 2018 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Nov 17 2018 Automatic Build System <autodist@mambasoft.it> 2.1.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Nov 11 2018 Automatic Build System <autodist@mambasoft.it> 2.1.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 31 2018 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 22 2018 Automatic Build System <autodist@mambasoft.it> 2.0.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Sep 12 2018 Automatic Build System <autodist@mambasoft.it> 1.9.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 15 2018 Automatic Build System <autodist@mambasoft.it> 1.8.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 09 2018 Automatic Build System <autodist@mambasoft.it> 1.8.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 08 2018 Automatic Build System <autodist@mambasoft.it> 1.8.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 03 2018 Automatic Build System <autodist@mambasoft.it> 1.8.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 18 2018 Automatic Build System <autodist@mambasoft.it> 1.8.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jul 12 2018 Automatic Build System <autodist@mambasoft.it> 1.8.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jul 03 2018 Automatic Build System <autodist@mambasoft.it> 1.8.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 13 2018 Automatic Build System <autodist@mambasoft.it> 1.8.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jun 07 2018 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 22 2018 Automatic Build System <autodist@mambasoft.it> 1.7.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 01 2018 Automatic Build System <autodist@mambasoft.it> 1.7.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Dec 20 2017 Automatic Build System <autodist@mambasoft.it> 1.7.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Nov 23 2017 Automatic Build System <autodist@mambasoft.it> 1.7.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Oct 27 2017 Automatic Build System <autodist@mambasoft.it> 1.6.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 10 2017 Automatic Build System <autodist@mambasoft.it> 1.5.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 25 2017 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 09 2017 Automatic Build System <autodist@mambasoft.it> 1.4.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 23 2017 Automatic Build System <autodist@mambasoft.it> 1.4.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 06 2017 Automatic Build System <autodist@mambasoft.it> 1.4.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Mar 11 2017 Automatic Build System <autodist@mambasoft.it> 1.4.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 07 2017 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 03 2017 Automatic Build System <autodist@mambasoft.it> 1.4.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jan 25 2017 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jan 07 2017 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Dec 06 2016 Automatic Build System <autodist@mambasoft.it> 1.3.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 27 2016 Automatic Build System <autodist@mambasoft.it> 1.3.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Sep 08 2016 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jul 21 2016 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 07 2016 Automatic Build System <autodist@mambasoft.it> 1.2.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Apr 10 2016 Automatic Build System <autodist@mambasoft.it> 1.2.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 31 2016 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 27 2016 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Feb 24 2016 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 20 2016 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jan 14 2016 Automatic Build System <autodist@mambasoft.it> 1.1.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Nov 27 2015 Automatic Build System <autodist@mambasoft.it> 1.1.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 25 2015 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Nov 19 2015 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 16 2015 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 14 2015 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Oct 03 2015 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 06 2015 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jul 31 2015 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jun 19 2015 Automatic Build System <autodist@mambasoft.it> 0.9.41-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 26 2015 Automatic Build System <autodist@mambasoft.it> 0.9.40-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jan 28 2015 Automatic Build System <autodist@mambasoft.it> 0.9.38-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Dec 21 2014 Automatic Build System <autodist@mambasoft.it> 0.9.37-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Nov 23 2014 Automatic Build System <autodist@mambasoft.it> 0.9.36-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 21 2014 Automatic Build System <autodist@mambasoft.it> 0.9.35-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 20 2014 Automatic Build System <autodist@mambasoft.it> 0.9.32-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jul 12 2014 Automatic Build System <autodist@mambasoft.it> 0.9.30-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 25 2014 Automatic Build System <autodist@mambasoft.it> 0.9.29-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 24 2014 Automatic Build System <autodist@mambasoft.it> 0.9.28-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 16 2014 Automatic Build System <autodist@mambasoft.it> 0.9.26-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Dec 02 2013 Automatic Build System <autodist@mambasoft.it> 0.9.24-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Nov 02 2013 Automatic Build System <autodist@mambasoft.it> 0.9.23-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 17 2013 Automatic Build System <autodist@mambasoft.it> 0.9.22-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 01 2013 Automatic Build System <autodist@mambasoft.it> 0.9.20-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Aug 19 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.19-2mamba
|
|
- rebuilt with graphite2 support (required by texlive 20130530)
|
|
|
|
* Thu Jul 25 2013 Automatic Build System <autodist@mambasoft.it> 0.9.19-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jun 08 2013 Automatic Build System <autodist@mambasoft.it> 0.9.18-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 23 2013 Automatic Build System <autodist@mambasoft.it> 0.9.17-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 20 2013 Automatic Build System <autodist@mambasoft.it> 0.9.16-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 08 2013 Automatic Build System <autodist@mambasoft.it> 0.9.15-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Mar 25 2013 Automatic Build System <autodist@mambasoft.it> 0.9.14-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 01 2013 Automatic Build System <autodist@mambasoft.it> 0.9.13-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jan 20 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.12-1mamba
|
|
- update to 0.9.12
|
|
- built with libicu support required by libwebkit-gtk3 1.11 (requires libicu >= 50.0)
|
|
|
|
* Sun Jan 13 2013 Automatic Build System <autodist@mambasoft.it> 0.9.11-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 06 2012 Automatic Build System <autodist@mambasoft.it> 0.9.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Dec 01 2012 Automatic Build System <autodist@mambasoft.it> 0.9.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Nov 18 2012 Automatic Build System <autodist@mambasoft.it> 0.9.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 17 2012 Automatic Build System <autodist@mambasoft.it> 0.9.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Oct 09 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.4-1mamba
|
|
- package created by autospec
|