2024-01-06 04:21:14 +01:00
|
|
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
|
|
|
|
|
|
|
Name: libgdk-pixbuf
|
|
|
|
Epoch: 1
|
2024-01-06 04:21:15 +01:00
|
|
|
Version: 2.42.9
|
2024-01-06 04:21:15 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 04:21:14 +01:00
|
|
|
Summary: An image loading library
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 04:21:15 +01:00
|
|
|
URL: https://www.gnome.org
|
|
|
|
Source: https://download-fallback.gnome.org/sources/gdk-pixbuf/%{majversion}/gdk-pixbuf-%{version}.tar.xz
|
2024-01-06 04:21:14 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libpng-devel
|
2024-01-06 04:21:15 +01:00
|
|
|
BuildRequires: libtiff-devel
|
|
|
|
BuildRequires: shared-mime-info
|
2024-01-06 04:21:14 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: vim
|
2024-01-06 04:21:15 +01:00
|
|
|
BuildRequires: %{_bindir}/rst2man
|
2024-01-06 04:21:15 +01:00
|
|
|
Requires: gdk-pixbuf = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 04:21:14 +01:00
|
|
|
|
|
|
|
# checking for mediaLib 2.3... checking for mlib_ImageSetStruct in -lmlib... no
|
|
|
|
# see http://docs.sun.com/app/docs/doc/816-5173/libmlib-3lib?l=en&a=view
|
|
|
|
# Require gobject-introspection >= 0.9.5
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{name} is an image loading library that can be extended by loadable modules for new image formats. It is used by toolkits such as GTK+ or clutter.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Devel package for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%{name} is an image loading library that can be extended by loadable modules for new image formats. It is used by toolkits such as GTK+ or clutter.
|
|
|
|
This package contains libraries and header files need for development.
|
|
|
|
|
2024-01-06 04:21:15 +01:00
|
|
|
%package -n gdk-pixbuf
|
|
|
|
Summary: Tools for %{name}
|
|
|
|
Group: System/Tools
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 04:21:14 +01:00
|
|
|
|
2024-01-06 04:21:15 +01:00
|
|
|
%description -n gdk-pixbuf
|
2024-01-06 04:21:14 +01:00
|
|
|
%{name} is an image loading library that can be extended by loadable modules for new image formats. It is used by toolkits such as GTK+ or clutter.
|
|
|
|
This package contains libraries and header files need for development.
|
|
|
|
|
|
|
|
%package apidocs
|
|
|
|
Summary: %{name} API documentation
|
|
|
|
Group: Documentation
|
|
|
|
|
|
|
|
%description apidocs
|
|
|
|
This package contains %{name} API documentation.
|
|
|
|
|
2024-01-06 04:21:15 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 04:21:14 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n gdk-pixbuf-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-01-06 04:21:15 +01:00
|
|
|
%meson \
|
2024-01-06 04:21:15 +01:00
|
|
|
-Dgtk_doc=true
|
2024-01-06 04:21:14 +01:00
|
|
|
|
2024-01-06 04:21:15 +01:00
|
|
|
%meson_build
|
|
|
|
|
2024-01-06 04:21:14 +01:00
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
2024-01-06 04:21:15 +01:00
|
|
|
%meson_install
|
|
|
|
|
|
|
|
#% makeinstall \
|
|
|
|
# RUN_QUERY_LOADER_TEST=false
|
2024-01-06 04:21:14 +01:00
|
|
|
|
|
|
|
touch %{buildroot}%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache
|
|
|
|
|
2024-01-06 04:21:14 +01:00
|
|
|
%find_lang gdk-pixbuf
|
2024-01-06 04:21:14 +01:00
|
|
|
|
2024-01-06 04:21:15 +01:00
|
|
|
# biarch support
|
|
|
|
install -d -m0755 %{buildroot}%{_libexecdir}
|
|
|
|
mv %{buildroot}%{_bindir}/gdk-pixbuf-query-loaders %{buildroot}%{_libexecdir}/gdk-pixbuf-query-loaders
|
|
|
|
ln -s %{_libexecdir}/gdk-pixbuf-query-loaders %{buildroot}%{_bindir}/gdk-pixbuf-query-loaders
|
|
|
|
|
2024-01-06 04:21:14 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
:
|
|
|
|
|
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
2024-01-06 04:21:14 +01:00
|
|
|
:
|
|
|
|
|
|
|
|
%posttrans
|
2024-01-06 04:21:14 +01:00
|
|
|
if [ $1 -ge 1 ]; then
|
2024-01-06 04:21:15 +01:00
|
|
|
%{_libexecdir}/gdk-pixbuf-query-loaders --update-cache || :
|
2024-01-06 04:21:14 +01:00
|
|
|
# legacy cleanups
|
|
|
|
rm -f /etc/gtk-2.0/gdk-pixbuf.loaders
|
|
|
|
rm -f /etc/gtk-3.0/gdk-pixbuf.loaders
|
|
|
|
rm -f /etc/gtk-2.0/%{_target_platform}/gdk-pixbuf.loaders
|
|
|
|
rm -f /etc/gtk-3.0/%{_target_platform}/gdk-pixbuf.loaders
|
|
|
|
rmdir /etc/gtk-2.0/%{_target_platform} 2>/dev/null || true
|
|
|
|
rmdir /etc/gtk-3.0/%{_target_platform} 2>/dev/null || true
|
2024-01-06 04:21:14 +01:00
|
|
|
fi
|
2024-01-06 04:21:14 +01:00
|
|
|
:
|
|
|
|
|
2024-01-06 04:21:15 +01:00
|
|
|
%pre devel
|
2024-01-06 04:21:14 +01:00
|
|
|
if [ $1 -ge 1 ]; then
|
2024-01-06 04:21:15 +01:00
|
|
|
[ -L %{_bindir}/gdk-pixbuf-csource ] && rm -f %{_bindir}/gdk-pixbuf-csource
|
|
|
|
[ -L %{_bindir}/gdk-pixbuf-pixdata ] && rm -f %{_bindir}/gdk-pixbuf-pixdata
|
2024-01-06 04:21:14 +01:00
|
|
|
fi
|
2024-01-06 04:21:14 +01:00
|
|
|
:
|
|
|
|
|
2024-01-06 04:21:15 +01:00
|
|
|
%files
|
2024-01-06 04:21:14 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libgdk_pixbuf-2.0.so.*
|
|
|
|
%dir %{_libdir}/gdk-pixbuf-2.0
|
|
|
|
%dir %{_libdir}/gdk-pixbuf-2.0/2.10.0
|
|
|
|
%dir %{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders
|
|
|
|
%{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-*.so
|
|
|
|
%ghost %{_libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache
|
|
|
|
%{_libdir}/girepository-1.0/GdkPixbuf-2.0.typelib
|
2024-01-06 04:21:15 +01:00
|
|
|
%{_libdir}/girepository-1.0/GdkPixdata-2.0.typelib
|
|
|
|
%{_libexecdir}/gdk-pixbuf-query-loaders
|
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%files -n gdk-pixbuf -f gdk-pixbuf.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/gdk-pixbuf-query-loaders
|
|
|
|
%{_bindir}/gdk-pixbuf-thumbnailer
|
2024-01-06 04:21:15 +01:00
|
|
|
%{_datadir}/thumbnailers/gdk-pixbuf-thumbnailer.thumbnailer
|
2024-01-06 04:21:15 +01:00
|
|
|
%{_mandir}/man1/gdk-pixbuf-query-loaders.1*
|
2024-01-06 04:21:14 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 04:21:15 +01:00
|
|
|
%{_bindir}/gdk-pixbuf-csource
|
|
|
|
%{_bindir}/gdk-pixbuf-pixdata
|
2024-01-06 04:21:14 +01:00
|
|
|
%dir %{_includedir}/gdk-pixbuf-2.0
|
|
|
|
%dir %{_includedir}/gdk-pixbuf-2.0/gdk-pixbuf
|
|
|
|
%{_includedir}/gdk-pixbuf-2.0/gdk-pixbuf/*.h
|
|
|
|
%{_libdir}/libgdk_pixbuf-2.0.so
|
|
|
|
%{_datadir}/gir-1.0/GdkPixbuf-2.0.gir
|
2024-01-06 04:21:15 +01:00
|
|
|
%{_datadir}/gir-1.0/GdkPixdata-2.0.gir
|
|
|
|
%dir %{_libexecdir}/installed-tests/gdk-pixbuf
|
|
|
|
%{_libexecdir}/installed-tests/gdk-pixbuf/*
|
|
|
|
%dir %{_datadir}/installed-tests/gdk-pixbuf
|
|
|
|
%{_datadir}/installed-tests/gdk-pixbuf/*
|
2024-01-06 04:21:14 +01:00
|
|
|
%{_libdir}/pkgconfig/gdk-pixbuf-2.0.pc
|
2024-01-06 04:21:15 +01:00
|
|
|
%{_mandir}/man1/gdk-pixbuf-csource.1*
|
2024-01-06 04:21:14 +01:00
|
|
|
%doc NEWS
|
|
|
|
|
|
|
|
%files apidocs
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 04:21:15 +01:00
|
|
|
%dir %{_docdir}/gdk-pixbuf
|
|
|
|
%{_docdir}/gdk-pixbuf/*
|
|
|
|
%dir %{_docdir}/gdk-pixdata
|
|
|
|
%{_docdir}/gdk-pixdata/*
|
2024-01-06 04:21:14 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 04:21:15 +01:00
|
|
|
* Tue Aug 16 2022 Automatic Build System <autodist@mambasoft.it> 2.42.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:21:15 +01:00
|
|
|
* Sat Mar 19 2022 Automatic Build System <autodist@mambasoft.it> 2.42.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:21:15 +01:00
|
|
|
* Fri May 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.42.6-1mamba
|
|
|
|
- update to 2.42.6
|
|
|
|
|
2024-01-06 04:21:15 +01:00
|
|
|
* Fri Mar 19 2021 Automatic Build System <autodist@mambasoft.it> 2.42.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:21:15 +01:00
|
|
|
* Mon Nov 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.42.0-1mamba
|
|
|
|
- update to 2.42.0
|
|
|
|
|
2024-01-06 04:21:15 +01:00
|
|
|
* Sun May 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.40.0-1mamba
|
|
|
|
- update to 2.40.0
|
|
|
|
|
2024-01-06 04:21:15 +01:00
|
|
|
* Fri Feb 09 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.36.9-2mamba
|
|
|
|
- rebuilt to try to fix warning on libpng linking
|
|
|
|
|
2024-01-06 04:21:15 +01:00
|
|
|
* Sun Nov 19 2017 Automatic Build System <autodist@mambasoft.it> 2.36.9-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 04:21:15 +01:00
|
|
|
* Fri Aug 11 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 2.36.8-1mamba
|
|
|
|
- update to 2.36.8
|
|
|
|
|
2024-01-06 04:21:14 +01:00
|
|
|
* Sat Apr 30 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.34.0-1mamba
|
|
|
|
- update to 2.34.0
|
|
|
|
|
2024-01-06 04:21:14 +01:00
|
|
|
* Mon Jun 01 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.30.8-6mamba
|
2024-01-06 04:21:14 +01:00
|
|
|
- run gtk-pixbuf-query-loaders with default directory
|
2024-01-06 04:21:14 +01:00
|
|
|
|
2024-01-06 04:21:14 +01:00
|
|
|
* Thu May 28 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.30.8-5mamba
|
|
|
|
- multiarch cohexistence of gdk-pixbuf.loaders
|
|
|
|
|
2024-01-06 04:21:14 +01:00
|
|
|
* Fri Apr 03 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.30.8-4mamba
|
2024-01-06 04:21:14 +01:00
|
|
|
- fix posttrans creation of gtk-pixbuf-{csource,pixdata} links
|
2024-01-06 04:21:14 +01:00
|
|
|
|
2024-01-06 04:21:14 +01:00
|
|
|
* Tue Mar 31 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.30.8-3mamba
|
|
|
|
- use -32 or -64 suffix as more widely used
|
|
|
|
|
2024-01-06 04:21:14 +01:00
|
|
|
* Thu Mar 26 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.30.8-2mamba
|
|
|
|
- provide gdk-pixbuf-query-loaders with arch suffix to support biarch environment
|
|
|
|
|
2024-01-06 04:21:14 +01:00
|
|
|
* Tue May 27 2014 Automatic Build System <autodist@mambasoft.it> 2.30.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:21:14 +01:00
|
|
|
* Tue Mar 25 2014 Automatic Build System <autodist@mambasoft.it> 2.30.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 04 2014 Automatic Build System <autodist@mambasoft.it> 2.30.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Feb 18 2014 Automatic Build System <autodist@mambasoft.it> 2.30.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Feb 04 2014 Automatic Build System <autodist@mambasoft.it> 2.30.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jan 14 2014 Automatic Build System <autodist@mambasoft.it> 2.30.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Dec 17 2013 Automatic Build System <autodist@mambasoft.it> 2.30.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Nov 11 2013 Automatic Build System <autodist@mambasoft.it> 2.30.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 28 2013 Automatic Build System <autodist@mambasoft.it> 2.30.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Oct 22 2013 Automatic Build System <autodist@mambasoft.it> 2.29.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu May 02 2013 Automatic Build System <autodist@mambasoft.it> 2.29.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Apr 15 2013 Automatic Build System <autodist@mambasoft.it> 2.28.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 26 2013 Automatic Build System <autodist@mambasoft.it> 2.28.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 19 2013 Automatic Build System <autodist@mambasoft.it> 2.27.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Mar 08 2013 Automatic Build System <autodist@mambasoft.it> 2.27.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Feb 11 2013 Automatic Build System <autodist@mambasoft.it> 2.27.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Feb 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.26.5-1mamba
|
|
|
|
- update to 2.26.5
|
|
|
|
- downgrade to stable release to fix
|
|
|
|
- don't build png as included loader
|
|
|
|
|
|
|
|
* Sat Feb 02 2013 Automatic Build System <autodist@mambasoft.it> 2.27.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jan 20 2013 Automatic Build System <autodist@mambasoft.it> 2.27.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Nov 10 2012 Automatic Build System <autodist@mambasoft.it> 2.26.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Sep 18 2012 Automatic Build System <autodist@mambasoft.it> 2.26.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Aug 21 2012 Automatic Build System <autodist@mambasoft.it> 2.26.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Aug 06 2012 Automatic Build System <autodist@mambasoft.it> 2.26.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Apr 14 2012 Automatic Build System <autodist@mambasoft.it> 2.26.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Apr 02 2012 Automatic Build System <autodist@mambasoft.it> 2.26.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Mar 14 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.1-2mamba
|
|
|
|
- rebuilt with --with-x11
|
|
|
|
|
|
|
|
* Mon Mar 12 2012 Automatic Build System <autodist@mambasoft.it> 2.24.1-1mamba
|
|
|
|
- update to 2.24.1
|
|
|
|
|
|
|
|
* Mon Dec 12 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.0-2mamba
|
|
|
|
- move gir file from devel to main package
|
|
|
|
|
|
|
|
* Sat Aug 27 2011 Automatic Build System <autodist@mambasoft.it> 2.24.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jun 28 2011 Automatic Build System <autodist@mambasoft.it> 2.23.5-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Jun 14 2011 Automatic Build System <autodist@mambasoft.it> 2.23.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Apr 05 2011 Automatic Build System <autodist@mambasoft.it> 2.23.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Nov 06 2010 Automatic Build System <autodist@mambasoft.it> 2.22.1-1mamba
|
|
|
|
- automatic update to 2.22.1 by autodist
|
|
|
|
|
|
|
|
* Wed Oct 06 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.22.0-3mamba
|
|
|
|
- remove static package containing libtool *.la files that are needed in devel
|
|
|
|
|
|
|
|
* Mon Oct 04 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 2.22.0-2mamba
|
|
|
|
- imported in openmamba devel
|
|
|
|
|
|
|
|
* Wed Sep 29 2010 gil <puntogil@libero.it> 2.22.0-1mamba
|
|
|
|
- update to 2.22.0
|
|
|
|
- renamed libgdk-pixbuf2
|
|
|
|
|
|
|
|
* Fri Jul 02 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.22.0-8mamba
|
|
|
|
- rebuilt with libpng 1.4
|
|
|
|
|
|
|
|
* Mon Jun 08 2009 Automatic Build System <autodist@mambasoft.it> 0.22.0-7mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Sun Jun 22 2008 Fabio Giani <fabio.giani@gmail.com> 0.22.0-6mamba
|
|
|
|
- update Vendor, Distribution, Packager, buildrequirements list
|
|
|
|
|
|
|
|
* Thu Apr 27 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.22.0-5qilnx
|
|
|
|
- p4
|
|
|
|
|
|
|
|
* Tue Apr 12 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.22.0-4qilnx
|
|
|
|
- fixed security issue QSA-2005-040 (CAN-2005-0891)
|
|
|
|
|
|
|
|
* Thu Nov 25 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 0.22.0-3qilnx
|
|
|
|
- rebuilt removing wrong buildconflict libgnome1-devel (??)
|
|
|
|
|
|
|
|
* Tue Oct 19 2004 Davide Madrisan <davide.madrisan@qilinux.it> 0.22.0-2qilnx
|
|
|
|
- security fixes: QSA-2004-048 (CAN-2004-0753, CAN-2004-[0782,0783,0788])
|
|
|
|
- add post/postun
|
|
|
|
- own /usr/lib/gdk-pixbuf, /usr/lib/gdk-pixbuf/loaders
|
|
|
|
- fixed underquoted m4 definition
|
|
|
|
- HTML documentation moved to devel package
|
|
|
|
|
2024-01-06 04:21:15 +01:00
|
|
|
* Tue Oct 07 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 0.22.0-1qilnx
|
2024-01-06 04:21:14 +01:00
|
|
|
- first build
|