rpms/gnome-lirc-properties/devel glp-remove-streamzap.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 gnome-lirc-properties.spec, 1.10, 1.11 sources, 1.2, 1.3 glp-add-ps3-detection-4.patch, 1.1, NONE glp-glade-warning.patch, 1.1, NONE glp-ignore-logitech-mini-receiver.patch, 1.1, NONE glp-mac-mini-support.patch, 1.1, NONE glp-more-receivers.patch, 1.1, NONE import.log, 1.1, NONE

Bastien Nocera hadess at fedoraproject.org
Wed Oct 22 14:55:10 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/gnome-lirc-properties/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32372

Modified Files:
	.cvsignore gnome-lirc-properties.spec sources 
Added Files:
	glp-remove-streamzap.patch 
Removed Files:
	glp-add-ps3-detection-4.patch glp-glade-warning.patch 
	glp-ignore-logitech-mini-receiver.patch 
	glp-mac-mini-support.patch glp-more-receivers.patch import.log 
Log Message:
* Wed Oct 22 2008 - Bastien Nocera <bnocera at redhat.com> - 0.3.0-1
- Update to 0.3.0
- Add patch to ignore the StreamZap remotes through lirc kernel
  modules (#467340)


glp-remove-streamzap.patch:

--- NEW FILE glp-remove-streamzap.patch ---
Index: data/receivers.conf
===================================================================
--- data/receivers.conf	(revision 72)
+++ data/receivers.conf	(working copy)
@@ -32,13 +32,6 @@
 vendor-id          = 0x041e
 product-id         = 0x3100
 
-[SnapStream Media: Firefly PC Remote]
-compatible-remotes = Snapstream_Firefly_R1000, Snapstream Firefly
-kernel-module      = lirc_atiusb
-lirc-driver        = default
-vendor-id          = 0x0bc7
-product-id         = 0x0008
-
 [StreamZap: PC Remote]
 compatible-remotes = Streamzap_PC_Remote
 kernel-module      = lirc_streamzap


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-lirc-properties/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	4 Jul 2008 21:12:25 -0000	1.2
+++ .cvsignore	22 Oct 2008 14:54:37 -0000	1.3
@@ -1 +1 @@
-gnome-lirc-properties-0.2.8.tar.gz
+gnome-lirc-properties-0.3.0.tar.gz


Index: gnome-lirc-properties.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-lirc-properties/devel/gnome-lirc-properties.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gnome-lirc-properties.spec	16 Oct 2008 23:02:13 -0000	1.10
+++ gnome-lirc-properties.spec	22 Oct 2008 14:54:38 -0000	1.11
@@ -1,35 +1,27 @@
 %define		polkit_minver 0.8-3
-%define		lirc_ver 0.8.3-4
+%define		lirc_ver 0.8.4-2
 
 # Python sitelib macro trick from http://fedoraproject.org/wiki/PackagingDrafts/Python
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:		gnome-lirc-properties
-Version:	0.2.8
-Release:	11%{?dist}
+Version:	0.3.0
+Release:	1%{?dist}
 Summary:	Infrared Remote Controls setup tool
 
 Group:		User Interface/X Hardware Support
 License:	GPLv2+
 URL:		http://svn.gnome.org/svn/gnome-lirc-properties/trunk
 Source:		http://ftp.gnome.org/pub/GNOME/sources/gnome-lirc-properties/0.2/%{name}-%{version}.tar.gz
-# http://bugzilla.gnome.org/show_bug.cgi?id=530359
+# http://bugzilla.gnome.org/show_bug.cgi?id=530359 and blockers
 # http://bugzilla.gnome.org/show_bug.cgi?id=540897
 # and We have the patches in a 0.8.3 version in Fedora
 Patch0:		glp-fedora-support.patch
-# http://bugzilla.gnome.org/show_bug.cgi?id=555802
-Patch1:		glp-add-ps3-detection-4.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=556585
-Patch2:		glp-dont-use-fluendo-remotes.patch
-# http://bugzilla.gnome.org/show_bug.cgi?id=556552
-Patch3:		glp-glade-warning.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=467149
-# http://bugzilla.gnome.org/show_bug.cgi?id=556599
-Patch4:		glp-mac-mini-support.patch
-# http://bugzilla.gnome.org/show_bug.cgi?id=556643
-Patch5:		glp-more-receivers.patch
-# http://bugzilla.gnome.org/show_bug.cgi?id=541104
-Patch6:		glp-ignore-logitech-mini-receiver.patch
+Patch1:		glp-dont-use-fluendo-remotes.patch
+# https://bugzilla.redhat.com/show_bug.cgi?id=467340
+# http://bugzilla.gnome.org/show_bug.cgi?id=557429
+Patch2:		glp-remove-streamzap.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -38,15 +30,13 @@
 Requires:	pygtk2
 Requires:	lirc >= %{lirc_ver} lirc-remotes >= %{lirc_ver}
 
+BuildRequires:	intltool
 BuildRequires:	python-devel >= 2.3
 BuildRequires:	PolicyKit-gnome-devel >= %{polkit_minver} gtk2-devel
 BuildRequires:	gnome-doc-utils
 BuildRequires:	lirc >= %{lirc_ver} lirc-remotes >= %{lirc_ver}
 BuildRequires:	desktop-file-utils
 
-# For the Fedora patch
-BuildRequires:	autoconf automake intltool
-
 BuildArch:	noarch
 
 %description
@@ -56,15 +46,8 @@
 %prep
 %setup -q
 %patch0 -p0 -b .fedora
-%patch1 -p0 -b .ps3
-%patch2 -p0 -b .no-fluendo-remotes
-%patch3 -p0 -b .glade-warning
-%patch4 -p0 -b .mac-mini
-%patch5 -p0 -b .more-receivers
-gnome-doc-prepare --force
-aclocal
-automake --add-missing
-autoconf
+%patch1 -p0 -b .no-fluendo-remotes
+%patch2 -p0
 
 %build
 %configure --disable-conf-check --with-lirc-confdir=%{_sysconfdir} --with-remotes-database=%{_datadir}/lirc-remotes/
@@ -115,6 +98,11 @@
 %{_datadir}/%{name}/
 
 %changelog
+* Wed Oct 22 2008 - Bastien Nocera <bnocera at redhat.com> - 0.3.0-1
+- Update to 0.3.0
+- Add patch to ignore the StreamZap remotes through lirc kernel
+  modules (#467340)
+
 * Fri Oct 17 2008 - Bastien Nocera <bnocera at redhat.com> - 0.2.8-11
 - Fix the Logitech mini-receivers being tagged as remotes
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-lirc-properties/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	4 Jul 2008 21:12:25 -0000	1.2
+++ sources	22 Oct 2008 14:54:38 -0000	1.3
@@ -1 +1 @@
-ab01c9767c3d3c0370f64ae683368f82  gnome-lirc-properties-0.2.8.tar.gz
+41b253ad1aa175b9e8a302073bd4f357  gnome-lirc-properties-0.3.0.tar.gz


--- glp-add-ps3-detection-4.patch DELETED ---


--- glp-glade-warning.patch DELETED ---


--- glp-ignore-logitech-mini-receiver.patch DELETED ---


--- glp-mac-mini-support.patch DELETED ---


--- glp-more-receivers.patch DELETED ---


--- import.log DELETED ---




More information about the scm-commits mailing list