rpms/lightspark/devel lightspark.spec,1.14,1.15 sources,1.13,1.14
by Hicham HAOUARI
Author: hicham
Update of /cvs/free/rpms/lightspark/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16262/devel
Modified Files:
lightspark.spec sources
Log Message:
Update to 0.4.6.1
Index: lightspark.spec
===================================================================
RCS file: /cvs/free/rpms/lightspark/devel/lightspark.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- lightspark.spec 16 Mar 2011 11:38:22 -0000 1.14
+++ lightspark.spec 22 Mar 2011 14:04:04 -0000 1.15
@@ -22,7 +22,7 @@
%define major 0.4.6
Name: lightspark
-Version: %{major}
+Version: %{major}.1
Release: %{?pre:0.}%{rel}%{?git_snapshot:.%{date}git}%{?pre:.%{pre}}%{?dist}
Summary: An alternative Flash Player implementation
@@ -154,6 +154,9 @@
%{_libdir}/mozilla/plugins/lib%{name}plugin.so
%changelog
+* Tue Mar 22 2011 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.6.1-1
+- Update to 0.4.6.1
+
* Wed Mar 16 2011 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.6-1
- Update to 0.4.6 final
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lightspark/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources 16 Mar 2011 11:38:22 -0000 1.13
+++ sources 22 Mar 2011 14:04:04 -0000 1.14
@@ -1 +1 @@
-204757c2467d4e8718d5313edc84e8e5 lightspark-0.4.6.tar.gz
+a352604c4cfe33f5e0bfec5cf27a6019 lightspark-0.4.6.1.tar.gz
13 years, 8 months
rpms/Cg/F-13 .cvsignore,1.8,1.9 Cg.spec,1.10,1.11 sources,1.8,1.9
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/Cg/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15667/F-13
Modified Files:
.cvsignore Cg.spec sources
Log Message:
Update to 3.0.0016 (February2011)
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/Cg/F-13/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 3 Feb 2011 22:39:19 -0000 1.8
+++ .cvsignore 22 Mar 2011 13:58:56 -0000 1.9
@@ -1,2 +1,2 @@
-Cg-3.0_November2010_x86_64.tgz
-Cg-3.0_November2010_x86.tgz
+Cg-3.0_February2011_x86_64.tgz
+Cg-3.0_February2011_x86.tgz
Index: Cg.spec
===================================================================
RCS file: /cvs/nonfree/rpms/Cg/F-13/Cg.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Cg.spec 3 Feb 2011 22:39:19 -0000 1.10
+++ Cg.spec 22 Mar 2011 13:58:56 -0000 1.11
@@ -1,6 +1,6 @@
%define maj_version 3.0
-%define min_version 0015
-%define date November2010
+%define min_version 0016
+%define date February2011
# No debuginfo
%define debug_package %{nil}
@@ -77,7 +77,11 @@
rm usr/bin/{cginfo,cgfxcat}
#Clean exemples.
-for d in $(find usr/local/Cg/examples/OpenGL/{basic,advanced} -type d); do
+for d in $(find usr/local/Cg/examples/OpenGL/{basic,advanced,glew} -type d); do
+ pushd ${d} ; make clean ; popd
+done
+
+for d in $(find usr/local/Cg/examples/Tools/{cgfxcat,cginfo,trace} -type d); do
pushd ${d} ; make clean ; popd
done
@@ -151,6 +155,9 @@
%changelog
+* Tue Mar 22 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0016-1
+- Update to 3.0.0016 (February2011)
+
* Thu Feb 03 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0015-1
- Update to 3.0.0015 (November2010)
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/Cg/F-13/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 3 Feb 2011 22:39:19 -0000 1.8
+++ sources 22 Mar 2011 13:58:56 -0000 1.9
@@ -1,2 +1,2 @@
-ef05d12e76d083f75c64a5329461bb8a Cg-3.0_November2010_x86_64.tgz
-55c14bd821472cd92a5f9af69314a761 Cg-3.0_November2010_x86.tgz
+6384d97792821d3e6ff6244ff89c4f92 Cg-3.0_February2011_x86_64.tgz
+e95ff73ddbfd40870de49909fc39df6a Cg-3.0_February2011_x86.tgz
13 years, 8 months
rpms/Cg/devel .cvsignore, 1.9, 1.10 Cg.spec, 1.12, 1.13 sources, 1.9, 1.10
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/Cg/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15667/devel
Modified Files:
.cvsignore Cg.spec sources
Log Message:
Update to 3.0.0016 (February2011)
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/Cg/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 3 Feb 2011 22:39:19 -0000 1.9
+++ .cvsignore 22 Mar 2011 13:58:56 -0000 1.10
@@ -1,2 +1,2 @@
-Cg-3.0_November2010_x86_64.tgz
-Cg-3.0_November2010_x86.tgz
+Cg-3.0_February2011_x86_64.tgz
+Cg-3.0_February2011_x86.tgz
Index: Cg.spec
===================================================================
RCS file: /cvs/nonfree/rpms/Cg/devel/Cg.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Cg.spec 3 Feb 2011 22:39:19 -0000 1.12
+++ Cg.spec 22 Mar 2011 13:58:56 -0000 1.13
@@ -1,6 +1,6 @@
%define maj_version 3.0
-%define min_version 0015
-%define date November2010
+%define min_version 0016
+%define date February2011
# No debuginfo
%define debug_package %{nil}
@@ -77,7 +77,11 @@
rm usr/bin/{cginfo,cgfxcat}
#Clean exemples.
-for d in $(find usr/local/Cg/examples/OpenGL/{basic,advanced} -type d); do
+for d in $(find usr/local/Cg/examples/OpenGL/{basic,advanced,glew} -type d); do
+ pushd ${d} ; make clean ; popd
+done
+
+for d in $(find usr/local/Cg/examples/Tools/{cgfxcat,cginfo,trace} -type d); do
pushd ${d} ; make clean ; popd
done
@@ -151,6 +155,9 @@
%changelog
+* Tue Mar 22 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0016-1
+- Update to 3.0.0016 (February2011)
+
* Thu Feb 03 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0015-1
- Update to 3.0.0015 (November2010)
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/Cg/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 3 Feb 2011 22:39:19 -0000 1.9
+++ sources 22 Mar 2011 13:58:56 -0000 1.10
@@ -1,2 +1,2 @@
-ef05d12e76d083f75c64a5329461bb8a Cg-3.0_November2010_x86_64.tgz
-55c14bd821472cd92a5f9af69314a761 Cg-3.0_November2010_x86.tgz
+6384d97792821d3e6ff6244ff89c4f92 Cg-3.0_February2011_x86_64.tgz
+e95ff73ddbfd40870de49909fc39df6a Cg-3.0_February2011_x86.tgz
13 years, 8 months
rpms/Cg/F-14 .cvsignore, 1.9, 1.10 Cg.spec, 1.12, 1.13 sources, 1.9, 1.10
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/Cg/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15667/F-14
Modified Files:
.cvsignore Cg.spec sources
Log Message:
Update to 3.0.0016 (February2011)
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/Cg/F-14/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 3 Feb 2011 22:39:19 -0000 1.9
+++ .cvsignore 22 Mar 2011 13:58:56 -0000 1.10
@@ -1,2 +1,2 @@
-Cg-3.0_November2010_x86_64.tgz
-Cg-3.0_November2010_x86.tgz
+Cg-3.0_February2011_x86_64.tgz
+Cg-3.0_February2011_x86.tgz
Index: Cg.spec
===================================================================
RCS file: /cvs/nonfree/rpms/Cg/F-14/Cg.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Cg.spec 3 Feb 2011 22:39:19 -0000 1.12
+++ Cg.spec 22 Mar 2011 13:58:56 -0000 1.13
@@ -1,6 +1,6 @@
%define maj_version 3.0
-%define min_version 0015
-%define date November2010
+%define min_version 0016
+%define date February2011
# No debuginfo
%define debug_package %{nil}
@@ -77,7 +77,11 @@
rm usr/bin/{cginfo,cgfxcat}
#Clean exemples.
-for d in $(find usr/local/Cg/examples/OpenGL/{basic,advanced} -type d); do
+for d in $(find usr/local/Cg/examples/OpenGL/{basic,advanced,glew} -type d); do
+ pushd ${d} ; make clean ; popd
+done
+
+for d in $(find usr/local/Cg/examples/Tools/{cgfxcat,cginfo,trace} -type d); do
pushd ${d} ; make clean ; popd
done
@@ -151,6 +155,9 @@
%changelog
+* Tue Mar 22 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0016-1
+- Update to 3.0.0016 (February2011)
+
* Thu Feb 03 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 3.0.0015-1
- Update to 3.0.0015 (November2010)
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/Cg/F-14/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 3 Feb 2011 22:39:19 -0000 1.9
+++ sources 22 Mar 2011 13:58:56 -0000 1.10
@@ -1,2 +1,2 @@
-ef05d12e76d083f75c64a5329461bb8a Cg-3.0_November2010_x86_64.tgz
-55c14bd821472cd92a5f9af69314a761 Cg-3.0_November2010_x86.tgz
+6384d97792821d3e6ff6244ff89c4f92 Cg-3.0_February2011_x86_64.tgz
+e95ff73ddbfd40870de49909fc39df6a Cg-3.0_February2011_x86.tgz
13 years, 8 months
rpms/libtxc_dxtn/F-13 .cvsignore, 1.2, 1.3 libtxc_dxtn.spec, 1.1, 1.2 sources, 1.2, 1.3
by Hicham HAOUARI
Author: hicham
Update of /cvs/free/rpms/libtxc_dxtn/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6747/F-13
Modified Files:
.cvsignore libtxc_dxtn.spec sources
Log Message:
Update to 1.0.0
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libtxc_dxtn/F-13/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 15 Dec 2010 17:01:25 -0000 1.2
+++ .cvsignore 22 Mar 2011 01:06:39 -0000 1.3
@@ -1 +1 @@
-libtxc_dxtn070518.tar.gz
+libtxc_dxtn-1.0.0.tar.bz2
13 years, 8 months
rpms/libtxc_dxtn/F-14 .cvsignore, 1.2, 1.3 libtxc_dxtn.spec, 1.1, 1.2 sources, 1.2, 1.3
by Hicham HAOUARI
Author: hicham
Update of /cvs/free/rpms/libtxc_dxtn/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6297/F-14
Modified Files:
.cvsignore libtxc_dxtn.spec sources
Log Message:
Update to 1.0.0
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libtxc_dxtn/F-14/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 15 Dec 2010 17:00:43 -0000 1.2
+++ .cvsignore 22 Mar 2011 01:05:25 -0000 1.3
@@ -1 +1 @@
-libtxc_dxtn070518.tar.gz
+libtxc_dxtn-1.0.0.tar.bz2
Index: libtxc_dxtn.spec
===================================================================
RCS file: /cvs/free/rpms/libtxc_dxtn/F-14/libtxc_dxtn.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libtxc_dxtn.spec 15 Dec 2010 17:00:43 -0000 1.1
+++ libtxc_dxtn.spec 22 Mar 2011 01:05:25 -0000 1.2
@@ -1,13 +1,13 @@
Name: libtxc_dxtn
-Version: 070518
+Version: 1.0.0
Release: 1%{?dist}
+Epoch: 1
Summary: Free implementation of the s3tc texture compression algorithm
Group: System Environment/Libraries
License: BSD
-URL: http://people.freedesktop.org/~cbrill/libtxc_dxtn
-Source0: http://people.freedesktop.org/~cbrill/%{name}/%{name}%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL: http://cgit.freedesktop.org/~mareko/libtxc_dxtn/
+Source0: http://cgit.freedesktop.org/~mareko/%{name}/snapshot/%{name}-%{version}.t...
BuildRequires: mesa-libGL-devel
@@ -16,28 +16,27 @@
%prep
-%setup -q -n %{name}
-sed -i -e 's|/usr/lib|%{_libdir}|g' Makefile
+%setup -q
+sed -i -e 's|/usr/lib|%{_libdir}|g;s|install -m|install -pm|g' Makefile
sed -i -e 's|pixerrorcolorbest\[3\]|pixerrorcolorbest[3]={0,0,0}|g' txc_compress_dxtn.c
+sed -i -e 's|GLshort alphatest\[2\]|GLshort alphatest[2]={0,0}|g' txc_compress_dxtn.c
%build
-make %{?_smp_mflags} OPT_CFLAGS="%{optflags}"
+make %{?_smp_mflags} OPT_CFLAGS="%{optflags} -Werror"
%install
-rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
%files
%defattr(-,root,root,-)
%doc Changelog
%{_libdir}/*.so
%changelog
+* Tue Mar 22 2011 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 1:1.0.0-1
+- Update to 1.0.0 from Marek's branch
+
* Tue Oct 26 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 070518-1
- Initial package for Fedora.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libtxc_dxtn/F-14/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 15 Dec 2010 17:00:43 -0000 1.2
+++ sources 22 Mar 2011 01:05:25 -0000 1.3
@@ -1 +1 @@
-03beb907c13df6484cde210ce219f4b8 libtxc_dxtn070518.tar.gz
+ebee75ed669f6011e3998ba0c358d778 libtxc_dxtn-1.0.0.tar.bz2
13 years, 8 months
rpms/libtxc_dxtn/devel .cvsignore, 1.2, 1.3 libtxc_dxtn.spec, 1.1, 1.2 sources, 1.2, 1.3
by Hicham HAOUARI
Author: hicham
Update of /cvs/free/rpms/libtxc_dxtn/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6126/devel
Modified Files:
.cvsignore libtxc_dxtn.spec sources
Log Message:
Update to 1.0.0
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libtxc_dxtn/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 15 Dec 2010 16:59:58 -0000 1.2
+++ .cvsignore 22 Mar 2011 01:03:53 -0000 1.3
@@ -1 +1 @@
-libtxc_dxtn070518.tar.gz
+libtxc_dxtn-1.0.0.tar.bz2
Index: libtxc_dxtn.spec
===================================================================
RCS file: /cvs/free/rpms/libtxc_dxtn/devel/libtxc_dxtn.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libtxc_dxtn.spec 15 Dec 2010 16:59:58 -0000 1.1
+++ libtxc_dxtn.spec 22 Mar 2011 01:03:54 -0000 1.2
@@ -1,13 +1,13 @@
Name: libtxc_dxtn
-Version: 070518
+Version: 1.0.0
Release: 1%{?dist}
+Epoch: 1
Summary: Free implementation of the s3tc texture compression algorithm
Group: System Environment/Libraries
License: BSD
-URL: http://people.freedesktop.org/~cbrill/libtxc_dxtn
-Source0: http://people.freedesktop.org/~cbrill/%{name}/%{name}%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL: http://cgit.freedesktop.org/~mareko/libtxc_dxtn/
+Source0: http://cgit.freedesktop.org/~mareko/%{name}/snapshot/%{name}-%{version}.t...
BuildRequires: mesa-libGL-devel
@@ -16,28 +16,27 @@
%prep
-%setup -q -n %{name}
-sed -i -e 's|/usr/lib|%{_libdir}|g' Makefile
+%setup -q
+sed -i -e 's|/usr/lib|%{_libdir}|g;s|install -m|install -pm|g' Makefile
sed -i -e 's|pixerrorcolorbest\[3\]|pixerrorcolorbest[3]={0,0,0}|g' txc_compress_dxtn.c
+sed -i -e 's|GLshort alphatest\[2\]|GLshort alphatest[2]={0,0}|g' txc_compress_dxtn.c
%build
-make %{?_smp_mflags} OPT_CFLAGS="%{optflags}"
+make %{?_smp_mflags} OPT_CFLAGS="%{optflags} -Werror"
%install
-rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
%files
%defattr(-,root,root,-)
%doc Changelog
%{_libdir}/*.so
%changelog
+* Tue Mar 22 2011 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 1:1.0.0-1
+- Update to 1.0.0 from Marek's branch
+
* Tue Oct 26 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 070518-1
- Initial package for Fedora.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libtxc_dxtn/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 15 Dec 2010 16:59:58 -0000 1.2
+++ sources 22 Mar 2011 01:03:54 -0000 1.3
@@ -1 +1 @@
-03beb907c13df6484cde210ce219f4b8 libtxc_dxtn070518.tar.gz
+ebee75ed669f6011e3998ba0c358d778 libtxc_dxtn-1.0.0.tar.bz2
13 years, 8 months
rpms/mythtv-themes/devel myththemes-0.24-fixes.patch, NONE, 1.1 mythtv-themes.spec, 1.28, 1.29 sources, 1.23, 1.24
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv-themes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13284
Modified Files:
mythtv-themes.spec sources
Added Files:
myththemes-0.24-fixes.patch
Log Message:
* Sun Jan 16 2011 Jarod Wilson <jarod(a)wilsonet.com> 0.24-2
- Update to 0.24 fixes, git revision 945c67317
myththemes-0.24-fixes.patch:
menu-ui.xml | 25 +++++++++++++++++++++++++
osd.xml | 14 +++++++-------
themeinfo.xml | 2 +-
3 files changed, 33 insertions(+), 8 deletions(-)
--- NEW FILE myththemes-0.24-fixes.patch ---
diff -Naurp myththemes-0.24.orig/metallurgy/menu-ui.xml myththemes-0.24.fixes/metallurgy/menu-ui.xml
--- myththemes-0.24.orig/metallurgy/menu-ui.xml 2010-10-12 15:44:18.000000000 -0400
+++ myththemes-0.24.fixes/metallurgy/menu-ui.xml 2010-12-01 09:23:53.000000000 -0500
@@ -135,6 +135,31 @@
<value>Search Lists</value>
</textarea>
</state>
+ <state name="TV">
+ <textarea name="title" from="baseheading">
+ <value>TV</value>
+ </textarea>
+ </state>
+ <state name="VIDEO">
+ <textarea name="title" from="baseheading">
+ <value>Videos</value>
+ </textarea>
+ </state>
+ <state name="NETVISION">
+ <textarea name="title" from="baseheading">
+ <value>Internet Video</value>
+ </textarea>
+ </state>
+ <state name="ARCHIVEUTILS">
+ <textarea name="title" from="baseheading">
+ <value>Archive Utilities</value>
+ </textarea>
+ </state>
+ <state name="SETUP_TVRECPRIORITIES">
+ <textarea name="title" from="baseheading">
+ <value>Recording Priorities</value>
+ </textarea>
+ </state>
</statetype>
<buttonlist name="menu">
diff -Naurp myththemes-0.24.orig/metallurgy/osd.xml myththemes-0.24.fixes/metallurgy/osd.xml
--- myththemes-0.24.orig/metallurgy/osd.xml 2010-11-04 09:54:31.000000000 -0400
+++ myththemes-0.24.fixes/metallurgy/osd.xml 2010-12-01 09:23:53.000000000 -0500
@@ -65,40 +65,40 @@
<area>0,480,1280,240</area>
<imagetype name="background">
- <area>0,480,1280,240</area>
+ <area>0,0,1280,240</area>
<filename>osd/background.png</filename>
</imagetype>
<textarea name="title">
- <area>185,510,830,38</area>
+ <area>185,30,830,38</area>
<font>extralarge</font>
</textarea>
<textarea name="description">
<multiline>yes</multiline>
- <area>185,585,1054,130</area>
+ <area>185,105,1054,130</area>
<font>medium</font>
<template>%"|SUBTITLE|" %%DESCRIPTION%</template>
</textarea>
<textarea name="starttime">
- <area>185,551,880,25</area>
+ <area>185,71,880,25</area>
<font>smallgrey</font>
<template>(%STARTTIME% - %ENDTIME%) %LENMINS%</template>
</textarea>
<imagetype name="channelicon">
- <area>46,520,120,90</area>
+ <area>46,40,120,90</area>
</imagetype>
<textarea name="time">
- <area>1034,510,200,40</area>
+ <area>1034,30,200,40</area>
<font>medium</font>
<align>right</align>
</textarea>
<textarea name="channum">
- <area>46,635,120,30</area>
+ <area>46,155,120,30</area>
<font>extralarge</font>
<align>hcenter</align>
</textarea>
diff -Naurp myththemes-0.24.orig/metallurgy/themeinfo.xml myththemes-0.24.fixes/metallurgy/themeinfo.xml
--- myththemes-0.24.orig/metallurgy/themeinfo.xml 2010-08-28 16:16:22.000000000 -0400
+++ myththemes-0.24.fixes/metallurgy/themeinfo.xml 2010-12-01 09:23:53.000000000 -0500
@@ -17,7 +17,7 @@
<version>
<major>1</major>
- <minor>1</minor>
+ <minor>2</minor>
</version>
<detail>
Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/mythtv-themes.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- mythtv-themes.spec 2 Sep 2010 01:49:33 -0000 1.28
+++ mythtv-themes.spec 21 Mar 2011 00:10:39 -0000 1.29
@@ -16,9 +16,10 @@
# The vendor name we should attribute the aforementioned entries to
%define desktop_vendor RPMFusion
-# SVN Revision number and branch ID
-%define _svnrev r26065
-%define branch trunk
+# Git revision and branch ID
+# 0.24 release: git tag b0.24
+%define _gitrev 945c67317
+%define branch fixes/0.24
#
# Basic descriptive tags for this package:
@@ -31,10 +32,11 @@
# Version/Release info
Version: 0.24
-%if "%{branch}" == "trunk"
-Release: 0.1.svn.%{_svnrev}%{?dist}
+%if "%{branch}" == "master"
+Release: 0.1.git.%{_gitrev}%{?dist}
+#Release: 0.1.rc1%{?dist}
%else
-Release: 1%{?dist}
+Release: 2%{?dist}
%endif
################################################################################
@@ -45,8 +47,8 @@
Source0: ftp://ftp.osuosl.org/pub/mythtv/myththemes-%{version}.tar.bz2
# Robert Siebert's user-contributed theme, included at his (and users') request
Source1: ftp://miroku.no-ip.com/blue-abstract-wide.2010.07.15.tar.bz2
-# svnfixes branch patch
-#Patch0: myththemes-0.23-svnfixes.patch
+# fixes/0.24 branch patch
+Patch0: myththemes-0.24-fixes.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -79,8 +81,7 @@
%prep
%setup -q -c -a 1
cd myththemes-%{version}
-# Patch is currently empty after 0.23.1 rebase
-#patch0 -p1
+%patch0 -p1
cd ..
################################################################################
@@ -122,6 +123,15 @@
%{_datadir}/fonts/%{name}/*.otf
%changelog
+* Sun Jan 16 2011 Jarod Wilson <jarod(a)wilsonet.com> 0.24-2
+- Update to 0.24 fixes, git revision 945c67317
+
+* Thu Nov 18 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.24-1
+- Update to release 0.24 + svn fixes branch up to revision 27286
+
+* Wed Oct 27 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.24-0.2.rc1
+- Update to svn trunk, revision 26998 (which is actually post-0.24-rc1)
+
* Wed Sep 01 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.24-0.1.svn.r26065
- Update to svn trunk, rev 26065
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources 4 Sep 2010 15:10:02 -0000 1.23
+++ sources 21 Mar 2011 00:10:39 -0000 1.24
@@ -1,2 +1,2 @@
970f9fa081c4d2763516180bf434805a blue-abstract-wide.2010.07.15.tar.bz2
-dff8634022f482c62cc4356811c58a83 myththemes-0.24.tar.bz2
+ac257cbe0c340c0bf271e66e58f0b64d myththemes-0.24.tar.bz2
13 years, 8 months
rpms/ufoai/devel ufoai-2.3.1-radiant-apppath.patch, NONE, 1.1 ufoai.spec, 1.7, 1.8
by Karel Volný
Author: kvolny
Update of /cvs/nonfree/rpms/ufoai/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19169
Modified Files:
ufoai.spec
Added Files:
ufoai-2.3.1-radiant-apppath.patch
Log Message:
* Thu Mar 17 2011 Karel Volny <kvolny(a)redhat.com> 2.3.1-2
- Fixes RPMFusion bug #1555 (dependency typo for uforadiant)
- Fixes uforadiant install paths
- Adds patch for appPath issue, see
https://sourceforge.net/tracker/?func=detail&aid=3219962&group_id=157793&...
ufoai-2.3.1-radiant-apppath.patch:
environment.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE ufoai-2.3.1-radiant-apppath.patch ---
--- src/tools/radiant/radiant/environment.cpp~ 2010-11-29 17:46:35.000000000 +0100
+++ src/tools/radiant/radiant/environment.cpp 2011-03-17 14:25:06.819424023 +0100
@@ -65,7 +65,7 @@
path.clear();
#ifdef PKGDATADIR
const char *appPath = PKGDATADIR"/"RADIANT_DIRECTORY;
- if (g_file_test(appPath, (GFileTest)G_FILE_TEST_IS_DIR) && g_path_is_absolute(path.c_str())) {
+ if (g_file_test(appPath, (GFileTest)G_FILE_TEST_IS_DIR)) {
app_path = PKGDATADIR"/"RADIANT_DIRECTORY;
} else
#endif
Index: ufoai.spec
===================================================================
RCS file: /cvs/nonfree/rpms/ufoai/devel/ufoai.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ufoai.spec 14 Mar 2011 14:13:53 -0000 1.7
+++ ufoai.spec 17 Mar 2011 14:55:29 -0000 1.8
@@ -1,6 +1,6 @@
Name: ufoai
Version: 2.3.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: UFO: Alien Invasion
Group: Amusements/Games
@@ -12,6 +12,7 @@
Patch0: ufoai-2.3-no-lua.patch
Patch1: ufoai-2.3-radiant-ldl.patch
Patch2: ufoai-2.3-desktop-files.patch
+Patch3: ufoai-2.3.1-radiant-apppath.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,7 +62,7 @@
Group: Development/Tools
BuildRequires: gtkglext-devel
BuildRequires: gtksourceview2-devel
-Requires: %{name}-ufo2map
+Requires: %{name}-tools
%description
@@ -123,6 +124,8 @@
%patch1 -F2 -p0
# ufoai-2.3-desktop-files.patch - fix executable and icon names
%patch2 -p0
+# ufoai-2.3.1-radiant-apppath.patch - fix test for appPath
+%patch3 -p0
## we do not like "arch-dependent-file" in /usr/share
# change the target for the library
sed -i -e "s/base/./" build/game.mk
@@ -184,12 +187,12 @@
install -p -m 0755 %{SOURCE2} %{buildroot}%{_bindir}
install -D -m 0644 debian/uforadiant.6 %{buildroot}%{_mandir}/man6/uforadiant.6
install -D -m 0755 radiant/plugins/brushexport.so %{buildroot}%{_libdir}/uforadiant/brushexport.so
-mkdir -p -m 0755 %{buildroot}%{_datadir}/uforadiant
-cp -pr radiant/bitmaps %{buildroot}%{_datadir}/uforadiant
-cp -pr radiant/games %{buildroot}%{_datadir}/uforadiant
-cp -pr radiant/prefabs %{buildroot}%{_datadir}/uforadiant
-cp -pr radiant/shaders %{buildroot}%{_datadir}/uforadiant
-cp -pr radiant/sourceviewer %{buildroot}%{_datadir}/uforadiant
+mkdir -p -m 0755 %{buildroot}%{_datadir}/%{name}/radiant
+cp -pr radiant/bitmaps %{buildroot}%{_datadir}/%{name}/radiant
+cp -pr radiant/games %{buildroot}%{_datadir}/%{name}/radiant
+cp -pr radiant/prefabs %{buildroot}%{_datadir}/%{name}/radiant
+cp -pr radiant/shaders %{buildroot}%{_datadir}/%{name}/radiant
+cp -pr radiant/sourceviewer %{buildroot}%{_datadir}/%{name}/radiant
cp -pr radiant/i18n/* %{buildroot}%{_datadir}/locale/
%find_lang uforadiant
install -D -m 0644 debian/uforadiant.xpm %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/uforadiant.xpm
@@ -294,13 +297,19 @@
%{_bindir}/uforadiant-wrapper.sh
%{_datadir}/applications/uforadiant.desktop
%{_datadir}/icons/hicolor/32x32/apps/uforadiant.xpm
-%{_datadir}/uforadiant/
+%{_datadir}/%{name}/radiant/
%{_libdir}/uforadiant/
%doc %{_mandir}/man6/uforadiant.6*
%{_datadir}/%{name}/tools/md2tag_export.py
%changelog
+* Thu Mar 17 2011 Karel Volny <kvolny(a)redhat.com> 2.3.1-2
+- Fixes RPMFusion bug #1555 (dependency typo for uforadiant)
+- Fixes uforadiant install paths
+- Adds patch for appPath issue, see
+ https://sourceforge.net/tracker/?func=detail&aid=3219962&group_id=157793&...
+
* Mon Mar 14 2011 Karel Volny <kvolny(a)redhat.com> 2.3.1-1
- Version bump
- Fixes RPMFusion bug #1546
13 years, 8 months
rpms/ufoai/F-14 ufoai-2.3.1-radiant-apppath.patch, NONE, 1.1 ufoai.spec, 1.7, 1.8
by Karel Volný
Author: kvolny
Update of /cvs/nonfree/rpms/ufoai/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18885
Modified Files:
ufoai.spec
Added Files:
ufoai-2.3.1-radiant-apppath.patch
Log Message:
* Thu Mar 17 2011 Karel Volny <kvolny(a)redhat.com> 2.3.1-2
- Fixes RPMFusion bug #1555 (dependency typo for uforadiant)
- Fixes uforadiant install paths
- Adds patch for appPath issue, see
https://sourceforge.net/tracker/?func=detail&aid=3219962&group_id=157793&...
ufoai-2.3.1-radiant-apppath.patch:
environment.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE ufoai-2.3.1-radiant-apppath.patch ---
--- src/tools/radiant/radiant/environment.cpp~ 2010-11-29 17:46:35.000000000 +0100
+++ src/tools/radiant/radiant/environment.cpp 2011-03-17 14:25:06.819424023 +0100
@@ -65,7 +65,7 @@
path.clear();
#ifdef PKGDATADIR
const char *appPath = PKGDATADIR"/"RADIANT_DIRECTORY;
- if (g_file_test(appPath, (GFileTest)G_FILE_TEST_IS_DIR) && g_path_is_absolute(path.c_str())) {
+ if (g_file_test(appPath, (GFileTest)G_FILE_TEST_IS_DIR)) {
app_path = PKGDATADIR"/"RADIANT_DIRECTORY;
} else
#endif
Index: ufoai.spec
===================================================================
RCS file: /cvs/nonfree/rpms/ufoai/F-14/ufoai.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ufoai.spec 14 Mar 2011 13:58:27 -0000 1.7
+++ ufoai.spec 17 Mar 2011 14:53:39 -0000 1.8
@@ -1,6 +1,6 @@
Name: ufoai
Version: 2.3.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: UFO: Alien Invasion
Group: Amusements/Games
@@ -12,6 +12,7 @@
Patch0: ufoai-2.3-no-lua.patch
Patch1: ufoai-2.3-radiant-ldl.patch
Patch2: ufoai-2.3-desktop-files.patch
+Patch3: ufoai-2.3.1-radiant-apppath.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -61,7 +62,7 @@
Group: Development/Tools
BuildRequires: gtkglext-devel
BuildRequires: gtksourceview2-devel
-Requires: %{name}-ufo2map
+Requires: %{name}-tools
%description
@@ -123,6 +124,8 @@
%patch1 -F2 -p0
# ufoai-2.3-desktop-files.patch - fix executable and icon names
%patch2 -p0
+# ufoai-2.3.1-radiant-apppath.patch - fix test for appPath
+%patch3 -p0
## we do not like "arch-dependent-file" in /usr/share
# change the target for the library
sed -i -e "s/base/./" build/game.mk
@@ -184,12 +187,12 @@
install -p -m 0755 %{SOURCE2} %{buildroot}%{_bindir}
install -D -m 0644 debian/uforadiant.6 %{buildroot}%{_mandir}/man6/uforadiant.6
install -D -m 0755 radiant/plugins/brushexport.so %{buildroot}%{_libdir}/uforadiant/brushexport.so
-mkdir -p -m 0755 %{buildroot}%{_datadir}/uforadiant
-cp -pr radiant/bitmaps %{buildroot}%{_datadir}/uforadiant
-cp -pr radiant/games %{buildroot}%{_datadir}/uforadiant
-cp -pr radiant/prefabs %{buildroot}%{_datadir}/uforadiant
-cp -pr radiant/shaders %{buildroot}%{_datadir}/uforadiant
-cp -pr radiant/sourceviewer %{buildroot}%{_datadir}/uforadiant
+mkdir -p -m 0755 %{buildroot}%{_datadir}/%{name}/radiant
+cp -pr radiant/bitmaps %{buildroot}%{_datadir}/%{name}/radiant
+cp -pr radiant/games %{buildroot}%{_datadir}/%{name}/radiant
+cp -pr radiant/prefabs %{buildroot}%{_datadir}/%{name}/radiant
+cp -pr radiant/shaders %{buildroot}%{_datadir}/%{name}/radiant
+cp -pr radiant/sourceviewer %{buildroot}%{_datadir}/%{name}/radiant
cp -pr radiant/i18n/* %{buildroot}%{_datadir}/locale/
%find_lang uforadiant
install -D -m 0644 debian/uforadiant.xpm %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/uforadiant.xpm
@@ -294,13 +297,19 @@
%{_bindir}/uforadiant-wrapper.sh
%{_datadir}/applications/uforadiant.desktop
%{_datadir}/icons/hicolor/32x32/apps/uforadiant.xpm
-%{_datadir}/uforadiant/
+%{_datadir}/%{name}/radiant/
%{_libdir}/uforadiant/
%doc %{_mandir}/man6/uforadiant.6*
%{_datadir}/%{name}/tools/md2tag_export.py
%changelog
+* Thu Mar 17 2011 Karel Volny <kvolny(a)redhat.com> 2.3.1-2
+- Fixes RPMFusion bug #1555 (dependency typo for uforadiant)
+- Fixes uforadiant install paths
+- Adds patch for appPath issue, see
+ https://sourceforge.net/tracker/?func=detail&aid=3219962&group_id=157793&...
+
* Mon Mar 14 2011 Karel Volny <kvolny(a)redhat.com> 2.3.1-1
- Version bump
- Fixes RPMFusion bug #1546
13 years, 8 months