2024-01-05 23:14:46 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1)
|
2024-01-05 23:14:45 +01:00
|
|
|
Name: gnome-shell
|
2024-01-05 23:14:46 +01:00
|
|
|
Version: 42.2
|
2024-01-05 23:14:45 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 23:14:45 +01:00
|
|
|
Summary: GNOME Shell provides core user interface functions for the GNOME 3 desktop
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 23:14:46 +01:00
|
|
|
URL: https://wiki.gnome.org/
|
2024-01-05 23:14:46 +01:00
|
|
|
Source: https://download.gnome.org/sources/gnome-shell/%{majver}/gnome-shell-%{version}.tar.xz
|
2024-01-05 23:14:45 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 23:14:46 +01:00
|
|
|
#libmutter-clutter-10.so.0()(64bit): library not reported by ldconfig; run `ldconfig' and try again
|
|
|
|
#libmutter-cogl-10.so.0()(64bit): library not reported by ldconfig; run `ldconfig' and try again
|
|
|
|
#libmutter-cogl-pango-10.so.0()(64bit): library not reported by ldconfig; run `ldconfig' and try again
|
2024-01-05 23:14:45 +01:00
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 23:14:46 +01:00
|
|
|
BuildRequires: gnome-desktop-devel
|
2024-01-05 23:14:45 +01:00
|
|
|
BuildRequires: gobject-introspection-devel
|
2024-01-05 23:14:45 +01:00
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXfixes-devel
|
|
|
|
BuildRequires: libat-spi2-atk-devel
|
2024-01-05 23:14:45 +01:00
|
|
|
BuildRequires: libatk-devel
|
|
|
|
BuildRequires: libcairo-devel
|
|
|
|
BuildRequires: libevolution-data-server-devel
|
|
|
|
BuildRequires: libgcr-devel
|
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
|
|
BuildRequires: libgjs-devel
|
2024-01-05 23:14:45 +01:00
|
|
|
BuildRequires: libglib-devel
|
2024-01-05 23:14:46 +01:00
|
|
|
BuildRequires: libgnome-autoar-devel
|
|
|
|
BuildRequires: libgraphene-devel
|
2024-01-05 23:14:45 +01:00
|
|
|
BuildRequires: libgtk-devel
|
2024-01-05 23:14:46 +01:00
|
|
|
BuildRequires: libgtk3-devel
|
2024-01-05 23:14:45 +01:00
|
|
|
BuildRequires: libical-devel
|
2024-01-05 23:14:46 +01:00
|
|
|
BuildRequires: libjson-glib-devel
|
2024-01-05 23:14:45 +01:00
|
|
|
BuildRequires: libmutter-devel
|
|
|
|
BuildRequires: libnm-devel
|
|
|
|
BuildRequires: libpango-devel
|
2024-01-05 23:14:45 +01:00
|
|
|
BuildRequires: libpolkit-devel
|
2024-01-05 23:14:45 +01:00
|
|
|
BuildRequires: libpulseaudio-devel
|
|
|
|
BuildRequires: libpulseaudio-glib-devel
|
2024-01-05 23:14:45 +01:00
|
|
|
BuildRequires: libsecret-devel
|
|
|
|
BuildRequires: libsystemd-devel
|
2024-01-05 23:14:46 +01:00
|
|
|
BuildRequires: libwayland-devel
|
2024-01-05 23:14:45 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: libcaribou-devel
|
2024-01-05 23:14:45 +01:00
|
|
|
BuildRequires: gnome-desktop-devel >= %{majver}
|
|
|
|
BuildRequires: libcogl-devel >= 1.18
|
|
|
|
BuildRequires: libmutter-devel >= %{majver}
|
2024-01-05 23:14:45 +01:00
|
|
|
BuildRequires: libnma-devel
|
2024-01-05 23:14:45 +01:00
|
|
|
BuildRequires: sassc
|
2024-01-05 23:14:45 +01:00
|
|
|
Requires: telepathy-mission-control
|
2024-01-05 23:14:45 +01:00
|
|
|
Requires: telepathy-logger
|
2024-01-05 23:14:45 +01:00
|
|
|
Requires: caribou
|
|
|
|
Requires: mutter
|
2024-01-05 23:14:45 +01:00
|
|
|
Requires: ca-certificates
|
|
|
|
Requires(post): libgdk-pixbuf
|
2024-01-05 23:14:45 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
GNOME Shell provides core user interface functions for the GNOME 3 desktop, like switching to windows and launching applications. GNOME Shell takes advantage of the capabilities of modern graphics hardware and introduces innovative user interface concepts to provide a visually attractive and easy to use experience.
|
|
|
|
|
|
|
|
%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
|
2024-01-05 23:14:45 +01:00
|
|
|
%meson
|
2024-01-05 23:14:45 +01:00
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
%meson_build
|
2024-01-05 23:14:45 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 23:14:45 +01:00
|
|
|
export DESTDIR=%{buildroot}
|
|
|
|
%meson_install
|
2024-01-05 23:14:45 +01:00
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
%post
|
|
|
|
if [ $1 -ge 1 ]; then
|
|
|
|
/usr/bin/gdk-pixbuf-query-loaders > /etc/gtk-3.0/gdk-pixbuf.loaders
|
|
|
|
fi
|
|
|
|
:
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_sysconfdir}/xdg/autostart/gnome-shell-overrides-migration.desktop
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_bindir}/gnome-*
|
2024-01-05 23:14:46 +01:00
|
|
|
%{_userunitdir}/org.gnome.Shell*.target
|
|
|
|
%{_userunitdir}/org.gnome.Shell*.service
|
2024-01-05 23:14:45 +01:00
|
|
|
%dir %{_libdir}/gnome-shell
|
|
|
|
%{_libdir}/gnome-shell/Gvc-1.0.typelib
|
|
|
|
%{_libdir}/gnome-shell/Shell-0.1.typelib
|
|
|
|
%{_libdir}/gnome-shell/St-1.0.typelib
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_libdir}/gnome-shell/girepository-1.0/Shew-0.typelib
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_libdir}/gnome-shell/libgnome-shell.so
|
|
|
|
%{_libdir}/gnome-shell/libgnome-shell-menu.so
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_libdir}/gnome-shell/libgvc.so
|
|
|
|
%{_libdir}/gnome-shell/libst-1.0.so
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_libdir}/gnome-shell/libshew-0.so
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_libexecdir}/gnome-shell-calendar-server
|
|
|
|
%{_libexecdir}/gnome-shell-hotplug-sniffer
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_libexecdir}/gnome-shell-overrides-migration.sh
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_libexecdir}/gnome-shell-perf-helper
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_libexecdir}/gnome-shell-portal-helper
|
2024-01-05 23:14:46 +01:00
|
|
|
#%{_datadir}/GConf/gsettings/gnome-shell-overrides.convert
|
|
|
|
%{_datadir}/applications/org.gnome.*.desktop
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_datadir}/applications/evolution-calendar.desktop
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_datadir}/metainfo/org.gnome.Extensions.metainfo.xml
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_datadir}/bash-completion/completions/gnome-extensions
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_datadir}/dbus-1/interfaces/org.gnome.Shell*.xml
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_datadir}/dbus-1/services/org.gnome.*.service
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.xml
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_datadir}/glib-2.0/schemas/00_org.gnome.shell.gschema.override
|
2024-01-05 23:14:46 +01:00
|
|
|
%{_datadir}/gnome-control-center/keybindings/*.xml
|
2024-01-05 23:14:45 +01:00
|
|
|
%dir %{_datadir}/gnome-shell
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_datadir}/gnome-shell/*
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_datadir}/xdg-desktop-portal/portals/gnome-shell.portal
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.*.svg
|
|
|
|
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.*.svg
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_mandir}/man1/gnome-shell.1*
|
2024-01-05 23:14:45 +01:00
|
|
|
%{_mandir}/man1/gnome-extensions.1*
|
2024-01-05 23:14:45 +01:00
|
|
|
%doc COPYING
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
#%files apidocs
|
|
|
|
#%defattr(-,root,root)
|
|
|
|
#%dir %{_datadir}/gtk-doc/html/shell
|
|
|
|
#%{_datadir}/gtk-doc/html/shell/*
|
|
|
|
#%dir %{_datadir}/gtk-doc/html/st
|
|
|
|
#%{_datadir}/gtk-doc/html/st/*
|
2024-01-05 23:14:45 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 23:14:46 +01:00
|
|
|
* Mon May 30 2022 Automatic Build System <autodist@mambasoft.it> 42.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:46 +01:00
|
|
|
* Sat May 07 2022 Automatic Build System <autodist@mambasoft.it> 42.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:46 +01:00
|
|
|
* Fri Apr 22 2022 Automatic Build System <autodist@mambasoft.it> 42.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:46 +01:00
|
|
|
* Mon Dec 13 2021 Automatic Build System <autodist@mambasoft.it> 41.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:46 +01:00
|
|
|
* Sat Dec 11 2021 Automatic Build System <autodist@mambasoft.it> 41.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:46 +01:00
|
|
|
* Thu Aug 19 2021 Automatic Build System <autodist@mambasoft.it> 40.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:46 +01:00
|
|
|
* Tue Jul 13 2021 Automatic Build System <autodist@mambasoft.it> 40.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:46 +01:00
|
|
|
* Thu Jun 10 2021 Automatic Build System <autodist@mambasoft.it> 40.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:46 +01:00
|
|
|
* Fri May 14 2021 Automatic Build System <autodist@mambasoft.it> 40.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:46 +01:00
|
|
|
* Sat May 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 40.0-1mamba
|
|
|
|
- update to 40.0
|
|
|
|
|
2024-01-05 23:14:46 +01:00
|
|
|
* Mon Mar 22 2021 Automatic Build System <autodist@mambasoft.it> 3.38.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Nov 09 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.38.1-1mamba
|
|
|
|
- update to 3.38.1
|
|
|
|
|
2024-01-05 23:14:46 +01:00
|
|
|
* Tue Sep 08 2020 Automatic Build System <autodist@mambasoft.it> 3.36.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:46 +01:00
|
|
|
* Wed Aug 12 2020 Automatic Build System <autodist@mambasoft.it> 3.36.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:46 +01:00
|
|
|
* Wed Jul 08 2020 Automatic Build System <autodist@mambasoft.it> 3.36.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Fri Jun 05 2020 Automatic Build System <autodist@mambasoft.it> 3.36.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Sun May 03 2020 Automatic Build System <autodist@mambasoft.it> 3.36.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Fri Apr 03 2020 Automatic Build System <autodist@mambasoft.it> 3.36.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 23 2020 Automatic Build System <autodist@mambasoft.it> 3.36.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Mon Feb 17 2020 Automatic Build System <autodist@mambasoft.it> 3.34.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Sun Jan 05 2020 Automatic Build System <autodist@mambasoft.it> 3.34.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Fri Dec 13 2019 Automatic Build System <autodist@mambasoft.it> 3.34.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Wed Nov 06 2019 Automatic Build System <autodist@mambasoft.it> 3.34.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Sat Jul 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.32.2-1mamba
|
|
|
|
- update to 3.32.2
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Thu Sep 06 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 3.28.3-2mamba
|
|
|
|
- rebuilt with libevolution-data-server 3.28
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Tue Aug 14 2018 Automatic Build System <autodist@mambasoft.it> 3.28.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Wed Nov 15 2017 Automatic Build System <autodist@mambasoft.it> 3.22.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Thu Nov 10 2016 Automatic Build System <autodist@mambasoft.it> 3.22.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Oct 18 2016 Automatic Build System <autodist@mambasoft.it> 3.22.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Sat Aug 20 2016 Automatic Build System <autodist@mambasoft.it> 3.20.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Wed Jun 29 2016 Automatic Build System <autodist@mambasoft.it> 3.20.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Wed May 18 2016 Automatic Build System <autodist@mambasoft.it> 3.20.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Sat Apr 02 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.18.4-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: libpulseaudio-devel>=8.0-1mamba
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Thu Mar 03 2016 Automatic Build System <autodist@mambasoft.it> 3.18.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Sun Dec 13 2015 Automatic Build System <autodist@mambasoft.it> 3.18.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Thu Jul 02 2015 Automatic Build System <autodist@mambasoft.it> 3.16.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Thu May 14 2015 Automatic Build System <autodist@mambasoft.it> 3.16.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Fri May 01 2015 Automatic Build System <autodist@mambasoft.it> 3.16.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Apr 05 2015 Automatic Build System <autodist@mambasoft.it> 3.14.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Sun Mar 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.14.3-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: libpulseaudio-devel>=6.0-1mamba
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Mon Dec 29 2014 Automatic Build System <autodist@mambasoft.it> 3.14.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Thu Jun 26 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.2-2mamba
|
|
|
|
- require telepathy-logger and ca-certificates
|
|
|
|
- retrigger gdk-pixbuf-query-loaders to be sure to avoid svg errors
|
|
|
|
|
|
|
|
* Wed Jun 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.2-1mamba
|
|
|
|
- update to 3.12.2
|
|
|
|
|
2024-01-05 23:14:45 +01:00
|
|
|
* Thu Feb 20 2014 Automatic Build System <autodist@mambasoft.it> 3.10.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jan 19 2014 Automatic Build System <autodist@mambasoft.it> 3.10.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Nov 15 2013 Automatic Build System <autodist@mambasoft.it> 3.10.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Nov 05 2013 Automatic Build System <autodist@mambasoft.it> 3.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jul 31 2013 Automatic Build System <autodist@mambasoft.it> 3.8.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jun 12 2013 Automatic Build System <autodist@mambasoft.it> 3.8.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon May 27 2013 Automatic Build System <autodist@mambasoft.it> 3.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Apr 17 2013 Automatic Build System <autodist@mambasoft.it> 3.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Apr 15 2013 Automatic Build System <autodist@mambasoft.it> 3.8.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 20 2013 Automatic Build System <autodist@mambasoft.it> 3.6.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Automatic Build System <autodist@mambasoft.it> 3.6.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Nov 23 2012 Automatic Build System <autodist@mambasoft.it> 3.6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Nov 05 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6.1-2mamba
|
|
|
|
- rebuilt with telepathy-logger 0.6.0
|
|
|
|
|
|
|
|
* Tue Oct 16 2012 Automatic Build System <autodist@mambasoft.it> 3.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Sep 29 2012 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
|
|
|
|
- update to 3.6.0
|
|
|
|
|
|
|
|
* Sun Sep 16 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.2-2mamba
|
|
|
|
- require telepathy-mission-control and caribou
|
|
|
|
|
|
|
|
* Sat Sep 15 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.2-1mamba
|
|
|
|
- package created by autospec
|