rpms/vlc/F-13 0001-Libnotify-depends-on-a-gtk.patch, NONE, 1.1 .cvsignore, 1.27, 1.28 sources, 1.33, 1.34 vlc.spec, 1.81, 1.82
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19895/F-13
Modified Files:
.cvsignore sources vlc.spec
Added Files:
0001-Libnotify-depends-on-a-gtk.patch
Log Message:
- Update to 1.1.4
- Fix libnotify build on f14
- Obsoletes ffmpeg4vlc
- Raise selinux requirements that fix rhbz#591854
0001-Libnotify-depends-on-a-gtk.patch:
configure.ac | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- NEW FILE 0001-Libnotify-depends-on-a-gtk.patch ---
>From 967294c285981da403d3c3cd9c7d5616a6f96288 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dominique(a)leuenberger.net>
Date: Fri, 27 Aug 2010 22:30:00 +0200
Subject: [PATCH] Libnotify depends on *a* GTK version (can be gtk-2.0 or gtk-3.0).
As both are possible, libnotify can not drag the dependency in automatically, and as such
the applications being built have to decide upon it. At this time, gtk-2.0 is the logical choice.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7650ade..a60e4c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1691,7 +1691,7 @@ AS_IF([test "${enable_growl}" != "no"], [
dnl
dnl Libnotify notification plugin
dnl
-PKG_ENABLE_MODULES_VLC([NOTIFY], [], [libnotify], [libnotify notification], [auto])
+PKG_ENABLE_MODULES_VLC([NOTIFY], [], [libnotify gtk+-2.0], [libnotify notification], [auto])
dnl
dnl Taglibplugin
--
1.7.1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/F-13/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore 20 Aug 2010 22:31:20 -0000 1.27
+++ .cvsignore 28 Aug 2010 14:29:54 -0000 1.28
@@ -1 +1 @@
-vlc-1.1.3.tar.bz2
+vlc-1.1.4.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/F-13/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sources 20 Aug 2010 22:31:20 -0000 1.33
+++ sources 28 Aug 2010 14:29:54 -0000 1.34
@@ -1 +1 @@
-b8ba8b6687d19dadcf3eb148ca525603 vlc-1.1.3.tar.bz2
+b71aacaa242f8050a64c6ffe09d6f067 vlc-1.1.4.tar.bz2
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-13/vlc.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- vlc.spec 20 Aug 2010 22:35:14 -0000 1.81
+++ vlc.spec 28 Aug 2010 14:29:54 -0000 1.82
@@ -20,7 +20,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
-Version: 1.1.3
+Version: 1.1.4
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
@@ -31,6 +31,7 @@
%endif
Source10: vlc-handlers.schemas
Patch0: vlc-1.1.0-vlc-cache-gen_noerror.patch
+Patch1: 0001-Libnotify-depends-on-a-gtk.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -193,6 +194,13 @@
%package core
Summary: VLC media player core
Group: Applications/Multimedia
+%if 0%{?fedora} >= 13
+Conflicts: selinux-policy-targeted < 3.7.19-51
+%endif
+Provides: ffmpeg4vlc-libs = 0.6-0.5
+Provides: ffmpeg4vlc-devel = 0.6-0.5
+Obsoletes: ffmpeg4vlc-libs < 0.6-0.5
+Obsoletes: ffmpeg4vlc-devel < 0.6-0.5
%description core
VLC media player core components
@@ -220,6 +228,7 @@
%setup -q -D -T -a 2 -n %{name}-%{version}%{?vlc_rc}
%endif
%patch0 -p1 -b .noerror
+%patch1 -p1 -b .gtk23
rm modules/access/videodev2.h
ln -sf %{_includedir}/linux/videodev2.h modules/access/videodev2.h
@@ -511,6 +520,12 @@
%changelog
+* Sat Aug 28 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.4-1
+- Update to 1.1.4
+- Fix libnotify build on f14
+- Obsoletes ffmpeg4vlc
+- Raise selinux requirements that fix rhbz#591854
+
* Sat Aug 21 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.3-1
- Update to 1.1.3
- move some plugin from core to main
14 years, 3 months
rpms/vlc/devel 0001-Libnotify-depends-on-a-gtk.patch, NONE, 1.1 .cvsignore, 1.31, 1.32 sources, 1.37, 1.38 vlc.spec, 1.91, 1.92
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19895/devel
Modified Files:
.cvsignore sources vlc.spec
Added Files:
0001-Libnotify-depends-on-a-gtk.patch
Log Message:
- Update to 1.1.4
- Fix libnotify build on f14
- Obsoletes ffmpeg4vlc
- Raise selinux requirements that fix rhbz#591854
0001-Libnotify-depends-on-a-gtk.patch:
configure.ac | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- NEW FILE 0001-Libnotify-depends-on-a-gtk.patch ---
>From 967294c285981da403d3c3cd9c7d5616a6f96288 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dominique(a)leuenberger.net>
Date: Fri, 27 Aug 2010 22:30:00 +0200
Subject: [PATCH] Libnotify depends on *a* GTK version (can be gtk-2.0 or gtk-3.0).
As both are possible, libnotify can not drag the dependency in automatically, and as such
the applications being built have to decide upon it. At this time, gtk-2.0 is the logical choice.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7650ade..a60e4c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1691,7 +1691,7 @@ AS_IF([test "${enable_growl}" != "no"], [
dnl
dnl Libnotify notification plugin
dnl
-PKG_ENABLE_MODULES_VLC([NOTIFY], [], [libnotify], [libnotify notification], [auto])
+PKG_ENABLE_MODULES_VLC([NOTIFY], [], [libnotify gtk+-2.0], [libnotify notification], [auto])
dnl
dnl Taglibplugin
--
1.7.1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- .cvsignore 20 Aug 2010 22:30:24 -0000 1.31
+++ .cvsignore 28 Aug 2010 14:29:55 -0000 1.32
@@ -1 +1 @@
-vlc-1.1.3.tar.bz2
+vlc-1.1.4.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/sources,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- sources 20 Aug 2010 22:30:24 -0000 1.37
+++ sources 28 Aug 2010 14:29:56 -0000 1.38
@@ -1 +1 @@
-b8ba8b6687d19dadcf3eb148ca525603 vlc-1.1.3.tar.bz2
+b71aacaa242f8050a64c6ffe09d6f067 vlc-1.1.4.tar.bz2
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- vlc.spec 20 Aug 2010 22:35:13 -0000 1.91
+++ vlc.spec 28 Aug 2010 14:29:56 -0000 1.92
@@ -20,7 +20,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
-Version: 1.1.3
+Version: 1.1.4
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
@@ -31,6 +31,7 @@
%endif
Source10: vlc-handlers.schemas
Patch0: vlc-1.1.0-vlc-cache-gen_noerror.patch
+Patch1: 0001-Libnotify-depends-on-a-gtk.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -193,6 +194,13 @@
%package core
Summary: VLC media player core
Group: Applications/Multimedia
+%if 0%{?fedora} >= 13
+Conflicts: selinux-policy-targeted < 3.7.19-51
+%endif
+Provides: ffmpeg4vlc-libs = 0.6-0.5
+Provides: ffmpeg4vlc-devel = 0.6-0.5
+Obsoletes: ffmpeg4vlc-libs < 0.6-0.5
+Obsoletes: ffmpeg4vlc-devel < 0.6-0.5
%description core
VLC media player core components
@@ -220,6 +228,7 @@
%setup -q -D -T -a 2 -n %{name}-%{version}%{?vlc_rc}
%endif
%patch0 -p1 -b .noerror
+%patch1 -p1 -b .gtk23
rm modules/access/videodev2.h
ln -sf %{_includedir}/linux/videodev2.h modules/access/videodev2.h
@@ -511,6 +520,12 @@
%changelog
+* Sat Aug 28 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.4-1
+- Update to 1.1.4
+- Fix libnotify build on f14
+- Obsoletes ffmpeg4vlc
+- Raise selinux requirements that fix rhbz#591854
+
* Sat Aug 21 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.3-1
- Update to 1.1.3
- move some plugin from core to main
14 years, 3 months
rpms/buildsys-build-rpmfusion/F-13 buildsys-build-rpmfusion-kerneldevpkgs-current, 1.30, 1.31 buildsys-build-rpmfusion.spec, 1.39, 1.40
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/buildsys-build-rpmfusion/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16156
Modified Files:
buildsys-build-rpmfusion-kerneldevpkgs-current
buildsys-build-rpmfusion.spec
Log Message:
* Fri Aug 27 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10:13-10
- rebuild for kernel 2.6.34.6-47.fc13
Index: buildsys-build-rpmfusion-kerneldevpkgs-current
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/F-13/buildsys-build-rpmfusion-kerneldevpkgs-current,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- buildsys-build-rpmfusion-kerneldevpkgs-current 20 Aug 2010 06:44:18 -0000 1.30
+++ buildsys-build-rpmfusion-kerneldevpkgs-current 27 Aug 2010 20:54:11 -0000 1.31
@@ -1,3 +1,3 @@
-2.6.33.8-149.fc13
-2.6.33.8-149.fc13smp
-2.6.33.8-149.fc13PAE
+2.6.34.6-47.fc13
+2.6.34.6-47.fc13smp
+2.6.34.6-47.fc13PAE
Index: buildsys-build-rpmfusion.spec
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/F-13/buildsys-build-rpmfusion.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- buildsys-build-rpmfusion.spec 20 Aug 2010 06:44:18 -0000 1.39
+++ buildsys-build-rpmfusion.spec 27 Aug 2010 20:54:11 -0000 1.40
@@ -3,7 +3,7 @@
Name: buildsys-build-%{repo}
Epoch: 10
Version: 13
-Release: 9
+Release: 10
Summary: Tools and files used by the %{repo} buildsys
Group: Development/Tools
@@ -86,6 +86,9 @@
%changelog
+* Fri Aug 27 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10:13-10
+- rebuild for kernel 2.6.34.6-47.fc13
+
* Fri Aug 20 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 10:13-9
- rebuild for kernel 2.6.33.8-149.fc13
14 years, 3 months
rpms/python-vlc/F-13 .cvsignore, 1.3, 1.4 python-vlc.spec, 1.2, 1.3 sources, 1.3, 1.4
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/python-vlc/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29941
Modified Files:
.cvsignore python-vlc.spec sources
Log Message:
* Wed Aug 25 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.1.0-2.20100825git
- Latest git snapshot.
- Build against python-2.7 on F-14
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/python-vlc/F-13/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 5 Aug 2010 16:20:59 -0000 1.3
+++ .cvsignore 25 Aug 2010 20:42:20 -0000 1.4
@@ -1 +1 @@
-python-vlc-1.1.0-20100706git.tar.bz2
+python-vlc-1.1.0-20100825git.tar.bz2
Index: python-vlc.spec
===================================================================
RCS file: /cvs/free/rpms/python-vlc/F-13/python-vlc.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-vlc.spec 5 Aug 2010 16:20:59 -0000 1.2
+++ python-vlc.spec 25 Aug 2010 20:42:20 -0000 1.3
@@ -2,11 +2,11 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%endif
-%global gitdate 20100706git
+%global gitdate 20100825git
Name: python-vlc
Version: 1.1.0
-Release: 1.%{gitdate}%{?dist}
+Release: 2.%{gitdate}%{?dist}
Summary: VLC Media Player binding for Python
Group: Applications/Multimedia
License: GPLv2+
@@ -44,6 +44,10 @@
%{python_sitelib}/vlcwidget.py*
%changelog
+* Wed Aug 25 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.1.0-2.20100825git
+- Latest git snapshot.
+- Build against python-2.7 on F-14
+
* Tue Jul 06 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.1.0-1.20100706git
- 1.1.0 final updates
Index: sources
===================================================================
RCS file: /cvs/free/rpms/python-vlc/F-13/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 5 Aug 2010 16:20:59 -0000 1.3
+++ sources 25 Aug 2010 20:42:20 -0000 1.4
@@ -1 +1 @@
-37f4eeae38106ca770f542a3cd57c7a6 python-vlc-1.1.0-20100706git.tar.bz2
+92c6ae9f26e39651cf1f01503b1f5b4f python-vlc-1.1.0-20100825git.tar.bz2
14 years, 3 months
rpms/python-vlc/devel python-vlc.spec,1.4,1.5
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/python-vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29210
Modified Files:
python-vlc.spec
Log Message:
fix date on the latest changelog entry
Index: python-vlc.spec
===================================================================
RCS file: /cvs/free/rpms/python-vlc/devel/python-vlc.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-vlc.spec 25 Aug 2010 20:35:35 -0000 1.4
+++ python-vlc.spec 25 Aug 2010 20:36:16 -0000 1.5
@@ -44,7 +44,7 @@
%{python_sitelib}/vlcwidget.py*
%changelog
-* Wed Aug 15 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.1.0-2.20100825git
+* Wed Aug 25 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.1.0-2.20100825git
- Latest git snapshot.
- Build against python-2.7 on F-14
14 years, 3 months
rpms/python-vlc/devel .cvsignore, 1.4, 1.5 python-vlc.spec, 1.3, 1.4 sources, 1.4, 1.5
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/python-vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29147
Modified Files:
.cvsignore python-vlc.spec sources
Log Message:
* Wed Aug 15 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.1.0-2.20100825git
- Latest git snapshot.
- Build against python-2.7 on F-14
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/python-vlc/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 6 Jul 2010 21:09:48 -0000 1.4
+++ .cvsignore 25 Aug 2010 20:35:35 -0000 1.5
@@ -1 +1 @@
-python-vlc-1.1.0-20100706git.tar.bz2
+python-vlc-1.1.0-20100825git.tar.bz2
Index: python-vlc.spec
===================================================================
RCS file: /cvs/free/rpms/python-vlc/devel/python-vlc.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-vlc.spec 6 Jul 2010 21:09:48 -0000 1.3
+++ python-vlc.spec 25 Aug 2010 20:35:35 -0000 1.4
@@ -2,11 +2,11 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%endif
-%global gitdate 20100706git
+%global gitdate 20100825git
Name: python-vlc
Version: 1.1.0
-Release: 1.%{gitdate}%{?dist}
+Release: 2.%{gitdate}%{?dist}
Summary: VLC Media Player binding for Python
Group: Applications/Multimedia
License: GPLv2+
@@ -44,6 +44,10 @@
%{python_sitelib}/vlcwidget.py*
%changelog
+* Wed Aug 15 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.1.0-2.20100825git
+- Latest git snapshot.
+- Build against python-2.7 on F-14
+
* Tue Jul 06 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1.1.0-1.20100706git
- 1.1.0 final updates
Index: sources
===================================================================
RCS file: /cvs/free/rpms/python-vlc/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 6 Jul 2010 21:09:48 -0000 1.4
+++ sources 25 Aug 2010 20:35:35 -0000 1.5
@@ -1 +1 @@
-37f4eeae38106ca770f542a3cd57c7a6 python-vlc-1.1.0-20100706git.tar.bz2
+92c6ae9f26e39651cf1f01503b1f5b4f python-vlc-1.1.0-20100825git.tar.bz2
14 years, 3 months
rpms/audacious-plugins-freeworld/devel audacious-plugins-freeworld.spec, 1.9, 1.10
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/audacious-plugins-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6130
Modified Files:
audacious-plugins-freeworld.spec
Log Message:
* Tue Aug 24 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 2.4-0.1.rc2
- Update to 2.4-rc2
Index: audacious-plugins-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/audacious-plugins-freeworld/devel/audacious-plugins-freeworld.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- audacious-plugins-freeworld.spec 24 Aug 2010 20:00:48 -0000 1.9
+++ audacious-plugins-freeworld.spec 25 Aug 2010 14:47:47 -0000 1.10
@@ -24,7 +24,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: audacious-devel >= %{aud_ver}
-BuildRequires: zlib-devel, desktop-file-utils >= 0.9
+BuildRequires: zlib-devel, libxml2-devel, desktop-file-utils >= 0.9
BuildRequires: taglib-devel >= 1.4
BuildRequires: libmms-devel, libmpg123-devel
BuildRequires: gettext, libbinio-devel
14 years, 3 months
rpms/bubbros/devel bubbros.spec,1.6,1.7
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/bubbros/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31225
Modified Files:
bubbros.spec
Log Message:
* Wed Aug 25 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 1.6-6
- Rebuild for new python
Index: bubbros.spec
===================================================================
RCS file: /cvs/free/rpms/bubbros/devel/bubbros.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bubbros.spec 29 Mar 2009 12:46:38 -0000 1.6
+++ bubbros.spec 25 Aug 2010 12:58:10 -0000 1.7
@@ -1,6 +1,6 @@
Name: bubbros
Version: 1.6
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Bub and Brothers game inspired by the classic Bubble and Bobble
Group: Amusements/Games
License: MIT and Artistic Licenses
@@ -122,6 +122,9 @@
%changelog
+* Wed Aug 25 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 1.6-6
+- Rebuild for new python
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.6-5
- rebuild for new F11 features
14 years, 3 months
rpms/smc/devel smc.spec,1.12,1.13
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/smc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31070
Modified Files:
smc.spec
Log Message:
* Wed Aug 25 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 1.9-5
- rebuild for new libboost
Index: smc.spec
===================================================================
RCS file: /cvs/free/rpms/smc/devel/smc.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- smc.spec 25 May 2010 10:27:15 -0000 1.12
+++ smc.spec 25 Aug 2010 12:57:45 -0000 1.13
@@ -1,6 +1,6 @@
Name: smc
Version: 1.9
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: 2D platform game that uses OpenGL in a style similar to Super Mario
Group: Amusements/Games
License: GPLv3
@@ -111,6 +111,9 @@
%changelog
+* Wed Aug 25 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 1.9-5
+- rebuild for new libboost
+
* Sun May 23 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.9-4
- add patch and BR libX11-devel as kevin suggested in
http://thread.gmane.org/gmane.linux.redhat.fedora.rpmfusion.devel/7651/fo...
14 years, 3 months
rpms/xbmc/F-12 xbmc.spec,1.3,1.4
by Alex Lancaster
Author: alexlan
Update of /cvs/free/rpms/xbmc/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9662
Modified Files:
xbmc.spec
Log Message:
Default to using /var/run/lirc/lircd (#1325)
Index: xbmc.spec
===================================================================
RCS file: /cvs/free/rpms/xbmc/F-12/xbmc.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xbmc.spec 27 Mar 2010 00:08:43 -0000 1.3
+++ xbmc.spec 25 Aug 2010 07:30:31 -0000 1.4
@@ -1,6 +1,6 @@
Name: xbmc
Version: 9.11
-Release: 18%{?dist}
+Release: 19%{?dist}
URL: http://www.xbmc.org/
Source0: %{name}-%{version}-patched.tar.xz
@@ -191,6 +191,7 @@
./configure \
--prefix=%{_prefix} --bindir=%{_bindir} --includedir=%{_includedir} \
--libdir=%{_libdir} --datadir=%{_datadir} \
+--with-lirc-device=/var/run/lirc/lircd \
--enable-external-libraries --enable-goom \
--disable-optimizations --disable-debug \
--disable-webserver \
@@ -237,6 +238,9 @@
%{_datadir}/pixmaps/xbmc.png
%changelog
+* Wed Aug 25 2010 Alex Lancaster <alexlan[AT]fedoraproject org> - 9.11-19
+- Default to using /var/run/lirc/lircd (#1325)
+
* Fri Mar 26 2010 Alex Lancaster <alexlan[AT]fedoraproject org> - 9.11-18
- Exclude ppc64 (not available for F-13+ in any case)
14 years, 3 months