Compare commits

...

7 Commits
master ... f17

Author SHA1 Message Date
Richard Hughes
789fb364ad Update to 3.4.2 2012-05-14 15:12:59 +01:00
Daniel Drake
15c8d3f6cf Add upstream patch to fix date crash 2012-04-16 09:44:53 -06:00
Richard Hughes
d336afa235 Update to 3.4.1 2012-04-16 16:07:05 +01:00
Richard Hughes
25efdc147f New upstream version. 2012-03-26 17:37:16 +01:00
Richard Hughes
947b305e50 Update to 3.3.92 2012-03-20 15:38:36 +00:00
Matthias Clasen
4e6c971746 3.3.91 2012-03-05 22:37:40 -05:00
Matthias Clasen
98c6d0d91d 3.3.90 2012-02-25 15:25:41 -05:00
3 changed files with 31 additions and 3 deletions

6
.gitignore vendored
View File

@ -26,3 +26,9 @@ gnome-desktop-2.90.4.tar.bz2
/gnome-desktop-3.3.3.tar.xz
/gnome-desktop-3.3.4.tar.xz
/gnome-desktop-3.3.5.tar.xz
/gnome-desktop-3.3.90.tar.xz
/gnome-desktop-3.3.91.tar.xz
/gnome-desktop-3.3.92.tar.xz
/gnome-desktop-3.4.0.tar.xz
/gnome-desktop-3.4.1.tar.xz
/gnome-desktop-3.4.2.tar.xz

View File

@ -9,10 +9,10 @@
Summary: Shared code among gnome-panel, gnome-session, nautilus, etc
Name: gnome-desktop3
Version: 3.3.5
Version: 3.4.2
Release: 1%{?dist}
URL: http://www.gnome.org
Source0: http://download.gnome.org/sources/gnome-desktop/3.3/gnome-desktop-%{version}.tar.xz
Source0: http://download.gnome.org/sources/gnome-desktop/3.4/gnome-desktop-%{version}.tar.xz
License: GPLv2+ and LGPLv2+
Group: System Environment/Libraries
@ -106,6 +106,28 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
%doc %{_datadir}/gtk-doc/html/gnome-desktop3/
%changelog
* Mon May 14 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
- Update to 3.4.2
* Mon Apr 16 2012 Daniel Drake <dsd@laptop.org> - 3.4.1-2
- Add upstream patch to fix crash when the system clock is wrong
- Fixes GNOME#673551, OLPC#11714
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
- Update to 3.4.1
* Mon Mar 26 2012 Richard Hughes <rhughes@redhat.com> - 3.4.0-1
- New upstream version.
* Mon Mar 20 2012 Richard Hughes <rhughes@redhat.com> 3.3.92-1
- Update to 3.3.92
* Mon Mar 6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
- Update to 3.3.91
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
- Update to 3.3.90
* Tue Feb 6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
- Update to 3.3.5

View File

@ -1 +1 @@
f0fff59d50bb6d7bfce2c3df54ba2c58 gnome-desktop-3.3.5.tar.xz
efd11d3841c34cc1709d0ea1d3f83cf1 gnome-desktop-3.4.2.tar.xz