diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4e4c82 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +gnome-desktop-2.31.2.tar.bz2 +gnome-desktop-2.31.6.tar.bz2 +/gnome-desktop-2.31.90.tar.bz2 +/gnome-desktop-2.32.0.tar.bz2 diff --git a/dead.package b/dead.package deleted file mode 100644 index 50bbed2..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -gnome-desktop is obsolete, as GTK 2.x is, porting to GTK 3.x and gnome-desktop3 is recommended. There are no users of this library left in Fedora proper, so EOL. diff --git a/gnome-desktop.spec b/gnome-desktop.spec new file mode 100644 index 0000000..2461c93 --- /dev/null +++ b/gnome-desktop.spec @@ -0,0 +1,907 @@ +%define po_package gnome-desktop-2.0 + +Summary: Shared code among gnome-panel, gnome-session, nautilus, etc +Name: gnome-desktop +Version: 2.32.0 +Release: 24%{?dist} +URL: http://www.gnome.org +#VCS: git:git://git.gnome.org/gnome-desktop +Source0: http://download.gnome.org/sources/gnome-desktop/2.32/%{name}-%{version}.tar.bz2 + +License: GPLv2+ and LGPLv2+ + +Requires: redhat-menus +Requires: pycairo +Requires: pygtk2 + +BuildRequires: gnome-common +BuildRequires: libxml2-devel +BuildRequires: gtk2-devel +BuildRequires: glib2-devel +BuildRequires: libgnomeui-devel +BuildRequires: libgnomecanvas-devel +BuildRequires: startup-notification-devel +BuildRequires: gnome-doc-utils +BuildRequires: scrollkeeper +BuildRequires: gettext +BuildRequires: gtk-doc +BuildRequires: automake autoconf libtool intltool + +%description +The gnome-desktop package contains an internal library +(libgnomedesktop) used to implement some portions of the GNOME +desktop, and also some data files and other shared components of the +GNOME user environment. + +%package devel +Summary: Libraries and headers for libgnome-desktop +License: LGPLv2+ +Requires: %{name} = %{version}-%{release} + +%description devel +Libraries and header files for the GNOME-internal private library +libgnomedesktop. + +%prep +%setup -q + +%build +%configure --with-gnome-distributor="Red Hat, Inc" \ + --with-pnp-ids-path="/usr/share/hwdata/pnp.ids" \ + --disable-scrollkeeper --disable-static +make %{?_smp_mflags} + +%install +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' + +# stuff we don't want +rm -rf $RPM_BUILD_ROOT/var/scrollkeeper + +# already shipped in gnome-desktop3 +rm -rf $RPM_BUILD_ROOT/usr/share/omf +rm -rf $RPM_BUILD_ROOT/usr/share/gnome/help + +%find_lang %{po_package} --all-name --with-gnome + +%ldconfig_scriptlets + +%files -f %{po_package}.lang +%doc AUTHORS COPYING COPYING.LIB NEWS README +%{_datadir}/applications/gnome-about.desktop +%{_datadir}/gnome-about +%{_datadir}/pixmaps/* +%doc %{_mandir}/man*/* +# GPL +%{_bindir}/gnome-about +# LGPL +%{_libdir}/lib*.so.* + +%files devel +%{_libdir}/lib*.so +%{_libdir}/pkgconfig/* +%{_includedir}/* +%doc %{_datadir}/gtk-doc + +%changelog +* Thu Jul 25 2019 Fedora Release Engineering - 2.32.0-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jan 31 2019 Fedora Release Engineering - 2.32.0-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 2.32.0-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 2.32.0-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Aug 02 2017 Fedora Release Engineering - 2.32.0-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 2.32.0-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 2.32.0-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Feb 03 2016 Fedora Release Engineering - 2.32.0-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 2.32.0-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Aug 16 2014 Fedora Release Engineering - 2.32.0-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 2.32.0-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 2.32.0-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Feb 13 2013 Fedora Release Engineering - 2.32.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Jul 27 2012 Fedora Release Engineering - 2.32.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 2.32.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Oct 26 2011 Fedora Release Engineering - 2.32.0-9 +- Rebuilt for glibc bug#747377 + +* Tue Apr 5 2011 Christopher Aillon 2.32.0-8 +- Fix conflicts harder + +* Tue Mar 08 2011 Richard Hughes 2.32.0-7 +- Do not ship /usr/share/omf/gpl as they are already shipped in + gnome-desktop3 and now differ between versions. + +* Tue Feb 08 2011 Fedora Release Engineering - 2.32.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Jan 12 2011 Matthias Clasen 2.32.0-5 +- Drop theme requires here; not a good place to do this for gnome3 + +* Thu Nov 11 2010 Bill Nottingham 2.32.0-4 +- remove extraneous dependency + +* Thu Oct 28 2010 Bill Nottingham 2.32.0-3 +- switch background to match F-14 + +* Tue Oct 12 2010 Parag Nemade 2.32.0-2 +- Merge-review cleanup (#225815) + +* Wed Sep 29 2010 Matthias Clasen 2.32.0-1 +- Update to 2.32.0 + +* Mon Aug 23 2010 Matthias Clasen 2.31.90-2 +- Co-own /usr/share/gtk-doc + +* Wed Aug 18 2010 Matthias Clasen 2.31.90-1 +- Update to 2.31.90 + +* Fri Aug 6 2010 Matthias Clasen 2.31.6-1 +- Update to 2.31.6 + +* Sun Jun 13 2010 Bastien Nocera 2.31.2-3 +- Remove obsolete patch + +* Tue Jun 1 2010 Matthias Clasen - 2.31.2-2 +- Update artwork deps to match F13 + +* Thu May 27 2010 Matthias Clasen - 2.31.2-1 +- Update to 2.31.2 + +* Wed Apr 21 2010 Matthias Clasen - 2.30.0-2 +- Fix a typo that can lead to huge memory allocations in multihead setups + +* Tue Mar 30 2010 Matthias Clasen - 2.30.0-1 +- Update to 2.30.0 + +* Tue Mar 09 2010 Bastien Nocera 2.29.92-1 +- Update to 2.29.92 + +* Mon Feb 22 2010 Matthias Clasen - 2.29.91-1 +- Update to 2.29.91 + +* Mon Feb 22 2010 Matthias Clasen - 2.29.90-3 +- Support spanning backgrounds again + +* Tue Feb 16 2010 Matthias Clasen - 2.29.90-2 +- Copy patches from F-12 + +* Wed Feb 10 2010 Bastien Nocera 2.29.90-1 +- Update to 2.29.90 + +* Sun Jan 16 2010 Matthias Clasen - 2.29.5-1 +- Update to 2.29.5 + +* Tue Dec 22 2009 Matthias Clasen - 2.29.4-1 +- Update to 2.29.4 + +* Thu Dec 10 2009 Jon McCann - 2.29.3-2 +- Update per-monitor backgrounds patch (gnome #147808) + +* Tue Dec 01 2009 Bastien Nocera 2.29.3-1 +- Update to 2.29.3 + +* Thu Nov 12 2009 Matthias Clasen - 2.28.1-5 +- Make slideshows work again (gnome #601753) + +* Mon Nov 9 2009 Matthias Clasen - 2.28.1-4 +- Draw backgrounds per-monitor (gnome #147808) + +* Mon Nov 9 2009 Matthias Clasen - 2.28.1-3 +- Ignore X errors when setting screen size (gnome #599914) + +* Thu Oct 22 2009 Matthias Clasen - 2.28.1-2 +- Support proper gamma setting in multihead setups + +* Thu Oct 22 2009 Matthias Clasen - 2.28.1-1 +- Update to 2.28.1, translation updates + +* Mon Sep 21 2009 Matthias Clasen - 2.28.0-1 +- Update to 2.28.0 + +* Wed Sep 9 2009 Matthias Clasen - 2.27.92-1 +- Update to 2.27.92 + +* Tue Aug 25 2009 Matthias Clasen - 2.27.91-1 +- Update to 2.27.91 + +* Sun Aug 16 2009 Matthias Clasen - 2.27.5-5 +- Add slideshow api + +* Fri Aug 14 2009 Matthias Clasen - 2.27.5-4 +- Drop constantine-backgrounds-extras, too big + +* Tue Aug 4 2009 Matthias Clasen - 2.27.5-3 +- Require constantine-backgrounds + +* Tue Aug 4 2009 Matthias Clasen - 2.27.5-2 +- Drop leonidas backgrounds in anticipation of constantine backgrounds + +* Tue Jul 28 2009 Matthias Clasen - 2.27.5-1 +- Update to 2.27.5 + +* Fri Jul 24 2009 Fedora Release Engineering - 2.27.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Jul 15 2009 Matthias Clasen - 2.27.4-1 +- Update to 2.27.4 +- Some EDID handling improvements + +* Tue Jul 07 2009 Adam Jackson 2.27.3-2 +- gnome-desktop-2.27.3-edid-prop-name.patch: Adapt to RANDR 1.3's new name + for the EDID output property. + +* Tue Jun 16 2009 Matthias Clasen 2.27.3-1 +- Update to 2.27.3 + +* Wed May 20 2009 Ray Strode 2.26.2-1 +- Update to 2.26.2 + +* Wed May 6 2009 Matthias Clasen - 2.26.1-5 +- Read vendor names from hwdata, when available +- Fix needle/haystack confusion causing most monitors to be 'Unknown' +- Fix a case of disappearing rotations (#497515) + +* Mon Apr 13 2009 Matthias Clasen - 2.26.1-1 +- Update to 2.26.1 +- See http://download.gnome.org/sources/gnome-desktop/2.26/gnome-desktop-2.26.1.news + +* Mon Mar 16 2009 Matthias Clasen - 2.26.0-1 +- Update to 2.26.0 + +* Tue Mar 10 2009 Ray Strode - 2.25.92-1 +- Change default backgrounds to leonidas ones + +* Tue Mar 3 2009 Matthias Clasen - 2.25.92-1 +- Update to 2.25.92 + +* Tue Feb 24 2009 Fedora Release Engineering - 2.25.91-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Feb 19 2009 Matthias Clasen - 2.25.91-2 +- Fix the Detect Monitors button + +* Thu Feb 19 2009 Matthias Clasen - 2.25.91-1 +- Update to 2.25.91 + +* Tue Feb 3 2009 Matthias Clasen - 2.25.90-1 +- Update to 2.25.90 + +* Mon Jan 19 2009 Ray Strode - 2.25.5-2 +- Rebuild so i can chain-build + +* Mon Jan 19 2009 Ray Strode - 2.25.5-1 +- Update to 2.25.5 + +* Tue Jan 6 2009 Matthias Clasen - 2.25.4-1 +- Update to 2.25.4 + +* Tue Jan 6 2009 Ray Strode - 2.25.3-3 +- Stop cross fade before freeing pixmaps in finalize instead + of after. + +* Tue Dec 16 2008 Matthias Clasen - 2.25.3-2 +- Update to 2.25.3 + +* Fri Dec 5 2008 Ray Strode - 2.25.2-4 +- Fix leak in previous update (bug 468339) + +* Thu Dec 4 2008 Ray Strode - 2.25.2-3 +- Rebase fade-in patch to latest from upstream report + +* Thu Dec 4 2008 Matthias Clasen - 2.25.2-2 +- Update to 2.25.2 + +* Thu Nov 13 2008 Matthias Clasen - 2.25.1.1-4 +- Install gnome-bg-crossfade.h + +* Thu Nov 13 2008 Matthias Clasen - 2.25.1.1-3 +- Update to 2.25.1.1 + +* Thu Nov 6 2008 Matthias Clasen - 2.24.1-5 +- Require gnome-python2-gnome (#469938) + +* Tue Oct 28 2008 Ray Strode - 2.24.1-4 +- Take Requires: solar-backgrounds from libgnome so KDE + spin doesn't pull it in (Requested by Rex). + +* Mon Oct 27 2008 Ray Strode - 2.24.1-3 +- Don't leak memory when crossfading if nautilus is disabled + (bug 468339) + +* Fri Oct 24 2008 Ray Strode - 2.24.1-2 +- properly initialize variable in gnome_bg_get_pixmap_from_root + (bug 460758) + +* Wed Oct 22 2008 Matthias Clasen - 2.24.1-1 +- Update to 2.24.1 + +* Mon Oct 20 2008 Ray Strode - 2.24.0-9 +- Fix icon flicker at start of cross fade + +* Mon Oct 20 2008 Ray Strode - 2.24.0-8 +- consoliate window repaint code to one place +- Lengthen duration of animation if getting to the first frame + takes a long time. + +* Wed Oct 15 2008 Ray Strode - 2.24.0-7 +- Add new api for getting the root window pixmap +- Pass start window to crossfade "finished" signal + +* Tue Oct 14 2008 Ray Strode - 2.24.0-6 +- Hold off on settings daemon cross fade if nautilus is going + to do it anyway. Grab the server while getting the initial + pixmap source and target to prevent BadDrawable race + +* Sun Oct 12 2008 Ray Strode - 2.24.0-5 +- Don't crossfade between frames on a slideshow + +* Fri Oct 10 2008 Ray Strode - 2.24.0-4 +- Try to address bug 465699 by throttling animation frames + to X server. May revert if it ends up making animation + choppy for a lot of people. + +* Wed Sep 24 2008 Ray Strode - 2.24.0-3 +- make bg crossfade animation .75 seconds instead of .5 + +* Wed Sep 24 2008 Soren Sandmann - 2.24.0-2 +- Make clone-modes.patch work again + +* Mon Sep 22 2008 Matthias Clasen - 2.24.0-1 +- Update to 2.24.0 + +* Mon Sep 22 2008 Ray Strode - 2.23.92-5 +- s/animatins/animations/ yes there's deja vu here + +* Mon Sep 22 2008 Ray Strode - 2.23.92-4 +- Add some flush calls to make transition smoother + +* Thu Sep 18 2008 Ray Strode - 2.23.92-3 +- s/animatins/animations/ + +* Thu Sep 18 2008 Ray Strode - 2.23.92-2 +- Add new api for doing desktop background change transition + +* Mon Sep 8 2008 Matthias Clasen - 2.23.92-1 +- Update to 2.23.92 + +* Thu Sep 4 2008 Soren Sandmann - 2.23.91-4 +- Fix bug 461152 + +* Wed Sep 3 2008 Soren Sandmann - 2.23.91-3 +- Bump release number to make chain-build work + +* Wed Sep 3 2008 Soren Sandmann - 2.23.91-2 +- Add patch to move clone mode enumeration to gnome-rr.c + +* Tue Sep 2 2008 Matthias Clasen - 2.23.91-1 +- Update to 2.23.91 + +* Fri Aug 29 2008 Matthias Clasen - 2.23.90-5 +- Plug more memory leaks + +* Fri Aug 29 2008 Matthias Clasen - 2.23.90-4 +- Plug a memory leak + +* Mon Aug 25 2008 Adam Jackson 2.23.90-3 +- gnome-desktop-2.23.90-eedid.patch: Allow E-EDID blocks. + +* Sat Aug 23 2008 Matthias Clasen - 2.23.90-2 +- Require enough python to make gnome-about work + +* Fri Aug 22 2008 Matthias Clasen - 2.23.90-1 +- Update to 2.23.90 + +* Tue Aug 5 2008 Matthias Clasen - 2.23.6-2 +- Remove a long-obsolete patch + +* Tue Aug 5 2008 Matthias Clasen - 2.23.6-1 +- Update to 2.23.6 + +* Tue Jul 22 2008 Matthias Clasen - 2.23.5-1 +- Update to 2.23.5 + +* Wed Jun 18 2008 Matthias Clasen - 2.23.4-1 +- Update to 2.23.4 + +* Wed Jun 4 2008 Tomas Bzatek - 2.23.3-1 +- Update to 2.23.3 +- Removed patches that are upstream + +* Wed May 14 2008 Jon McCann - 2.23.2-0.2008.05.14.1 +- Update to 2.23.2 snapshot + +* Fri Apr 25 2008 Matthias Clasen - 2.23.1-1 +- Update to 2.23.1 + +* Tue Apr 8 2008 Soren Sandmann - 2.22.1-2 +- Fix bug where the dpi of the screen got miscalculated + +* Mon Apr 7 2008 Matthias Clasen - 2.22.1-1 +- Update to 2.22.1 + +* Tue Apr 5 2008 Soren Sandmann - 2.22.0-6 +- Update randr code + +* Fri Apr 4 2008 Matthias Clasen - 2.22.0-5 +- Fix some logic errors wrt to caching of slideshows that + may cause nautilus crashes + +* Sat Mar 29 2008 Matthias Clasen - 2.22.0-4 +- Handle slideshow start times in the future correctly + +* Wed Mar 26 2008 Matthias Clasen - 2.22.0-3 +- Fix mistranslations that cause gnome-about to crash + in some locales (el, mk) + +* Tue Mar 20 2008 Soren Sandmann - 2.22.0-2 +- Update randr code + +* Mon Mar 10 2008 Matthias Clasen - 2.22.0-1 +- Update to 2.22.0 + +* Sun Mar 2 2008 Soren Sandmann - 2.21.92-3 +- Update randr code with more display manufacturers. + +* Tue Feb 26 2008 Matthias Clasen - 2.21.92-2 +- Fix a bug in the multires patch + +* Tue Feb 26 2008 Matthias Clasen - 2.21.92-1 +- Update to 2.21.92 + +* Sun Feb 24 2008 Matthias Clasen - 2.21.91-8 +- Support multi-resolution backgrounds + +* Wed Feb 20 2008 Soren Sandmann - 2.21.91-7 +* Update randr code + +* Tue Feb 19 2008 Matthias Clasen - 2.21.91-6 +- Fix a possible crash in the background code + +* Fri Feb 15 2008 Soren Sandmann - 2.21.91-5 +* Update randr code + +* Wed Feb 13 2008 Soren Sandmann - 2.21.91-4 +- Update randrwrap + +* Wed Feb 13 2008 Ray Strode - 2.21.91-3 +- Get rid of gnome-vfs BuildRequires + +* Tue Feb 12 2008 Soren Sandmann - 2.21.91-2 +- Add monitor-db.[ch] + +* Tue Feb 12 2008 Soren Sandmann +- Update randrwrap + +* Tue Feb 12 2008 Matthias Clasen - 2.21.91-1 +- Update to 2.21.91 + +* Mon Feb 4 2008 Soren Sandmann - 2.21.90-5 +- Update randrwrap - add rotations. + +* Thu Jan 29 2008 Soren Sandmann - 2.21.90-3 +- Update randrwrap. + +* Thu Jan 29 2008 Soren Sandmann - 2.21.90-3 +- Update randrwrap. + +* Tue Jan 29 2008 Soren Sandmann - 2.21.5-2 +- uncomment stuff from gnome-common in configure.in + +* Tue Jan 29 2008 Soren Sandmann - 2.21.5-2 +- Don't buildrequire gtk-doc +- Install randrwrap.h + +* Tue Jan 29 2008 Soren Sandmann - 2.21.5-2 +- Add randrwrap.[ch] + +* Tue Jan 29 2008 Soren Sandmann - 2.21.5-2 +- BuildRequire gtk-doc >= 1.9 + +* Mon Jan 14 2008 Matthias Clasen - 2.21.5-1 +- Update to 2.21.5 + +* Tue Dec 18 2007 Matthias Clasen - 2.21.4-1 +- Update to 2.21.4 + +* Tue Nov 13 2007 Matthias Clasen - 2.21.2-1 +- Update to 2.21.2 + +* Mon Oct 15 2007 Matthias Clasen - 2.20.1-1 +- Update to 2.20.1 (bug fixes and translation updates) + +* Thu Sep 27 2007 Ray Strode - 2.20.0-3 +- remove seemingly unneccessary dep on redhat-artwork + +* Wed Sep 26 2007 Matthias Clasen - 2.20.0-2 +- Fix a memory leak + +* Mon Sep 17 2007 Matthias Clasen - 2.20.0-1 +- Update to 2.20.0 + +* Tue Sep 4 2007 Matthias Clasen - 2.19.92-1 +- Update to 2.19.92 (translation updates) + +* Fri Aug 31 2007 Soren Sandmann - 2.19.90-7 +- Plug a leak in the slideshow parser + +* Wed Aug 29 2007 Soren Sandmann - 2.19.90-6 +- Delete cache on URI switch. Various cleanups. + +* Wed Aug 29 2007 Soren Sandmann - 2.19.90-5 +- Fix unbounded caching. Bug 247943. + +* Tue Aug 28 2007 Soren Sandmann - 2.19.90-4 +- Change starttime format to be timezone relative. + +* Fri Aug 17 2007 Matthias Clasen - 2.19.90-3 +- Try harder to get size information + +* Fri Aug 17 2007 Matthias Clasen - 2.19.90-2 +- Fix a problem with transitions in thumbnails of slideshows + +* Mon Aug 13 2007 Matthias Clasen - 2.19.90-1 +- Update to 2.19.90 + +* Tue Aug 7 2007 Matthias Clasen - 2.19.6-3 +- Use %%find_lang for help files + +* Fri Aug 3 2007 Matthias Clasen - 2.19.6-2 +- Update license field + +* Mon Jul 30 2007 Matthias Clasen - 2.19.6-1 +- Update to 2.19.6 + +* Sun Jul 8 2007 Matthias Clasen - 2.19.5-1 +- Update to 2.19.5 + +* Sun Jun 17 2007 Matthias Clasen - 2.19.4-1 +- Update to 2.19.4 + +* Mon Jun 4 2007 Matthias Clasen - 2.19.3.1-1 +- Update to 2.19.3.1 + +* Mon Jun 4 2007 Matthias Clasen - 2.19.3-1 +- Update to 2.19.3 + +* Sat May 19 2007 Matthias Clasen - 2.19.2-1 +- Update to 2.19.2 + +* Fri Mar 23 2007 Soren Sandmann - 2.18.0-4 +- Remove debug spew - add file caching - delete totally_obscures function. + +* Tue Mar 20 2007 Soren Sandmann - 2.18.0-3 +- Fix a bug where only parts of the background pixmap would be drawn. + +* Mon Mar 19 2007 Soren Sandmann - 2.18.0-2 +- Add GnomeBG class. + +* Tue Mar 13 2007 Matthias Clasen - 2.18.0-1 +- Update to 2.18.0 + +* Tue Feb 27 2007 Matthias Clasen - 2.17.92-1 +- Update to 2.17.92 + +* Tue Feb 13 2007 Matthias Clasen - 2.17.91-1 +- Update to 2.17.91 + +* Sun Jan 21 2007 Matthias Clasen - 2.17.90-1 +- Update to 2.17.90 +- Drop some long-obsolete images +- Clean up BuildRequires + +* Wed Jan 10 2007 Matthias Clasen - 2.17.5-1 +- Update to 2.17.5 + +* Tue Nov 7 2006 Matthias Clasen - 2.17.2-1 +- Update to 2.17.2 + +* Sat Oct 21 2006 Matthias Clasen - 2.16.1-1 +- Update to 2.16.1 + +* Mon Sep 4 2006 Matthias Clasen - 2.16.0-1.fc6 +- Update to 2.16.0 + +* Mon Aug 21 2006 Matthias Clasen - 2.15.92-1.fc6 +- Update to 2.15.92 +- Require pkgconfig in the -devel package + +* Sun Aug 13 2006 Matthias Clasen - 2.15.91-1.fc6 +- Update to 2.15.91 + +* Thu Aug 3 2006 Matthias Clasen - 2.15-90-1.fc6 +- Update to 2.15.90 +- Don't ship static libraries + +* Wed Jul 12 2006 Matthias Clasen - 2.15.4-1 +- Update to 2.15.4 + +* Wed Jul 12 2006 Jesse Keating - 2.15.2-1.1 +- rebuild + +* Tue May 17 2006 Matthias Clasen - 2.15.2-1 +- Update to 2.15.2 + +* Tue May 9 2006 Matthias Clasen - 2.15.1-1 +- Update to 2.15.1 + +* Mon Apr 11 2006 Matthias Clasen - 2.14.1.1-2 +- Update to 2.14.1.1 + +* Mon Apr 10 2006 Matthias Clasen - 2.14.1-2 +- Update to 2.14.1 + +* Tue Mar 14 2006 Ray Strode - 2.14.0-1 +- Update to 2.14.0 + +* Tue Feb 28 2006 Karsten Hopp 2.13.92-2 +- BuildRequires: gnome-doc-utils + +* Mon Feb 27 2006 Matthias Clasen - 2.13.92-1 +- Update to 2.13.92 + +* Mon Feb 13 2006 Matthias Clasen - 2.13.91-1 +- Update to 2.13.91 + +* Fri Feb 10 2006 Jesse Keating - 2.13.90-1.2 +- bump again for double-long bug on ppc(64) + +* Tue Feb 07 2006 Jesse Keating - 2.13.90-1.1 +- rebuilt for new gcc4.1 snapshot and glibc changes + +* Sat Jan 28 2006 Matthias Clasen - 2.13.90-1 +- Update to 2.13.90 + +* Tue Jan 16 2006 Matthias Clasen - 2.13.5-1 +- Update to 2.13.5 + +* Tue Jan 03 2006 Matthias Clasen - 2.13.4-1 +- Update to 2.13.4 + +* Wed Dec 14 2005 Matthias Clasen - 2.13.3-1 +- Update to 2.13.3 + +* Fri Dec 09 2005 Jesse Keating +- rebuilt + +* Wed Nov 30 2005 Matthias Clasen - 2.13.2-1 +- Update to 2.13.2 + +* Thu Oct 6 2005 Matthias Clasen - 2.12.1-1 +- Update to 2.12.1 + +* Thu Sep 8 2005 Matthias Clasen - 2.12.0-1 +- Update to 2.12.0 + +* Tue Aug 16 2005 Warren Togami - 2.11.90-2 +- rebuild for new cairo + +* Fri Aug 5 2005 Matthias Clasen - 2.11.90-1 +- Update to 2.11.90 + +* Sat Jul 9 2005 Matthias Clasen - 2.11.4-1 +- Update to 2.11.4 + +* Mon May 23 2005 Ray Strode - 2.10.0-5 +- Let's try this gettext patch one more time--maybe, just + maybe, I'll get it right this time (bug 155659). + +* Wed May 16 2005 Ray Strode - 2.10.0-4 +- run gettext initialization routines on startup (bug 155659) + (use right patch). + +* Thu May 5 2005 Ray Strode - 2.10.0-3 +- Revert previous patch--it was wrong(bug 155659). + +* Wed May 4 2005 Ray Strode - 2.10.0-2 +- run gettext initialization routines on startup (bug 155659). + +* Thu Mar 17 2005 Ray Strode - 2.10.0-1 +- Update to upstream version 2.10.0 + +* Wed Mar 2 2005 Mark McLoughlin 2.9.91-3 +- Rebuild with gcc4 + +* Mon Feb 21 2005 Than Ngo 2.9.91-2 +- gnome-about only in GNOME-menu + +* Wed Feb 9 2005 Matthias Clasen 2.9.91-1 +- Update to 2.9.91 + +* Fri Feb 4 2005 Matthias Clasen 2.9.90.1-1 +- Update to 2.9.90.1 + +* Tue Oct 12 2004 Mark McLoughlin 2.8.0-3 +- Add tamil translation + +* Wed Sep 29 2004 Mark McLoughlin 2.8.0-2 +- Add some new icons from upstream + +* Tue Sep 21 2004 Mark McLoughlin 2.8.0-1 +- Update to 2.8.0 + +* Mon Aug 30 2004 Mark McLoughlin 2.7.92-1 +- Update to 2.7.92 + +* Wed Aug 18 2004 Mark McLoughlin 2.7.91-1 +- Update to 2.7.91 + +* Wed Aug 4 2004 Mark McLoughlin 2.7.90-1 +- Update to 2.7.90 + +* Tue Jun 15 2004 Elliot Lee +- rebuilt + +* Sat Apr 17 2004 Warren Togami 2.6.0.1-2 +- #111123 BR scrollkeeper gettext, some minor cleanups + +* Wed Mar 31 2004 Mark McLoughlin 2.6.0.1-1 +- Update to 2.6.0.1 + +* Wed Mar 10 2004 Mark McLoughlin 2.5.91-1 +- Update to 2.5.91 + +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Tue Feb 24 2004 Mark McLoughlin 2.5.90-1 +- Update to 2.5.90 +- Remove hack to get rid of GNOME_COMPILE_WARNINGS and + use --disable-compile-warnings instead. +- Package the (L)GPL/FDL and gnome-feedback docs + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Mon Jan 26 2004 Alexander Larsson 2.5.3-1 +- Update to 2.5.3 + +* Wed Sep 10 2003 Jonathan Blandford 2.4.0-1 +- 2.4.0 + +* Wed Aug 27 2003 Alexander Larsson 2.3.7-1 +- update to 2.3.7 + +* Thu Aug 14 2003 Alexander Larsson 2.3.6.1-1 +- update to gnome 2.3 + +* Mon Jul 28 2003 Havoc Pennington 2.2.2-2 +- libtoolize +- rebuild + +* Mon Jul 7 2003 Havoc Pennington 2.2.2-1 +- 2.2.2 +- remove now-upstream patch + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + +* Mon Feb 17 2003 Havoc Pennington 2.2.0.1-4 +- fix mem corruption #84361 + +* Fri Feb 14 2003 Havoc Pennington 2.2.0.1-3 +- nuke Xft buildreq + +* Wed Feb 5 2003 Havoc Pennington 2.2.0.1-2 +- require startup-notification 0.5, just for paranoia + +* Wed Feb 5 2003 Alexander Larsson +- 2.2.0.1 + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Wed Jan 15 2003 Jonathan Blandford +- require startup-notification + +* Tue Jan 14 2003 Alexander Larsson 2.1.90-2 +- Change the fallback kde theme name from hicolor to crystalsvg. + +* Thu Jan 9 2003 Havoc Pennington 2.1.90-1 +- 2.1.90 + +* Sat Dec 14 2002 Havoc Pennington +- 2.1.4 + +* Tue Dec 3 2002 Havoc Pennington +- add gconftool-2 prereq + +* Mon Dec 2 2002 Havoc Pennington +- remove bad post (we no longer include a schemas file) + +* Mon Dec 2 2002 Havoc Pennington +- 2.1.3 + +* Wed Nov 13 2002 Havoc Pennington +- 2.1.2 + +* Wed Sep 4 2002 Havoc Pennington +- support a magic flag in icon theme to avoid using + prescaled icons + +* Tue Aug 13 2002 Havoc Pennington +- put in a schema so we default the the right icon theme +- fill in gnome-version.xml stuff #71445 + +* Mon Aug 12 2002 Havoc Pennington +- 2.0.6 final for gnome 2.0.1 + +* Tue Aug 6 2002 Havoc Pennington +- 2.0.5 + +* Tue Jul 23 2002 Havoc Pennington +- 2.0.3.90 cvs snap, should fix failure to launch symlink desktop + files + +* Wed Jun 26 2002 Owen Taylor +- Version 2.0.2, fix missing po files + +* Sun Jun 16 2002 Havoc Pennington +- 2.0.0 + +* Mon Jun 10 2002 Havoc Pennington +- rebuild in different environment + +* Mon Jun 10 2002 Havoc Pennington +- also obsolete gnome-core-devel +- require redhat-artwork and redhat-menus +- build require Xft/fontconfig + +* Fri Jun 07 2002 Havoc Pennington +- rebuild in different environment + +* Wed Jun 5 2002 Havoc Pennington +- add post/postun ldconfig + +* Wed Jun 5 2002 Havoc Pennington +- 1.5.22 + +* Fri May 31 2002 Havoc Pennington +- rebuild in different environment + +* Fri May 31 2002 Havoc Pennington +- 1.5.21 + +* Sun May 26 2002 Tim Powers +- automated rebuild + +* Tue May 21 2002 Havoc Pennington +- rebuild in different environment +- build requires libgnome + +* Mon May 20 2002 Havoc Pennington +- 1.5.20 +- provides gnome-core + +* Fri May 3 2002 Havoc Pennington +- 1.5.18 + +* Tue Apr 16 2002 Havoc Pennington +- Initial build. diff --git a/sources b/sources new file mode 100644 index 0000000..b168103 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +ed31400713073602c466535984dcaa51 gnome-desktop-2.32.0.tar.bz2