|
|
2ed9ff |
%global _changelog_trimtime %(date +%s -d "1 year ago")
|
|
|
2ed9ff |
|
|
|
13c47b |
%if 0%{?fedora}
|
|
|
13c47b |
%global with_wayland 1
|
|
|
13c47b |
%endif
|
|
|
13c47b |
|
|
|
13c47b |
%global with_tests 1
|
|
|
13c47b |
|
|
|
2ed9ff |
Name: clutter
|
|
|
13c47b |
Version: 1.20.0
|
|
|
13c47b |
Release: 4%{?dist}
|
|
|
2ed9ff |
Summary: Open Source software library for creating rich graphical user interfaces
|
|
|
2ed9ff |
|
|
|
2ed9ff |
Group: Development/Libraries
|
|
|
2ed9ff |
License: LGPLv2+
|
|
|
2ed9ff |
URL: http://www.clutter-project.org/
|
|
|
13c47b |
Source0: http://download.gnome.org/sources/clutter/1.20/clutter-%{version}.tar.xz
|
|
|
3e8236 |
# https://bugzilla.gnome.org/show_bug.cgi?id=732706
|
|
|
3e8236 |
Patch7: Allow-setting-up-quad-buffer-stereo-output.patch
|
|
|
2ed9ff |
|
|
|
2ed9ff |
BuildRequires: glib2-devel mesa-libGL-devel pkgconfig pango-devel
|
|
|
2ed9ff |
BuildRequires: cairo-gobject-devel gdk-pixbuf2-devel atk-devel
|
|
|
13c47b |
BuildRequires: cogl-devel >= 1.15.1
|
|
|
2ed9ff |
BuildRequires: gobject-introspection-devel >= 0.9.6
|
|
|
2ed9ff |
BuildRequires: gtk3-devel
|
|
|
2ed9ff |
BuildRequires: json-glib-devel >= 0.12.0
|
|
|
2ed9ff |
BuildRequires: libXcomposite-devel
|
|
|
2ed9ff |
BuildRequires: libXdamage-devel
|
|
|
2ed9ff |
BuildRequires: libXi-devel
|
|
|
13c47b |
BuildRequires: gettext-devel
|
|
|
13c47b |
%if 0%{?with_wayland}
|
|
|
13c47b |
BuildRequires: libgudev1-devel
|
|
|
13c47b |
BuildRequires: libwayland-client-devel
|
|
|
13c47b |
BuildRequires: libwayland-cursor-devel
|
|
|
13c47b |
BuildRequires: libwayland-server-devel
|
|
|
13c47b |
BuildRequires: libxkbcommon-devel
|
|
|
13c47b |
BuildRequires: libinput-devel
|
|
|
13c47b |
%endif
|
|
|
13c47b |
|
|
|
2ed9ff |
Requires: gobject-introspection
|
|
|
2ed9ff |
|
|
|
2ed9ff |
%description
|
|
|
2ed9ff |
Clutter is an open source software library for creating fast,
|
|
|
2ed9ff |
visually rich graphical user interfaces. The most obvious example
|
|
|
2ed9ff |
of potential usage is in media center type applications.
|
|
|
2ed9ff |
We hope however it can be used for a lot more.
|
|
|
2ed9ff |
|
|
|
2ed9ff |
%package devel
|
|
|
2ed9ff |
Summary: Clutter development environment
|
|
|
2ed9ff |
Group: Development/Libraries
|
|
|
13c47b |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
2ed9ff |
|
|
|
2ed9ff |
%description devel
|
|
|
2ed9ff |
Header files and libraries for building a extension library for the
|
|
|
2ed9ff |
clutter
|
|
|
2ed9ff |
|
|
|
2ed9ff |
%package doc
|
|
|
2ed9ff |
Summary: Documentation for %{name}
|
|
|
2ed9ff |
Group: Documentation
|
|
|
2ed9ff |
Requires: %{name} = %{version}-%{release}
|
|
|
2ed9ff |
|
|
|
2ed9ff |
%description doc
|
|
|
2ed9ff |
Clutter is an open source software library for creating fast,
|
|
|
2ed9ff |
visually rich graphical user interfaces. The most obvious example
|
|
|
2ed9ff |
of potential usage is in media center type applications.
|
|
|
2ed9ff |
We hope however it can be used for a lot more.
|
|
|
2ed9ff |
|
|
|
2ed9ff |
This package contains documentation for clutter.
|
|
|
2ed9ff |
|
|
|
13c47b |
%if 0%{?with_tests}
|
|
|
13c47b |
%package tests
|
|
|
13c47b |
Summary: Tests for the clutter package
|
|
|
13c47b |
Group: Development/Libraries
|
|
|
13c47b |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
13c47b |
|
|
|
13c47b |
%description tests
|
|
|
13c47b |
The clutter-tests package contains tests that can be used to verify
|
|
|
13c47b |
the functionality of the installed clutter package.
|
|
|
13c47b |
%endif
|
|
|
13c47b |
|
|
|
2ed9ff |
%prep
|
|
|
2ed9ff |
%setup -q
|
|
|
3e8236 |
%patch7 -p1 -b .quadbuffer-stereo
|
|
|
2ed9ff |
|
|
|
2ed9ff |
%build
|
|
|
13c47b |
autoreconf
|
|
|
13c47b |
%configure \
|
|
|
13c47b |
--enable-xinput \
|
|
|
13c47b |
--enable-gdk-backend \
|
|
|
13c47b |
%{?with_tests:--enable-installed-tests} \
|
|
|
13c47b |
%if 0%{?with_wayland}
|
|
|
13c47b |
--enable-egl-backend \
|
|
|
13c47b |
--enable-evdev-input \
|
|
|
13c47b |
--enable-wayland-backend \
|
|
|
13c47b |
--enable-wayland-compositor \
|
|
|
13c47b |
%endif
|
|
|
2ed9ff |
|
|
|
2ed9ff |
make %{?_smp_mflags} V=1
|
|
|
2ed9ff |
|
|
|
2ed9ff |
%install
|
|
|
2ed9ff |
make install DESTDIR=%{buildroot} INSTALL='install -p'
|
|
|
2ed9ff |
|
|
|
2ed9ff |
#Remove libtool archives.
|
|
|
13c47b |
find %{buildroot} -name '*.la' -delete
|
|
|
2ed9ff |
|
|
|
2ed9ff |
%find_lang clutter-1.0
|
|
|
2ed9ff |
|
|
|
13c47b |
%check
|
|
|
13c47b |
make check %{?_smp_mflags} V=1
|
|
|
13c47b |
|
|
|
2ed9ff |
%post -p /sbin/ldconfig
|
|
|
2ed9ff |
|
|
|
2ed9ff |
%postun -p /sbin/ldconfig
|
|
|
2ed9ff |
|
|
|
2ed9ff |
%files -f clutter-1.0.lang
|
|
|
2ed9ff |
%doc COPYING NEWS README
|
|
|
2ed9ff |
%{_libdir}/*.so.0
|
|
|
2ed9ff |
%{_libdir}/*.so.0.*
|
|
|
2ed9ff |
%{_libdir}/girepository-1.0/*.typelib
|
|
|
2ed9ff |
|
|
|
2ed9ff |
%files devel
|
|
|
2ed9ff |
%{_includedir}/*
|
|
|
2ed9ff |
%{_libdir}/*.so
|
|
|
2ed9ff |
%{_libdir}/pkgconfig/*.pc
|
|
|
2ed9ff |
%{_datadir}/gir-1.0/*.gir
|
|
|
2ed9ff |
|
|
|
2ed9ff |
%files doc
|
|
|
2ed9ff |
%{_datadir}/gtk-doc/html/clutter
|
|
|
2ed9ff |
%{_datadir}/gtk-doc/html/cally
|
|
|
2ed9ff |
|
|
|
13c47b |
%if 0%{?with_tests}
|
|
|
13c47b |
%files tests
|
|
|
13c47b |
%{_libexecdir}/installed-tests/clutter
|
|
|
13c47b |
%{_datadir}/installed-tests
|
|
|
13c47b |
%endif
|
|
|
13c47b |
|
|
|
2ed9ff |
%changelog
|
|
|
13c47b |
* Fri Jul 17 2015 Florian Müllner <fmuelner@redhat.com> - 1.20.0-4
|
|
|
13c47b |
- Rebuild with update gobject-introspection
|
|
|
13c47b |
Resolves: #1236735
|
|
|
13c47b |
|
|
|
13c47b |
* Tue Oct 28 2014 Richard Hughes <rhughes@redhat.com> - 1.20.0-3
|
|
|
13c47b |
- Fix compile when not using Wayland, harder.
|
|
|
13c47b |
|
|
|
13c47b |
* Tue Oct 28 2014 Richard Hughes <rhughes@redhat.com> - 1.20.0-2
|
|
|
13c47b |
- Fix compile when not using Wayland.
|
|
|
13c47b |
|
|
|
13c47b |
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.20.0-1
|
|
|
13c47b |
- Update to 1.20.0
|
|
|
13c47b |
|
|
|
13c47b |
* Wed Sep 17 2014 Kalev Lember <kalevlember@gmail.com> - 1.19.10-1
|
|
|
13c47b |
- Update to 1.19.10
|
|
|
13c47b |
|
|
|
13c47b |
* Fri Sep 12 2014 Peter Hutterer <peter.hutterer@redhat.com> - 1.19.8-2
|
|
|
13c47b |
- Rebuild for libinput soname bump
|
|
|
13c47b |
|
|
|
13c47b |
* Thu Aug 21 2014 Kalev Lember <kalevlember@gmail.com> - 1.19.8-1
|
|
|
13c47b |
- Update to 1.19.8
|
|
|
13c47b |
|
|
|
13c47b |
* Wed Aug 20 2014 Kalev Lember <kalevlember@gmail.com> - 1.19.6-3
|
|
|
13c47b |
- Backport an upstream patch for setting xkb layout index
|
|
|
13c47b |
|
|
|
13c47b |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
|
|
|
13c47b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
13c47b |
|
|
|
13c47b |
* Thu Jul 24 2014 Kalev Lember <kalevlember@gmail.com> - 1.19.6-1
|
|
|
13c47b |
- Update to 1.19.6
|
|
|
13c47b |
|
|
|
13c47b |
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.19.4-4
|
|
|
13c47b |
- Rebuilt for gobject-introspection 1.41.4
|
|
|
13c47b |
|
|
|
13c47b |
* Fri Jul 11 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.19.4-2
|
|
|
13c47b |
- Enable make check
|
|
|
13c47b |
- Build installed tests (thanks Vadim Rutkovsky) RHBZ 1117375
|
|
|
13c47b |
- Drop old obsoletes
|
|
|
13c47b |
|
|
|
13c47b |
* Wed Jun 25 2014 Richard Hughes <rhughes@redhat.com> - 1.19.4-1
|
|
|
13c47b |
- Update to 1.19.4
|
|
|
13c47b |
|
|
|
13c47b |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.19.2-2
|
|
|
13c47b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
13c47b |
|
|
|
13c47b |
* Thu May 29 2014 Florian Müllner <fmuellner@redhat.com> - 1.19.2-1
|
|
|
13c47b |
- Update to 1.19.2
|
|
|
13c47b |
|
|
|
13c47b |
* Tue Apr 15 2014 Kalev Lember <kalevlember@gmail.com> - 1.18.2-1
|
|
|
13c47b |
- Update to 1.18.2
|
|
|
13c47b |
|
|
|
13c47b |
* Wed Mar 19 2014 Florian Müllner <fmuellner@redhat.com> - 1.18.0-1
|
|
|
13c47b |
- Update to 1.18.0
|
|
|
13c47b |
|
|
|
13c47b |
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 1.17.6-1
|
|
|
13c47b |
- Update to 1.17.6
|
|
|
13c47b |
|
|
|
13c47b |
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 1.17.4-1
|
|
|
13c47b |
- Update to 1.17.4
|
|
|
13c47b |
|
|
|
13c47b |
* Sun Feb 09 2014 Peter Hutterer <peter.hutterer@redhat.com> - 1.17.2-2
|
|
|
13c47b |
- Rebuild for libevdev soname bump
|
|
|
13c47b |
|
|
|
13c47b |
* Wed Feb 05 2014 Richard Hughes <rhughes@redhat.com> - 1.17.2-1
|
|
|
13c47b |
- Update to 1.17.2
|
|
|
13c47b |
|
|
|
13c47b |
* Wed Jan 29 2014 Richard Hughes <rhughes@redhat.com> - 1.16.4-1
|
|
|
13c47b |
- Update to 1.16.4
|
|
|
13c47b |
|
|
|
13c47b |
* Thu Dec 26 2013 Adam Williamson <awilliam@redhat.com> - 1.16.2-4
|
|
|
13c47b |
- backport upstream patch to stop using deprecated libevdev functions
|
|
|
13c47b |
|
|
|
13c47b |
* Mon Dec 9 2013 Matthias Clasen <mclasen@redhat.com> - 1.16.2-3
|
|
|
13c47b |
- A followup fix to the previous changes
|
|
|
13c47b |
|
|
|
13c47b |
* Tue Nov 26 2013 Matthias Clasen <mclasen@redhat.com> - 1.16.2-2
|
|
|
13c47b |
- Avoid excessive redraws when windows are moved in gnome-shell
|
|
|
13c47b |
|
|
|
13c47b |
* Thu Nov 21 2013 Richard Hughes <rhughes@redhat.com> - 1.16.2-1
|
|
|
13c47b |
- Update to 1.16.2
|
|
|
13c47b |
|
|
|
13c47b |
* Mon Oct 07 2013 Adam Jackson <ajax@redhat.com> 1.16.0-2
|
|
|
13c47b |
- Fix touchpads to not warp to bizarre places on initial touch.
|
|
|
13c47b |
|
|
|
13c47b |
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 1.16.0-1
|
|
|
13c47b |
- Update to 1.16.0
|
|
|
13c47b |
|
|
|
13c47b |
* Fri Sep 20 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.96-1
|
|
|
13c47b |
- Update to 1.15.96
|
|
|
a5328a |
|
|
|
13c47b |
* Fri Sep 20 2013 Matthias Clasen <mclasen@redhat.com> - 1.15.94-2
|
|
|
13c47b |
- Fix a shell crash
|
|
|
3e8236 |
|
|
|
13c47b |
* Thu Sep 19 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.94-1
|
|
|
13c47b |
- Update to 1.15.94
|
|
|
3e8236 |
|
|
|
13c47b |
* Thu Sep 12 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.92-3
|
|
|
13c47b |
- Add missing build deps
|
|
|
3e8236 |
|
|
|
13c47b |
* Thu Sep 12 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.92-2
|
|
|
13c47b |
- Add configure options that are needed to enable the gnome-shell
|
|
|
13c47b |
Wayland compositor
|
|
|
b9a760 |
|
|
|
13c47b |
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.92-1
|
|
|
13c47b |
- Update to 1.15.92
|
|
|
b9a760 |
|
|
|
13c47b |
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.90-1
|
|
|
13c47b |
- Update to 1.15.90
|
|
|
b9a760 |
|
|
|
13c47b |
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 1.15.2-1
|
|
|
13c47b |
- Update to 1.15.2
|
|
|
13c47b |
- Dropped upstream patches
|
|
|
13c47b |
- Backport patches for wayland / cogl 1.15.4 API changes
|
|
|
b9a760 |
|
|
|
13c47b |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14.4-4
|
|
|
13c47b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
b9a760 |
|
|
|
2ed9ff |
* Sun Jun 23 2013 Matthias Clasen <mclasen@redhat.com> - 1.14.4-3
|
|
|
2ed9ff |
- Backport another upstream patch for gnome-shell crashes (#954054)
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Fri May 17 2013 Kalev Lember <kalevlember@gmail.com> - 1.14.4-2
|
|
|
2ed9ff |
- Backport an upstream patch for frequent gnome-shell crashes (#827158)
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed May 15 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.14.4-1
|
|
|
2ed9ff |
- Update to 1.14.4
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Apr 17 2013 Richard Hughes <rhughes@redhat.com> - 1.14.2-1
|
|
|
2ed9ff |
- Update to 1.14.2
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 1.14.0-1
|
|
|
2ed9ff |
- Update to 1.14.0
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Mar 19 2013 Ray Strode <rstrode@redhat.com> 1.13.10-1
|
|
|
2ed9ff |
- Update to 1.3.10
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Mar 5 2013 Matthias Clasen <mclasen@redhat.com> 1.13.8-1
|
|
|
2ed9ff |
- Update to 1.13.8
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Thu Feb 21 2013 Bastien Nocera <bnocera@redhat.com> 1.13.6-1
|
|
|
2ed9ff |
- Update to 1.13.6
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Feb 05 2013 Kalev Lember <kalevlember@gmail.com> - 1.13.4-4
|
|
|
2ed9ff |
- Backport a patch to use XI2.3, so that clutter keeps working with gtk+ 3.7.8
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Jan 30 2013 Matthias Clasen <mclasen@redhat.com> - 1.13.4-3
|
|
|
2ed9ff |
- Fix a gnome-shell crash
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.13.4-2
|
|
|
2ed9ff |
- Rebuild for new cogl
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Jan 16 2013 Matthias Clasen <mclasen@redhat.com> - 1.13.4-1
|
|
|
2ed9ff |
- Update to 1.13.4
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Dec 18 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.13.2-1
|
|
|
2ed9ff |
- Update to 1.13.2
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 1.12.2-1
|
|
|
2ed9ff |
- Update to 1.12.2
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 1.12.0-2
|
|
|
2ed9ff |
- Obsolete clutter-gtk010 and clutter-sharp as well
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 1.12.0-1
|
|
|
2ed9ff |
- Update to 1.12.0
|
|
|
2ed9ff |
- Obsolete pyclutter, -gst and -gtk packages
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Sep 18 2012 Kalev Lember <kalevlember@gmail.com> - 1.11.16-1
|
|
|
2ed9ff |
- Update to 1.11.16
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Sep 05 2012 Kalev Lember <kalevlember@gmail.com> - 1.11.14-2
|
|
|
2ed9ff |
- Rebuilt with gobject-introspection 1.33.10 (bgo #682124)
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Sep 3 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.11.14-1
|
|
|
2ed9ff |
- Update to 1.11.12
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Aug 28 2012 Matthias Clasen <mclasen@redhat.com> - 1.11.12-3
|
|
|
2ed9ff |
- Rebuild against new cogl
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 1.11.12-1
|
|
|
2ed9ff |
- Update to 1.11.12
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Aug 7 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.11.10-1
|
|
|
2ed9ff |
- Update to 1.11.10
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.8-2
|
|
|
2ed9ff |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Jul 17 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.11.8-1
|
|
|
2ed9ff |
- Update to 1.11.8
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 1.11.6-1
|
|
|
2ed9ff |
- Update to 1.11.6
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Jun 5 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.11.4-1
|
|
|
2ed9ff |
- Update to 1.11.4
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Thu May 10 2012 Kalev Lember <kalevlember@gmail.com> - 1.11.2-1
|
|
|
2ed9ff |
- Update to 1.11.2
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Thu May 03 2012 Bastien Nocera <bnocera@redhat.com> 1.10.4-2
|
|
|
2ed9ff |
- Add patches to fix crashes with touch events
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue May 1 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.10.4-1
|
|
|
2ed9ff |
- Update to 1.10.4
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Apr 17 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.10.2-1
|
|
|
2ed9ff |
- Update to 1.10.2
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Thu Apr 12 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.10.0-5
|
|
|
2ed9ff |
- Fix misnamed define to enable XI 2.2 support (#809864)
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Fri Apr 06 2012 Zeeshan Ali <zeenix@redhat.com> - 1.10.0-4
|
|
|
2ed9ff |
- Include layout fix (Needed by gnome-boxes at least).
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Apr 04 2012 Kalev Lember <kalevlember@gmail.com> - 1.10.0-3
|
|
|
2ed9ff |
- Obsolete clutter-gesture and clutter-imcontext packages (#809864)
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Thu Mar 29 2012 Kalev Lember <kalevlember@gmail.com> - 1.10.0-2
|
|
|
2ed9ff |
- Build with xi2.2 support (#803430)
|
|
|
2ed9ff |
- Enable the GDK backend
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Thu Mar 22 2012 Matthias Clasen <mclasen@redhat.com> - 1.10.0-1
|
|
|
2ed9ff |
- Update to 1.10.0
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 1.9.16-1
|
|
|
2ed9ff |
- Update to 1.9.16
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 1.9.14-1
|
|
|
2ed9ff |
- Update to 1.9.14
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 1.9.12-1
|
|
|
2ed9ff |
- Update to 1.9.12
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Feb 6 2012 Matthias Clasen <mclasen@redhat.com> - 1.9.10-1
|
|
|
2ed9ff |
- Update to 1.9.10
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Jan 25 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.9.8-1
|
|
|
2ed9ff |
- 1.9.8 release
|
|
|
2ed9ff |
- http://ftp.gnome.org/pub/GNOME/sources/clutter/1.9/clutter-1.9.8.news
|
|
|
2ed9ff |
- Back to tar file releases
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Sat Jan 21 2012 Matthias Clasen <mclasen@redhat.com> - 1.9.7-0.1.20120121
|
|
|
2ed9ff |
- A snapshot that may now really work with gnome-shell
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 1.9.6-1
|
|
|
2ed9ff |
- 1.9.6 release
|
|
|
2ed9ff |
- http://ftp.gnome.org/pub/GNOME/sources/clutter/1.9/clutter-1.9.6.news
|
|
|
2ed9ff |
- Should work with gnome-shell again
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Jan 18 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.9.4-1
|
|
|
2ed9ff |
- 1.9.4 release
|
|
|
2ed9ff |
- http://ftp.gnome.org/pub/GNOME/sources/clutter/1.9/clutter-1.9.4.news
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.2-2
|
|
|
2ed9ff |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Nov 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.9.2-1
|
|
|
2ed9ff |
- Update to 1.9.2
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-2
|
|
|
2ed9ff |
- Rebuilt for glibc bug#747377
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Oct 17 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8.2-1
|
|
|
2ed9ff |
- 1.8.2 stable release
|
|
|
2ed9ff |
- http://ftp.gnome.org/pub/GNOME/sources/clutter/1.8/clutter-1.8.2.news
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Sep 19 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8.0-1
|
|
|
2ed9ff |
- 1.8.0 stable release
|
|
|
2ed9ff |
- http://ftp.gnome.org/pub/GNOME/sources/clutter/1.8/clutter-1.8.0.news
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Sep 12 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.90-1
|
|
|
2ed9ff |
- Update to 1.7.90
|
|
|
2ed9ff |
- http://ftp.gnome.org/pub/GNOME/sources/clutter/1.7/clutter-1.7.90.news
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Sep 5 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.14-1
|
|
|
2ed9ff |
- Update to 1.7.14
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 1.7.12-1
|
|
|
2ed9ff |
- Update to 1.7.12
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> - 1.7.10-1
|
|
|
2ed9ff |
- Update to 1.7.10
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Aug 15 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.8-1
|
|
|
2ed9ff |
- Update to 1.7.8
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> - 1.7.6-1
|
|
|
2ed9ff |
- Update to 1.7.6
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Jul 4 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.4-1
|
|
|
2ed9ff |
- Update to 1.7.4 devel build
|
|
|
2ed9ff |
- Build against cogl
|
|
|
2ed9ff |
- Add patch to fix DSO linking
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Fri Jun 24 2011 Adam Jackson <ajax@redhat.com> 1.6.16-3
|
|
|
2ed9ff |
- clutter-1.6.16-no-drm-hax.patch: Remove the insane DRM-banging fallback for
|
|
|
2ed9ff |
sync to vblank.
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.6.16-2
|
|
|
2ed9ff |
- Fix G_CONST_RETURN usage
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.6.16-1
|
|
|
2ed9ff |
- Update to 1.6.16
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Apr 5 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.14-1
|
|
|
2ed9ff |
- Update to 1.6.14
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.12-1
|
|
|
2ed9ff |
- Update to 1.6.12
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.10-1
|
|
|
2ed9ff |
- Update to 1.6.10
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Mar 7 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.8-1
|
|
|
2ed9ff |
- Update to 1.6.8
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Mar 2 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.6-2
|
|
|
2ed9ff |
- Fix icon corruption in gnome-shell
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Feb 21 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.6.6-1
|
|
|
2ed9ff |
- Update to 1.6.6
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Feb 14 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.6.4-1
|
|
|
2ed9ff |
- Update to 1.6.4
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-2
|
|
|
2ed9ff |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Feb 7 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.6.2-1
|
|
|
2ed9ff |
- Update to 1.6.2
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Jan 31 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.6.0-1
|
|
|
2ed9ff |
- Update to 1.6.0
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Jan 24 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.5.14-1
|
|
|
2ed9ff |
- Update to 1.5.14
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Jan 12 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.5.12-1
|
|
|
2ed9ff |
- Update to 1.5.12
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Dec 28 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 1.5.10-1
|
|
|
2ed9ff |
- Update to 1.5.10
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Dec 6 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 1.5.8-3
|
|
|
2ed9ff |
- Drop unneeded gtk2-devel builddep that causes issues for gtk3 clutter apps
|
|
|
2ed9ff |
- Add the independent deps that were pulled in by gtk2-devel
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Nov 29 2010 Owen Taylor <otaylor@redhat.com> - 1.5.8-2
|
|
|
2ed9ff |
- Update to 1.5.8
|
|
|
2ed9ff |
- Add cairo-gobject-devel dependency
|
|
|
2ed9ff |
- Drop unneeded patches
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Nov 22 2010 Dan Williams <dcbw@redhat.com> - 1.4.0-4
|
|
|
2ed9ff |
- Add a patch cherry-picked from upstream for
|
|
|
2ed9ff |
http://bugzilla.clutter-project.org/attachment.cgi?id=2366
|
|
|
2ed9ff |
(gnome-shell/mutter hang when gnome-settings-daemon restarts)
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Oct 5 2010 Owen Taylor <otaylor@redhat.com> - 1.4.0-3
|
|
|
2ed9ff |
- Add a patch cherry-picked from upstream for
|
|
|
2ed9ff |
http://bugzilla.clutter-project.org/show_bug.cgi?id=2324
|
|
|
2ed9ff |
(gnome-shell crashes on root background changes)
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Sep 29 2010 jkeating - 1.4.0-2
|
|
|
2ed9ff |
- Rebuilt for gcc bug 634757
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Fri Sep 24 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.0-1
|
|
|
2ed9ff |
- Update to stable 1.4.0 release
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 1.3.14-1
|
|
|
2ed9ff |
- Update to 1.3.14
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 1.3.12-2
|
|
|
2ed9ff |
- Rebuild against newer gobject-introspection
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Aug 31 2010 Colin Walters <walters@verbum.org> - 1.3.12-1
|
|
|
2ed9ff |
- New upstream
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 1.2.10-3
|
|
|
2ed9ff |
- Rebuild with new gobject-introspection
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 1.2.10-2
|
|
|
2ed9ff |
- Rebuild against new gobject-introspection
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Sun Jul 11 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.10-1
|
|
|
2ed9ff |
- Update to new upstream stable 1.2.10 release
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Jul 6 2010 Colin Walters <walters@verbum.org> - 1.2.8-4
|
|
|
2ed9ff |
- Changes to support git snapshot builds
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Thu Jul 1 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.8-3
|
|
|
2ed9ff |
- Rebuild for "Incompatible version 1.0 (supported: 1.1)"
|
|
|
2ed9ff |
for introspection file
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Thu Jun 10 2010 Colin Walters <walters@verbum.org> 1.2.8-2
|
|
|
2ed9ff |
- Drop gir-repository dependency, we don't need it anymore
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Sat May 15 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.8-1
|
|
|
2ed9ff |
- Update to new upstream stable 1.2.8 release
|
|
|
2ed9ff |
- Drop upstreamed patches
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Fri Apr 30 2010 Owen Taylor <otaylor@redhat.com> 1.2.6-1
|
|
|
2ed9ff |
- Update to new upstream stable 1.2.6 release
|
|
|
2ed9ff |
- Work around Radeon driver problem with color channel confusion.
|
|
|
2ed9ff |
- Fix Mutter not seeing BufferSwapComplete events and freezing
|
|
|
2ed9ff |
- Remove incorrect warning message about BufferSwapComplete events
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Mar 20 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.4-1
|
|
|
2ed9ff |
- Update to new upstream stable 1.2.4 release
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Mar 15 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.2-1
|
|
|
2ed9ff |
- Update to new upstream stable 1.2.2 release
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Mar 2 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.0-1
|
|
|
2ed9ff |
- Update to new upstream stable 1.2.0 release
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Sun Feb 28 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.14-1
|
|
|
2ed9ff |
- Update to 1.1.14
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Feb 11 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.10-2
|
|
|
2ed9ff |
- Add patch to fix 64bit build
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Feb 11 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.10-1
|
|
|
2ed9ff |
- Update to 1.1.10
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Thu Feb 4 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.6-1
|
|
|
2ed9ff |
- Update to 1.1.6
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Thu Jan 7 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.8-2
|
|
|
2ed9ff |
- A few minor spec cleanups
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Jan 4 2010 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.8-1
|
|
|
2ed9ff |
- Update to 1.0.8
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Sep 22 2009 Bastien Nocera <bnocera@redhat.com> 1.0.6-1
|
|
|
2ed9ff |
- Update to 1.0.6
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Sun Aug 30 2009 Owen Taylor <otaylor@redhat.com> - 1.0.4-1
|
|
|
2ed9ff |
- Update to 1.0.4, update gobject-introspection requirement
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Fri Aug 14 2009 Bastien Nocera <bnocera@redhat.com> 1.0.2-1
|
|
|
2ed9ff |
- Update to 1.0.2
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Sun Aug 1 2009 Matthias Clasen <mclasen@redhat.com> 1.0.0-4
|
|
|
2ed9ff |
- Move ChangeLog to -devel to save some space
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Fri Jul 31 2009 Matthias Clasen <mclasen@redhat.com> 1.0.0-3
|
|
|
2ed9ff |
- Drop the gir-repository-devel dep, which pulls a bunch of -devel
|
|
|
2ed9ff |
onto the live cd
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 1.0.0-1
|
|
|
2ed9ff |
- Update to 1.0.0
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Jul 28 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.9.8-3
|
|
|
2ed9ff |
- fix bz #507389
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8-2
|
|
|
2ed9ff |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Fri Jul 17 2009 Bastien Nocera <bnocera@redhat.com> 0.9.8-1
|
|
|
2ed9ff |
- Update to 0.9.8
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Fri Jul 17 2009 Bastien Nocera <bnocera@redhat.com> 0.9.6-2
|
|
|
2ed9ff |
- Patch from Owen Taylor <otaylor@redhat.com> to add gobject-
|
|
|
2ed9ff |
introspection support to clutter (#512260)
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Fri Jul 10 2009 Bastien Nocera <bnocera@redhat.com> 0.9.6-1
|
|
|
2ed9ff |
- Update to 0.9.6
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.9.4-1
|
|
|
2ed9ff |
- Update to 0.9.4
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon May 18 2009 Bastien Nocera <bnocera@redhat.com> 0.9.2-1
|
|
|
2ed9ff |
- Update to 0.9.2
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6-4
|
|
|
2ed9ff |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
2ed9ff |
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-3
|
|
|
2ed9ff |
- Remove noarch from doc subpackage
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-2
|
|
|
2ed9ff |
- Added gtk-doc for cogl
|
|
|
2ed9ff |
- Created doc subpackage
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Jan 21 2009 Allisson Azevedo <allisson@gmail.com> 0.8.6-1
|
|
|
2ed9ff |
- Update to 0.8.6
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Oct 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.2-1
|
|
|
2ed9ff |
- Update to 0.8.2
|
|
|
2ed9ff |
- Removed clutter-0.8.0-clutter-fixed.patch
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Sat Sep 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.0-1
|
|
|
2ed9ff |
- Update to 0.8.0
|
|
|
2ed9ff |
- Added clutter-0.8.0-clutter-fixed.patch
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Sat Jun 14 2008 Allisson Azevedo <allisson@gmail.com> 0.6.4-1
|
|
|
2ed9ff |
- Update to 0.6.4
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Sat May 17 2008 Allisson Azevedo <allisson@gmail.com> 0.6.2-1
|
|
|
2ed9ff |
- Update to 0.6.2
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Tue Feb 19 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1
|
|
|
2ed9ff |
- Update to 0.6.0
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.2-2
|
|
|
2ed9ff |
- Autorebuild for GCC 4.3
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Wed Oct 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.2-1
|
|
|
2ed9ff |
- Update to 0.4.2
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Mon Sep 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.1-1
|
|
|
2ed9ff |
- Update to 0.4.1
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Sat Jul 21 2007 Allisson Azevedo <allisson@gmail.com> 0.3.1-1
|
|
|
2ed9ff |
- Update to 0.3.1
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Thu Apr 12 2007 Allisson Azevedo <allisson@gmail.com> 0.2.3-1
|
|
|
2ed9ff |
- Update to 0.2.3
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Sun Mar 28 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-4
|
|
|
2ed9ff |
- Changed buildrequires and requires
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Sun Mar 27 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-3
|
|
|
2ed9ff |
- Fix .spec
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Sun Mar 24 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-2
|
|
|
2ed9ff |
- Fix .spec
|
|
|
2ed9ff |
|
|
|
2ed9ff |
* Sun Mar 23 2007 Allisson Azevedo <allisson@gmail.com> 0.2.2-1
|
|
|
2ed9ff |
- Initial RPM release
|