rpms/ghc/F-11 ghc.spec,1.82,1.83
by Jens Petersen
Author: petersen
Update of /cvs/extras/rpms/ghc/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3439
Modified Files:
ghc.spec
Log Message:
add haddock_version and use it to obsolete haddock and ghc-haddock-*
Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/F-11/ghc.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -p -r1.82 -r1.83
--- ghc.spec 28 May 2009 00:18:17 -0000 1.82
+++ ghc.spec 31 May 2009 23:45:58 -0000 1.83
@@ -12,6 +12,8 @@
## include colored html src
%bcond_with hscolour
+%global haddock_version 2.4.2
+
# Fixing packaging problems can be a tremendous pain because it
# generally requires a complete rebuild, which takes hours. To offset
# the misery, do a complete build once using "rpmbuild -bc", then copy
@@ -27,7 +29,7 @@
Name: ghc
# part of haskell-platform
Version: 6.10.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Glasgow Haskell Compilation system
# fedora ghc has only been bootstrapped on the following archs:
ExclusiveArch: %{ix86} x86_64 ppc alpha
@@ -43,8 +45,8 @@ Requires(post): policycoreutils
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Obsoletes: ghc682, ghc681, ghc661, ghc66, haddock09
# introduced for f11 and can be removed for f13:
-Obsoletes: haddock < 2.4.2
-Provides: haddock = 2.4.2
+Obsoletes: haddock < %{haddock_version}, ghc-haddock-devel < %{haddock_version}
+Provides: haddock = %{haddock_version}, ghc-haddock-devel = %{haddock_version}
BuildRequires: ghc, happy, sed
BuildRequires: gmp-devel
%if %{with shared}
@@ -68,25 +70,14 @@ collection of libraries, and support for
extensions, including concurrency, exceptions, and a foreign language
interface.
-%if %{with prof}
-%package prof
-Summary: Profiling libraries for GHC
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-Obsoletes: ghc682-prof, ghc681-prof, ghc661-prof, ghc66-prof
-
-%description prof
-Profiling libraries for Glorious Glasgow Haskell Compilation System
-(GHC). They should be installed when GHC's profiling subsystem is
-needed.
-%endif
-
%package doc
Summary: Documentation for GHC
Group: Development/Languages
Requires: %{name} = %{version}-%{release}
# for haddock
Requires(posttrans): %{name} = %{version}-%{release}
+Obsoletes: ghc-haddock-doc < %{haddock_version}
+Provides: ghc-haddock-doc = %{haddock_version}
%description doc
Preformatted documentation for the Glorious Glasgow Haskell
@@ -104,6 +95,21 @@ Shared libraries for Glorious Glasgow Ha
(GHC). They should be installed to build standalone programs.
%endif
+%if %{with prof}
+%package prof
+Summary: Profiling libraries for GHC
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Obsoletes: ghc682-prof, ghc681-prof, ghc661-prof, ghc66-prof
+Obsoletes: ghc-haddock-prof < %{haddock_version}
+Provides: ghc-haddock-prof = %{haddock_version}
+
+%description prof
+Profiling libraries for Glorious Glasgow Haskell Compilation System
+(GHC). They should be installed when GHC's profiling subsystem is
+needed.
+%endif
+
# the debuginfo subpackage is currently empty anyway, so don't generate it
%global debug_package %{nil}
@@ -272,6 +278,9 @@ fi
%endif
%changelog
+* Sat May 30 2009 Jens Petersen <petersen(a)redhat.com> - 6.10.3-3
+- add haddock_version and use it to obsolete haddock and ghc-haddock-*
+
* Fri May 22 2009 Jens Petersen <petersen(a)redhat.com> - 6.10.3-2
- update haddock provides and obsoletes
- drop ghc-mk-pkg-install-inplace.patch: no longer needed with new 6.11 buildsys
14Â years, 4Â months
rpms/beagle/F-11 beagle.spec,1.166,1.167
by Xavier Lamien
Author: laxathom
Update of /cvs/pkgs/rpms/beagle/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3107
Modified Files:
beagle.spec
Log Message:
Build arch ppc64
Index: beagle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/beagle/F-11/beagle.spec,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -p -r1.166 -r1.167
--- beagle.spec 22 May 2009 15:28:54 -0000 1.166
+++ beagle.spec 31 May 2009 23:44:51 -0000 1.167
@@ -1,6 +1,6 @@
Name: beagle
Version: 0.3.9
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: The Beagle Search Infrastructure
Group: User Interface/Desktops
# see COPYING for details
@@ -69,7 +69,7 @@ Patch10: beagle-0.3.9-libgnome-desktop-s
Patch11: beagle-0.3.9-openfix.patch
# Mono is not available on these arches
-ExcludeArch: s390 s390x sparc64 ppc64
+ExcludeArch: s390 s390x sparc64
BuildRequires: xulrunner-devel
@@ -354,6 +354,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/beagle*.pc
%changelog
+* Fri May 29 2009 Xavier Lamien <laxathom(a)fedoraproject.org> - 0.3.9-8
+- Build arch ppc64.
+
* Fri May 22 2009 Adel Gadllah <adel.gadllah(a)gmail.com> - 0.3.9-7
- Fix firefox extension (RH #477639)
14Â years, 4Â months
rpms/metacity/devel metacity.spec,1.190,1.191
by Matthias Clasen
Author: mclasen
Update of /cvs/pkgs/rpms/metacity/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32323
Modified Files:
metacity.spec
Log Message:
2.27.0
Index: metacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/metacity/devel/metacity.spec,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -p -r1.190 -r1.191
--- metacity.spec 31 May 2009 23:19:03 -0000 1.190
+++ metacity.spec 31 May 2009 23:25:36 -0000 1.191
@@ -7,12 +7,6 @@ Source0: http://download.gnome.org/sourc
Patch0: default-theme.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=558723
Patch4: stop-spamming-xsession-errors.patch
-# http://bugzilla.gnome.org/show_bug.cgi?id=557921
-Patch5: metacity-canberra.patch
-# fixed upstream
-Patch6: metacity-dont-force-bell.patch
-# fixed upstream
-Patch7: metacity-struts.patch
License: GPLv2+
Group: User Interface/Desktops
@@ -74,9 +68,6 @@ API. This package exists purely for tech
%setup -q
%patch0 -p1 -b .default-theme
%patch4 -p1 -b .stop-spamming-xsession-errors
-%patch5 -p1 -b .canberra
-%patch6 -p1 -b .dont-force-bell
-%patch7 -p1 -b .struts
autoreconf -i -f
14Â years, 4Â months
rpms/mlton/devel mlton.spec,1.30,1.31
by Adam Goode
Author: agoode
Update of /cvs/extras/rpms/mlton/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31806
Modified Files:
mlton.spec
Log Message:
* Sun May 31 2009 Adam Goode <adam(a)spicenitz.org> - 20070826-19
- Add forgotten changelog entry
Index: mlton.spec
===================================================================
RCS file: /cvs/extras/rpms/mlton/devel/mlton.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- mlton.spec 31 May 2009 22:56:23 -0000 1.30
+++ mlton.spec 31 May 2009 23:23:31 -0000 1.31
@@ -2,7 +2,7 @@
Name: mlton
Version: 20070826
-Release: 18%{?dist}
+Release: 19%{?dist}
Summary: Optimizing compiler for Standard ML
Group: Development/Languages
@@ -105,6 +105,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun May 31 2009 Adam Goode <adam(a)spicenitz.org> - 20070826-19
+- Add forgotten changelog entry
+
+* Sun May 31 2009 Adam Goode <adam(a)spicenitz.org> - 20070826-18
+- ARM is bootstrapped, build again
+
* Sun May 31 2009 Adam Goode <adam(a)spicenitz.org> - 20070826-17
- Use non-trunk version of MLton to bootstrap ARM
14Â years, 4Â months
rpms/nautilus-sendto/devel nautilus-sendto.spec,1.74,1.75
by Matthias Clasen
Author: mclasen
Update of /cvs/pkgs/rpms/nautilus-sendto/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31241
Modified Files:
nautilus-sendto.spec
Log Message:
Rebuild
Index: nautilus-sendto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nautilus-sendto/devel/nautilus-sendto.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -p -r1.74 -r1.75
--- nautilus-sendto.spec 5 May 2009 11:54:19 -0000 1.74
+++ nautilus-sendto.spec 31 May 2009 23:21:37 -0000 1.75
@@ -1,6 +1,6 @@
Name: nautilus-sendto
Version: 1.1.5
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Nautilus context menu for sending files
Group: User Interface/Desktops
@@ -95,6 +95,9 @@ fi
%{_mandir}/man1/nautilus-sendto.1.gz
%changelog
+* Sun May 31 2009 Matthias Clasen <mclasen(a)redhat.com> 1.1.5-3
+- Rebuild against newer empathy
+
* Tue May 05 2009 Bastien Nocera <bnocera(a)redhat.com> 1.1.5-2
- Disable the evolution plugin, it will be in Evo itself in 2.27.x
See http://bugzilla.gnome.org/show_bug.cgi?id=579099
14Â years, 4Â months
rpms/metacity/devel .cvsignore, 1.85, 1.86 metacity.spec, 1.189, 1.190 sources, 1.85, 1.86
by Matthias Clasen
Author: mclasen
Update of /cvs/pkgs/rpms/metacity/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30734
Modified Files:
.cvsignore metacity.spec sources
Log Message:
2.27.0
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/metacity/devel/.cvsignore,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -p -r1.85 -r1.86
--- .cvsignore 17 Mar 2009 02:39:48 -0000 1.85
+++ .cvsignore 31 May 2009 23:19:02 -0000 1.86
@@ -1 +1 @@
-metacity-2.26.0.tar.bz2
+metacity-2.27.0.tar.bz2
Index: metacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/metacity/devel/metacity.spec,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -p -r1.189 -r1.190
--- metacity.spec 27 Apr 2009 06:35:25 -0000 1.189
+++ metacity.spec 31 May 2009 23:19:03 -0000 1.190
@@ -1,9 +1,9 @@
Summary: Unobtrusive window manager
Name: metacity
-Version: 2.26.0
-Release: 2%{?dist}
+Version: 2.27.0
+Release: 1%{?dist}
URL: http://download.gnome.org/sources/metacity/
-Source0: http://download.gnome.org/sources/metacity/2.26/metacity-%{version}.tar.bz2
+Source0: http://download.gnome.org/sources/metacity/2.27/metacity-%{version}.tar.bz2
Patch0: default-theme.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=558723
Patch4: stop-spamming-xsession-errors.patch
@@ -182,6 +182,9 @@ fi
%{_mandir}/man1/metacity-window-demo.1.gz
%changelog
+* Sun May 31 2009 Matthias Clasen <mclasen(a)redhat.com> - 2.27.0-1
+- Update to 2.27.0
+
* Mon Apr 27 2009 Matthias Clasen <mclasen(a)redhat.com> - 2.26.0-2
- Don't drop schemas translations from po files
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/metacity/devel/sources,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -p -r1.85 -r1.86
--- sources 17 Mar 2009 02:39:48 -0000 1.85
+++ sources 31 May 2009 23:19:03 -0000 1.86
@@ -1 +1 @@
-eafb624e79fbcdab6da59acc222430b1 metacity-2.26.0.tar.bz2
+52871631cc13b7fde1403aaee3db32d4 metacity-2.27.0.tar.bz2
14Â years, 4Â months
rpms/gnome-themes/devel .cvsignore, 1.77, 1.78 gnome-themes.spec, 1.136, 1.137 sources, 1.82, 1.83
by Matthias Clasen
Author: mclasen
Update of /cvs/pkgs/rpms/gnome-themes/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28891
Modified Files:
.cvsignore gnome-themes.spec sources
Log Message:
2.27.2
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-themes/devel/.cvsignore,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -p -r1.77 -r1.78
--- .cvsignore 18 May 2009 13:20:18 -0000 1.77
+++ .cvsignore 31 May 2009 23:13:55 -0000 1.78
@@ -1 +1 @@
-gnome-themes-2.27.1.tar.bz2
+gnome-themes-2.27.2.tar.bz2
Index: gnome-themes.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-themes/devel/gnome-themes.spec,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -p -r1.136 -r1.137
--- gnome-themes.spec 18 May 2009 13:32:01 -0000 1.136
+++ gnome-themes.spec 31 May 2009 23:13:55 -0000 1.137
@@ -1,6 +1,6 @@
Summary: Themes for GNOME
Name: gnome-themes
-Version: 2.27.1
+Version: 2.27.2
Release:1%{?dist}
URL: http://download.gnome.org/sources/gnome-themes/
Source: http://download.gnome.org/sources/gnome-themes/2.27/%{name}-%{version}.ta...
@@ -98,6 +98,9 @@ done
%doc AUTHORS COPYING NEWS README
%changelog
+* Sun May 31 2009 Matthias Clasen <mclasen(a)redhat.com> - 2.27.2-1
+- Update to 2.27.2
+
* Mon May 18 2009 Bastien Nocera <bnocera(a)redhat.com> 2.27.1-1
- Update to 2.27.1
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-themes/devel/sources,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -p -r1.82 -r1.83
--- sources 18 May 2009 13:20:18 -0000 1.82
+++ sources 31 May 2009 23:13:55 -0000 1.83
@@ -1 +1 @@
-d929759d27db8407f198d7ec63a26c0e gnome-themes-2.27.1.tar.bz2
+b89bc9155c1d4492e031b210bd626b01 gnome-themes-2.27.2.tar.bz2
14Â years, 4Â months
rpms/mlton/devel .cvsignore,1.10,1.11 sources,1.10,1.11
by Adam Goode
Author: agoode
Update of /cvs/extras/rpms/mlton/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25190
Modified Files:
.cvsignore sources
Log Message:
* Sun May 31 2009 Adam Goode <adam(a)spicenitz.org> - 20070826-17
- Use non-trunk version of MLton to bootstrap ARM
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mlton/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore 31 May 2009 17:03:54 -0000 1.10
+++ .cvsignore 31 May 2009 22:57:34 -0000 1.11
@@ -1,2 +1 @@
mlton-20070826-1.src.tgz
-mlton-20070826-1.arm-linux.tgz
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mlton/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources 31 May 2009 17:03:54 -0000 1.10
+++ sources 31 May 2009 22:57:34 -0000 1.11
@@ -1,2 +1 @@
08356566e20f47c1bcc8002fde72c2ec mlton-20070826-1.src.tgz
-b9a586509fff1bf6a4d0bc2c264b7ec9 mlton-20070826-1.arm-linux.tgz
14Â years, 4Â months
rpms/mlton/devel mlton.spec,1.29,1.30
by Adam Goode
Author: agoode
Update of /cvs/extras/rpms/mlton/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24854
Modified Files:
mlton.spec
Log Message:
* Sun May 31 2009 Adam Goode <adam(a)spicenitz.org> - 20070826-17
- Use non-trunk version of MLton to bootstrap ARM
Index: mlton.spec
===================================================================
RCS file: /cvs/extras/rpms/mlton/devel/mlton.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- mlton.spec 31 May 2009 17:03:54 -0000 1.29
+++ mlton.spec 31 May 2009 22:56:23 -0000 1.30
@@ -1,8 +1,8 @@
-%define mlton_bootstrap 1
+%define mlton_bootstrap 0
Name: mlton
Version: 20070826
-Release: 17%{?dist}
+Release: 18%{?dist}
Summary: Optimizing compiler for Standard ML
Group: Development/Languages
@@ -10,7 +10,7 @@ License: MIT
URL: http://mlton.org/
Source0: http://mlton.org/pages/Download/attachments/%{name}-%{version}-1.src.tgz
-Source1: mlton-20070826-1.arm-linux.tgz
+#Source1: mlton-20070826-1.arm-linux.tgz
Patch0: mlton-20070826-debuginfo.patch
Patch1: mlton-20070826-no-execmem.patch
14Â years, 4Â months
rpms/gok/devel gok.spec,1.77,1.78
by Matthias Clasen
Author: mclasen
Update of /cvs/pkgs/rpms/gok/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23664
Modified Files:
gok.spec
Log Message:
fix file lists
Index: gok.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gok/devel/gok.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -p -r1.77 -r1.78
--- gok.spec 31 May 2009 22:39:30 -0000 1.77
+++ gok.spec 31 May 2009 22:50:59 -0000 1.78
@@ -19,6 +19,8 @@ Requires(postun): scrollkeeper >= 0.1.4
Requires: at-spi
Requires: htmlview
+# for /usr/share/sounds/freedesktop/stereo
+Requires: sound-theme-freedesktop
BuildRequires: at-spi-devel
BuildRequires: gail-devel
@@ -130,6 +132,8 @@ scrollkeeper-update -q
%{_datadir}/gok
%{_datadir}/icons/hicolor/48x48/apps/gok.png
%exclude %{_datadir}/applications/gok.desktop
+%{_datadir}/sounds/freedesktop/stereo/goksound1.wav
+%{_datadir}/sounds/freedesktop/stereo/goksound2.wav
%{_datadir}/pixmaps/*
14Â years, 4Â months