rpms/vagalume/F-10 vagalume-0.7.1-border_width.patch, NONE, 1.1 vagalume.spec, 1.4, 1.5
by Michel Alexandre Salim
Author: salimma
Update of /cvs/free/rpms/vagalume/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5390/F-10
Modified Files:
vagalume.spec
Added Files:
vagalume-0.7.1-border_width.patch
Log Message:
* Tue May 5 2009 Michel Salim <salimma(a)fedoraproject.org> - 0.7.1-2
- Fix border width (upstream bug #4041)
vagalume-0.7.1-border_width.patch:
--- NEW FILE vagalume-0.7.1-border_width.patch ---
--- trunk/src/vgl-main-window.c 2009/04/29 22:47:55 527
+++ trunk/src/vgl-main-window.c 2009/05/01 12:44:11 528
@@ -1036,12 +1036,13 @@
priv->progressbar_text = g_string_sized_new(30);
g_string_assign(priv->progressbar_text, " ");
/* Window */
-#ifndef USE_HILDON_WINDOW
+#ifdef USE_HILDON_WINDOW
+ gtk_container_set_border_width(GTK_CONTAINER(win), 2);
+#else
gtk_window_set_default_size(win, 500, -1);
#endif
gtk_window_add_accel_group(win, accel);
gtk_window_set_icon_from_file(win, APP_ICON, NULL);
- gtk_container_set_border_width(GTK_CONTAINER(win), 2);
/* Boxes */
vbox = GTK_BOX(gtk_vbox_new(FALSE, 5));
centralbox = GTK_BOX(gtk_hbox_new(FALSE, 5));
Index: vagalume.spec
===================================================================
RCS file: /cvs/free/rpms/vagalume/F-10/vagalume.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vagalume.spec 26 Mar 2009 21:56:56 -0000 1.4
+++ vagalume.spec 6 May 2009 00:08:03 -0000 1.5
@@ -1,12 +1,13 @@
Name: vagalume
Version: 0.7.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Last.fm client for GNOME and Maemo
Group: Applications/Multimedia
License: GPLv3
URL: http://vagalume.igalia.com/
Source0: http://vagalume.igalia.com/files/source/vagalume_%{version}.orig.tar.gz
+Patch0: %{name}-0.7.1-border_width.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gstreamer-devel gtk2-devel libxml2-devel
@@ -45,6 +46,7 @@
%prep
%setup -q -n %{name}-%{version}.orig
+%patch0 -p1 -b .border_width
%build
@@ -91,6 +93,9 @@
%changelog
+* Tue May 5 2009 Michel Salim <salimma(a)fedoraproject.org> - 0.7.1-2
+- Fix border width (upstream bug #4041)
+
* Tue Mar 24 2009 Michel Salim <salimma(a)fedoraproject.org> - 0.7.1-1
- Update to 0.7.1
15 years, 6 months
rpms/vagalume/devel vagalume-0.7.1-border_width.patch, NONE, 1.1 vagalume.spec, 1.4, 1.5
by Michel Alexandre Salim
Author: salimma
Update of /cvs/free/rpms/vagalume/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5390/devel
Modified Files:
vagalume.spec
Added Files:
vagalume-0.7.1-border_width.patch
Log Message:
* Tue May 5 2009 Michel Salim <salimma(a)fedoraproject.org> - 0.7.1-2
- Fix border width (upstream bug #4041)
vagalume-0.7.1-border_width.patch:
--- NEW FILE vagalume-0.7.1-border_width.patch ---
--- vagalume-0.7.1.orig/src/vgl-main-window.c.border_width 2009-02-26 09:12:11.000000000 -0500
+++ vagalume-0.7.1.orig/src/vgl-main-window.c 2009-05-05 20:02:01.339619300 -0400
@@ -1016,13 +1016,14 @@
priv->progressbar_text = g_string_sized_new(30);
g_string_assign(priv->progressbar_text, " ");
/* Window */
-#ifndef USE_HILDON_WINDOW
+#ifdef USE_HILDON_WINDOW
+ gtk_container_set_border_width(GTK_CONTAINER(win), 2);
+#else
win->type = GTK_WINDOW_TOPLEVEL;
gtk_window_set_default_size(win, 500, -1);
#endif
gtk_window_add_accel_group(win, accel);
gtk_window_set_icon_from_file(win, APP_ICON, NULL);
- gtk_container_set_border_width(GTK_CONTAINER(win), 2);
/* Boxes */
vbox = GTK_BOX(gtk_vbox_new(FALSE, 5));
centralbox = GTK_BOX(gtk_hbox_new(FALSE, 5));
Index: vagalume.spec
===================================================================
RCS file: /cvs/free/rpms/vagalume/devel/vagalume.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vagalume.spec 24 Mar 2009 20:41:23 -0000 1.4
+++ vagalume.spec 6 May 2009 00:08:03 -0000 1.5
@@ -1,12 +1,13 @@
Name: vagalume
Version: 0.7.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Last.fm client for GNOME and Maemo
Group: Applications/Multimedia
License: GPLv3
URL: http://vagalume.igalia.com/
Source0: http://vagalume.igalia.com/files/source/vagalume_%{version}.orig.tar.gz
+Patch0: %{name}-0.7.1-border_width.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gstreamer-devel gtk2-devel libxml2-devel
@@ -45,6 +46,7 @@
%prep
%setup -q -n %{name}-%{version}.orig
+%patch0 -p1 -b .border_width
%build
@@ -91,6 +93,9 @@
%changelog
+* Tue May 5 2009 Michel Salim <salimma(a)fedoraproject.org> - 0.7.1-2
+- Fix border width (upstream bug #4041)
+
* Tue Mar 24 2009 Michel Salim <salimma(a)fedoraproject.org> - 0.7.1-1
- Update to 0.7.1
15 years, 6 months
rpms/VirtualBox-OSE-kmod/devel VirtualBox-OSE-kmod.spec,1.7,1.8
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11663
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Tue May 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.2.2-1.2
- rebuild for akmods
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/devel/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- VirtualBox-OSE-kmod.spec 5 May 2009 06:24:00 -0000 1.7
+++ VirtualBox-OSE-kmod.spec 5 May 2009 15:42:57 -0000 1.8
@@ -3,11 +3,11 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
+#define buildforkernels newest
Name: VirtualBox-OSE-kmod
Version: 2.2.2
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -78,6 +78,9 @@
%changelog
+* Tue May 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.2.2-1.2
+- rebuild for akmods
+
* Tue May 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.2.2-1.1
- rebuild for new kernels
15 years, 6 months
rpms/mythtv-themes/devel mythtv-themes.spec,1.12,1.13
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/mythtv-themes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12148
Modified Files:
mythtv-themes.spec
Log Message:
* Tue May 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.22-0.3.svn.r20488
- excludearch ppc64 to fix broken deps in RPM Fusions ppc64 repo
Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/mythtv-themes.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mythtv-themes.spec 5 May 2009 03:13:31 -0000 1.12
+++ mythtv-themes.spec 5 May 2009 06:29:49 -0000 1.13
@@ -32,7 +32,7 @@
# Version/Release info
Version: 0.22
%if "%{branch}" == "trunk"
-Release: 0.2.svn.%{_svnrev}%{?dist}
+Release: 0.3.svn.%{_svnrev}%{?dist}
%else
Release: 1%{?dist}
%endif
@@ -48,6 +48,10 @@
BuildArch: noarch
+# no mythtv in RPM Fusion's ppc64 repo, hence ExcludeArch this package on ppc64
+# to have broken deps:
+ExcludeArch: ppc64
+
################################################################################
BuildRequires: libmyth-devel = %{version}
@@ -111,6 +115,9 @@
%{_datadir}/mythtv/themes/*
%changelog
+* Tue May 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.22-0.3.svn.r20488
+- excludearch ppc64 to fix broken deps in RPM Fusions ppc64 repo
+
* Mon May 04 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r20488
- Update to pre-0.22 svn trunk, rev 20488
15 years, 6 months
rpms/wl-kmod/devel wl-kmod.spec,1.31,1.32
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/wl-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11723
Modified Files:
wl-kmod.spec
Log Message:
* Tue May 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.79.10-2.4
- rebuild for new kernels
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/devel/wl-kmod.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- wl-kmod.spec 2 May 2009 14:07:57 -0000 1.31
+++ wl-kmod.spec 5 May 2009 06:27:07 -0000 1.32
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 5.10.79.10
-Release: 2%{?dist}.3
+Release: 2%{?dist}.4
Summary: Kernel module for broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -82,6 +82,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue May 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.79.10-2.4
+- rebuild for new kernels
+
* Sat May 02 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.79.10-2.3
- rebuild for new kernels
15 years, 6 months
rpms/slmodem-kmod/devel slmodem-kmod.spec,1.24,1.25
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/slmodem-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11601
Modified Files:
slmodem-kmod.spec
Log Message:
* Tue May 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-27.23
- rebuild for new kernels
Index: slmodem-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/slmodem-kmod/devel/slmodem-kmod.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- slmodem-kmod.spec 2 May 2009 14:06:42 -0000 1.24
+++ slmodem-kmod.spec 5 May 2009 06:26:50 -0000 1.25
@@ -12,7 +12,7 @@
Name: slmodem-kmod
Version: 2.9.11
-Release: 27%{?dist}.22
+Release: 27%{?dist}.23
Summary: Proprietary SmartLink softmodem kernel drivers
Group: System Environment/Kernel
@@ -102,6 +102,9 @@
%changelog
+* Tue May 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-27.23
+- rebuild for new kernels
+
* Sat May 02 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-27.22
- rebuild for new kernels
15 years, 6 months
rpms/nvidia-kmod/devel nvidia-kmod.spec,1.41,1.42
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11480
Modified Files:
nvidia-kmod.spec
Log Message:
* Tue May 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 180.51-1.3
- rebuild for new kernels
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmod.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- nvidia-kmod.spec 2 May 2009 14:05:48 -0000 1.41
+++ nvidia-kmod.spec 5 May 2009 06:26:34 -0000 1.42
@@ -8,7 +8,7 @@
Name: nvidia-kmod
Version: 180.51
# Taken over by kmodtool
-Release: 1%{?dist}.2
+Release: 1%{?dist}.3
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Tue May 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 180.51-1.3
+- rebuild for new kernels
+
* Sat May 02 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 180.51-1.2
- rebuild for new kernels
15 years, 6 months
rpms/nvidia-96xx-kmod/devel nvidia-96xx-kmod.spec,1.22,1.23
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-96xx-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11359
Modified Files:
nvidia-96xx-kmod.spec
Log Message:
* Tue May 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.11-2.4
- rebuild for new kernels
Index: nvidia-96xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-96xx-kmod/devel/nvidia-96xx-kmod.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- nvidia-96xx-kmod.spec 2 May 2009 14:04:46 -0000 1.22
+++ nvidia-96xx-kmod.spec 5 May 2009 06:26:16 -0000 1.23
@@ -7,7 +7,7 @@
Name: nvidia-96xx-kmod
Version: 96.43.11
-Release: 2%{?dist}.3
+Release: 2%{?dist}.4
# Taken over by kmodtool
Summary: NVIDIA 96xx display driver kernel module
Group: System Environment/Kernel
@@ -91,6 +91,9 @@
%changelog
+* Tue May 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.11-2.4
+- rebuild for new kernels
+
* Sat May 02 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.11-2.3
- rebuild for new kernels
15 years, 6 months
rpms/nvidia-173xx-kmod/devel nvidia-173xx-kmod.spec,1.23,1.24
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11238
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Tue May 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.18-2.4
- rebuild for new kernels
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/devel/nvidia-173xx-kmod.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- nvidia-173xx-kmod.spec 2 May 2009 14:03:49 -0000 1.23
+++ nvidia-173xx-kmod.spec 5 May 2009 06:25:57 -0000 1.24
@@ -8,7 +8,7 @@
Name: nvidia-173xx-kmod
Version: 173.14.18
# Taken over by kmodtool
-Release: 2%{?dist}.3
+Release: 2%{?dist}.4
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Tue May 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.18-2.4
+- rebuild for new kernels
+
* Sat May 02 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.18-2.3
- rebuild for new kernels
15 years, 6 months
rpms/fglrx-kmod/devel fglrx-kmod.spec,1.34,1.35
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/fglrx-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11117
Modified Files:
fglrx-kmod.spec
Log Message:
* Tue May 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 9.4-0.2.beta.4
- rebuild for new kernels
Index: fglrx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/fglrx-kmod/devel/fglrx-kmod.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- fglrx-kmod.spec 2 May 2009 14:02:43 -0000 1.34
+++ fglrx-kmod.spec 5 May 2009 06:25:39 -0000 1.35
@@ -13,7 +13,7 @@
Name: fglrx-kmod
Version: 9.4
-Release: 0.2.beta%{?dist}.3
+Release: 0.2.beta%{?dist}.4
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -100,6 +100,9 @@
%changelog
+* Tue May 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 9.4-0.2.beta.4
+- rebuild for new kernels
+
* Sat May 02 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 9.4-0.2.beta.3
- rebuild for new kernels
15 years, 6 months