rpms/php-pecl-pdflib/F-10 php-pecl-pdflib.spec, 1.2, 1.3 sources, 1.2, 1.3
by Remi Collet
Author: remi
Update of /cvs/nonfree/rpms/php-pecl-pdflib/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23262
Modified Files:
php-pecl-pdflib.spec sources
Log Message:
update to 2.1.6
Index: php-pecl-pdflib.spec
===================================================================
RCS file: /cvs/nonfree/rpms/php-pecl-pdflib/F-10/php-pecl-pdflib.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- php-pecl-pdflib.spec 28 Sep 2008 06:05:42 -0000 1.2
+++ php-pecl-pdflib.spec 21 Mar 2009 17:26:26 -0000 1.3
@@ -7,13 +7,18 @@
Summary: Package for generating PDF files
Summary(fr): Extension pour générer des fichiers PDF
Name: php-pecl-pdflib
-Version: 2.1.5
-Release: 2%{?dist}
+Version: 2.1.6
+Release: 1%{?dist}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/pdflib
Source: http://pecl.php.net/get/pdflib-%{version}.tgz
+
+# See http://pecl.php.net/bugs/bug.php?id=16066
+# http://cvs.php.net/viewvc.cgi/pecl/pdf/php_pdflib.h?view=co
+Source1: php_pdflib.h
+
Source2: xml2changelog
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -49,7 +54,8 @@
%{_bindir}/php -n %{SOURCE2} package.xml >CHANGELOG
cd pdflib-%{version}
-
+# Missing file
+cp %{SOURCE1} .
%build
cd pdflib-%{version}
@@ -103,9 +109,15 @@
%changelog
+* Thu Mar 19 2009 Remi Collet <RPMS(a)FamilleCollet.com> 2.1.6-1
+- update to 2.1.6
+
* Sun Sep 28 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.1.5-2
- rebuild
+* Fri Mar 28 2008 Remi Collet <RPMS(a)FamilleCollet.com> 2.1.5-2
+- rebuild against pdflib-lite-7.0.3
+
* Sat Mar 15 2008 Remi Collet <RPMS(a)FamilleCollet.com> 2.1.5-1
- update to 2.1.5
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/php-pecl-pdflib/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 26 Jul 2008 14:01:44 -0000 1.2
+++ sources 21 Mar 2009 17:26:26 -0000 1.3
@@ -1 +1 @@
-20cc71fad0792658e5fc666558dbda47 pdflib-2.1.5.tgz
+278fbed59d1c24b034fdbed2de04081e pdflib-2.1.6.tgz
15 years, 9 months
rpms/pdflib-lite/EL-5 pdflib-lite-7.0.4-gcc43.patch, NONE, 1.1 pdflib-lite.spec, 1.1, 1.2 sources, 1.2, 1.3 pdflib-lite-gcc43.patch, 1.1, NONE
by Remi Collet
Author: remi
Update of /cvs/nonfree/rpms/pdflib-lite/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20013
Modified Files:
pdflib-lite.spec sources
Added Files:
pdflib-lite-7.0.4-gcc43.patch
Removed Files:
pdflib-lite-gcc43.patch
Log Message:
update to 7.0.4
pdflib-lite-7.0.4-gcc43.patch:
--- NEW FILE pdflib-lite-7.0.4-gcc43.patch ---
--- bind/pdflib/cpp/pdflib.hpp.gcc43 2009-03-18 15:10:11.000000000 +0100
+++ bind/pdflib/cpp/pdflib.hpp 2009-03-19 20:12:45.000000000 +0100
@@ -22,6 +22,8 @@
#define PDFLIB_HPP
#include <string>
+#include <cstring>
+#include <cstdlib>
#include "pdflib.h"
#if defined(_MSC_VER) && defined(_MANAGED)
Index: pdflib-lite.spec
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/EL-5/pdflib-lite.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pdflib-lite.spec 26 Jul 2008 10:25:53 -0000 1.1
+++ pdflib-lite.spec 21 Mar 2009 16:24:21 -0000 1.2
@@ -4,15 +4,15 @@
Summary: Portable C library for dynamically generating PDF files
Name: pdflib-lite
# Remenber to check the URL after changing this...
-Version: 7.0.3
+Version: 7.0.4
Release: 1%{?dist}
License: Distributable
Group: System Environment/Libraries
URL: http://www.pdflib.com/
-Source: http://www.pdflib.com/binaries/PDFlib/703/PDFlib-Lite-%{version}.tar.gz
+Source: http://www.pdflib.com/binaries/PDFlib/704/PDFlib-Lite-%{version}.tar.gz
-Patch0: pdflib-lite-gcc43.patch
+Patch0: pdflib-lite-7.0.4-gcc43.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -158,6 +158,7 @@
%defattr(-, root, root, -)
%doc readme.txt doc/pdflib/PDFlib-Lite-license.pdf
%{_bindir}/pdfimage
+%{_bindir}/text2pdf
%{_libdir}/*.so.*
@@ -184,6 +185,15 @@
%changelog
+* Thu Mar 19 2009 Remi Collet <Fedora(a)FamilleCollet.com> 7.0.4-1
+- update to 7.0.4
+
+* Sat Dec 20 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 7.0.3-3
+- rebuild for python 2.6
+
+* Sun Sep 28 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 7.0.3-2
+- rebuild
+
* Fri Mar 28 2008 Remi Collet <Fedora(a)FamilleCollet.com> 7.0.3-1
- update to 7.0.3
- fix CVE-2007-6561: PDFlib stack-based buffer overflows
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 26 Jul 2008 10:25:53 -0000 1.2
+++ sources 21 Mar 2009 16:24:21 -0000 1.3
@@ -1 +1 @@
-97bcdd73206bae30b322f49d2c0d852b PDFlib-Lite-7.0.3.tar.gz
+c4b8b9a8951b69090c6215eecc823e17 PDFlib-Lite-7.0.4.tar.gz
--- pdflib-lite-gcc43.patch DELETED ---
15 years, 9 months
rpms/pdflib-lite/F-9 pdflib-lite-7.0.4-gcc43.patch, NONE, 1.1 pdflib-lite.spec, 1.2, 1.3 sources, 1.2, 1.3 pdflib-lite-gcc43.patch, 1.1, NONE
by Remi Collet
Author: remi
Update of /cvs/nonfree/rpms/pdflib-lite/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17907
Modified Files:
pdflib-lite.spec sources
Added Files:
pdflib-lite-7.0.4-gcc43.patch
Removed Files:
pdflib-lite-gcc43.patch
Log Message:
update to 7.0.4
pdflib-lite-7.0.4-gcc43.patch:
--- NEW FILE pdflib-lite-7.0.4-gcc43.patch ---
--- bind/pdflib/cpp/pdflib.hpp.gcc43 2009-03-18 15:10:11.000000000 +0100
+++ bind/pdflib/cpp/pdflib.hpp 2009-03-19 20:12:45.000000000 +0100
@@ -22,6 +22,8 @@
#define PDFLIB_HPP
#include <string>
+#include <cstring>
+#include <cstdlib>
#include "pdflib.h"
#if defined(_MSC_VER) && defined(_MANAGED)
Index: pdflib-lite.spec
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/F-9/pdflib-lite.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pdflib-lite.spec 28 Sep 2008 06:04:28 -0000 1.2
+++ pdflib-lite.spec 21 Mar 2009 15:57:31 -0000 1.3
@@ -4,15 +4,15 @@
Summary: Portable C library for dynamically generating PDF files
Name: pdflib-lite
# Remenber to check the URL after changing this...
-Version: 7.0.3
-Release: 2%{?dist}
+Version: 7.0.4
+Release: 1%{?dist}
License: Distributable
Group: System Environment/Libraries
URL: http://www.pdflib.com/
-Source: http://www.pdflib.com/binaries/PDFlib/703/PDFlib-Lite-%{version}.tar.gz
+Source: http://www.pdflib.com/binaries/PDFlib/704/PDFlib-Lite-%{version}.tar.gz
-Patch0: pdflib-lite-gcc43.patch
+Patch0: pdflib-lite-7.0.4-gcc43.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -158,6 +158,7 @@
%defattr(-, root, root, -)
%doc readme.txt doc/pdflib/PDFlib-Lite-license.pdf
%{_bindir}/pdfimage
+%{_bindir}/text2pdf
%{_libdir}/*.so.*
@@ -184,6 +185,12 @@
%changelog
+* Thu Mar 19 2009 Remi Collet <Fedora(a)FamilleCollet.com> 7.0.4-1
+- update to 7.0.4
+
+* Sat Dec 20 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 7.0.3-3
+- rebuild for python 2.6
+
* Sun Sep 28 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 7.0.3-2
- rebuild
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 26 Jul 2008 13:57:42 -0000 1.2
+++ sources 21 Mar 2009 15:57:31 -0000 1.3
@@ -1 +1 @@
-97bcdd73206bae30b322f49d2c0d852b PDFlib-Lite-7.0.3.tar.gz
+c4b8b9a8951b69090c6215eecc823e17 PDFlib-Lite-7.0.4.tar.gz
--- pdflib-lite-gcc43.patch DELETED ---
15 years, 9 months
rpms/pdflib-lite/F-10 pdflib-lite-7.0.4-gcc43.patch, NONE, 1.1 pdflib-lite.spec, 1.2, 1.3 sources, 1.2, 1.3 pdflib-lite-gcc43.patch, 1.1, NONE
by Remi Collet
Author: remi
Update of /cvs/nonfree/rpms/pdflib-lite/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17431
Modified Files:
pdflib-lite.spec sources
Added Files:
pdflib-lite-7.0.4-gcc43.patch
Removed Files:
pdflib-lite-gcc43.patch
Log Message:
update to 7.0.4
pdflib-lite-7.0.4-gcc43.patch:
--- NEW FILE pdflib-lite-7.0.4-gcc43.patch ---
--- bind/pdflib/cpp/pdflib.hpp.gcc43 2009-03-18 15:10:11.000000000 +0100
+++ bind/pdflib/cpp/pdflib.hpp 2009-03-19 20:12:45.000000000 +0100
@@ -22,6 +22,8 @@
#define PDFLIB_HPP
#include <string>
+#include <cstring>
+#include <cstdlib>
#include "pdflib.h"
#if defined(_MSC_VER) && defined(_MANAGED)
Index: pdflib-lite.spec
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/F-10/pdflib-lite.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pdflib-lite.spec 28 Sep 2008 06:04:06 -0000 1.2
+++ pdflib-lite.spec 21 Mar 2009 15:56:37 -0000 1.3
@@ -4,15 +4,15 @@
Summary: Portable C library for dynamically generating PDF files
Name: pdflib-lite
# Remenber to check the URL after changing this...
-Version: 7.0.3
-Release: 2%{?dist}
+Version: 7.0.4
+Release: 1%{?dist}
License: Distributable
Group: System Environment/Libraries
URL: http://www.pdflib.com/
-Source: http://www.pdflib.com/binaries/PDFlib/703/PDFlib-Lite-%{version}.tar.gz
+Source: http://www.pdflib.com/binaries/PDFlib/704/PDFlib-Lite-%{version}.tar.gz
-Patch0: pdflib-lite-gcc43.patch
+Patch0: pdflib-lite-7.0.4-gcc43.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -158,6 +158,7 @@
%defattr(-, root, root, -)
%doc readme.txt doc/pdflib/PDFlib-Lite-license.pdf
%{_bindir}/pdfimage
+%{_bindir}/text2pdf
%{_libdir}/*.so.*
@@ -184,6 +185,12 @@
%changelog
+* Thu Mar 19 2009 Remi Collet <Fedora(a)FamilleCollet.com> 7.0.4-1
+- update to 7.0.4
+
+* Sat Dec 20 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 7.0.3-3
+- rebuild for python 2.6
+
* Sun Sep 28 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 7.0.3-2
- rebuild
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 26 Jul 2008 10:25:53 -0000 1.2
+++ sources 21 Mar 2009 15:56:37 -0000 1.3
@@ -1 +1 @@
-97bcdd73206bae30b322f49d2c0d852b PDFlib-Lite-7.0.3.tar.gz
+c4b8b9a8951b69090c6215eecc823e17 PDFlib-Lite-7.0.4.tar.gz
--- pdflib-lite-gcc43.patch DELETED ---
15 years, 9 months
rpms/php-pecl-pdflib/devel php_pdflib.h, NONE, 1.1 .cvsignore, 1.2, 1.3 php-pecl-pdflib.spec, 1.2, 1.3 sources, 1.2, 1.3
by Remi Collet
Author: remi
Update of /cvs/nonfree/rpms/php-pecl-pdflib/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15769
Modified Files:
.cvsignore php-pecl-pdflib.spec sources
Added Files:
php_pdflib.h
Log Message:
update to 2.1.6
***** Error reading new file: [Errno 2] No such file or directory: 'php_pdflib.h'
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/php-pecl-pdflib/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 26 Jul 2008 14:01:44 -0000 1.2
+++ .cvsignore 21 Mar 2009 15:41:48 -0000 1.3
@@ -1 +1 @@
-pdflib-2.1.5.tgz
+pdflib-2.1.6.tgz
Index: php-pecl-pdflib.spec
===================================================================
RCS file: /cvs/nonfree/rpms/php-pecl-pdflib/devel/php-pecl-pdflib.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- php-pecl-pdflib.spec 28 Sep 2008 06:05:42 -0000 1.2
+++ php-pecl-pdflib.spec 21 Mar 2009 15:41:48 -0000 1.3
@@ -7,13 +7,18 @@
Summary: Package for generating PDF files
Summary(fr): Extension pour générer des fichiers PDF
Name: php-pecl-pdflib
-Version: 2.1.5
-Release: 2%{?dist}
+Version: 2.1.6
+Release: 1%{?dist}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/pdflib
Source: http://pecl.php.net/get/pdflib-%{version}.tgz
+
+# See http://pecl.php.net/bugs/bug.php?id=16066
+# http://cvs.php.net/viewvc.cgi/pecl/pdf/php_pdflib.h?view=co
+Source1: php_pdflib.h
+
Source2: xml2changelog
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -49,7 +54,8 @@
%{_bindir}/php -n %{SOURCE2} package.xml >CHANGELOG
cd pdflib-%{version}
-
+# Missing file
+cp %{SOURCE1} .
%build
cd pdflib-%{version}
@@ -103,9 +109,15 @@
%changelog
+* Thu Mar 19 2009 Remi Collet <RPMS(a)FamilleCollet.com> 2.1.6-1
+- update to 2.1.6
+
* Sun Sep 28 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.1.5-2
- rebuild
+* Fri Mar 28 2008 Remi Collet <RPMS(a)FamilleCollet.com> 2.1.5-2
+- rebuild against pdflib-lite-7.0.3
+
* Sat Mar 15 2008 Remi Collet <RPMS(a)FamilleCollet.com> 2.1.5-1
- update to 2.1.5
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/php-pecl-pdflib/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 26 Jul 2008 14:01:44 -0000 1.2
+++ sources 21 Mar 2009 15:41:48 -0000 1.3
@@ -1 +1 @@
-20cc71fad0792658e5fc666558dbda47 pdflib-2.1.5.tgz
+278fbed59d1c24b034fdbed2de04081e pdflib-2.1.6.tgz
15 years, 9 months
rpms/pdflib-lite/devel pdflib-lite-7.0.4-gcc43.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 pdflib-lite.spec, 1.3, 1.4 sources, 1.2, 1.3 pdflib-lite-gcc43.patch, 1.1, NONE
by Remi Collet
Author: remi
Update of /cvs/nonfree/rpms/pdflib-lite/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12427
Modified Files:
.cvsignore pdflib-lite.spec sources
Added Files:
pdflib-lite-7.0.4-gcc43.patch
Removed Files:
pdflib-lite-gcc43.patch
Log Message:
update to 7.0.4
pdflib-lite-7.0.4-gcc43.patch:
--- NEW FILE pdflib-lite-7.0.4-gcc43.patch ---
--- bind/pdflib/cpp/pdflib.hpp.gcc43 2009-03-18 15:10:11.000000000 +0100
+++ bind/pdflib/cpp/pdflib.hpp 2009-03-19 20:12:45.000000000 +0100
@@ -22,6 +22,8 @@
#define PDFLIB_HPP
#include <string>
+#include <cstring>
+#include <cstdlib>
#include "pdflib.h"
#if defined(_MSC_VER) && defined(_MANAGED)
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 26 Jul 2008 10:25:53 -0000 1.2
+++ .cvsignore 21 Mar 2009 15:09:09 -0000 1.3
@@ -1 +1 @@
-PDFlib-Lite-7.0.3.tar.gz
+PDFlib-Lite-7.0.4.tar.gz
Index: pdflib-lite.spec
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/devel/pdflib-lite.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pdflib-lite.spec 20 Dec 2008 12:37:54 -0000 1.3
+++ pdflib-lite.spec 21 Mar 2009 15:09:09 -0000 1.4
@@ -4,15 +4,15 @@
Summary: Portable C library for dynamically generating PDF files
Name: pdflib-lite
# Remenber to check the URL after changing this...
-Version: 7.0.3
-Release: 3%{?dist}
+Version: 7.0.4
+Release: 1%{?dist}
License: Distributable
Group: System Environment/Libraries
URL: http://www.pdflib.com/
-Source: http://www.pdflib.com/binaries/PDFlib/703/PDFlib-Lite-%{version}.tar.gz
+Source: http://www.pdflib.com/binaries/PDFlib/704/PDFlib-Lite-%{version}.tar.gz
-Patch0: pdflib-lite-gcc43.patch
+Patch0: pdflib-lite-7.0.4-gcc43.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -158,6 +158,7 @@
%defattr(-, root, root, -)
%doc readme.txt doc/pdflib/PDFlib-Lite-license.pdf
%{_bindir}/pdfimage
+%{_bindir}/text2pdf
%{_libdir}/*.so.*
@@ -184,6 +185,9 @@
%changelog
+* Thu Mar 19 2009 Remi Collet <Fedora(a)FamilleCollet.com> 7.0.4-1
+- update to 7.0.4
+
* Sat Dec 20 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 7.0.3-3
- rebuild for python 2.6
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 26 Jul 2008 10:25:53 -0000 1.2
+++ sources 21 Mar 2009 15:09:09 -0000 1.3
@@ -1 +1 @@
-97bcdd73206bae30b322f49d2c0d852b PDFlib-Lite-7.0.3.tar.gz
+c4b8b9a8951b69090c6215eecc823e17 PDFlib-Lite-7.0.4.tar.gz
--- pdflib-lite-gcc43.patch DELETED ---
15 years, 9 months
rpms/freetype-freeworld/devel .cvsignore, 1.4, 1.5 freetype-freeworld.spec, 1.4, 1.5 sources, 1.4, 1.5
by Kevin Kofler
Author: kkofler
Update of /cvs/free/rpms/freetype-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18872/devel
Modified Files:
.cvsignore freetype-freeworld.spec sources
Log Message:
* Fri Mar 20 2009 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.3.9-1
- Update to 2.3.9
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 16 Jan 2009 00:00:08 -0000 1.4
+++ .cvsignore 20 Mar 2009 18:51:02 -0000 1.5
@@ -1 +1 @@
-freetype-2.3.8.tar.bz2
+freetype-2.3.9.tar.bz2
Index: freetype-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/freetype-freeworld.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- freetype-freeworld.spec 16 Jan 2009 00:00:08 -0000 1.4
+++ freetype-freeworld.spec 20 Mar 2009 18:51:02 -0000 1.5
@@ -7,7 +7,7 @@
Summary: A free and portable font rendering engine
Name: freetype-freeworld
-Version: 2.3.8
+Version: 2.3.9
Release: 1%{?dist}
License: FTL or GPLv2+
Group: System Environment/Libraries
@@ -120,6 +120,9 @@
%config(noreplace) %{_sysconfdir}/fonts/conf.d/*.conf
%changelog
+* Fri Mar 20 2009 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.3.9-1
+- Update to 2.3.9
+
* Thu Jan 15 2009 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.3.8-1
- Update to 2.3.8
- Remove freetype-autohinter-ligature.patch (fixed upstream)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 16 Jan 2009 00:00:08 -0000 1.4
+++ sources 20 Mar 2009 18:51:02 -0000 1.5
@@ -1 +1 @@
-6cf31a08826715a0d16ae366da9c7d3b freetype-2.3.8.tar.bz2
+d76233108aca9c9606cdbd341562ad9a freetype-2.3.9.tar.bz2
15 years, 9 months
rpms/xmltv/devel xmltv.spec, 1.4, 1.5 sources, 1.3, 1.4 .cvsignore, 1.3, 1.4
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xmltv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31961
Modified Files:
xmltv.spec sources .cvsignore
Log Message:
Update to 0.5.55
Index: xmltv.spec
===================================================================
RCS file: /cvs/free/rpms/xmltv/devel/xmltv.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xmltv.spec 19 Feb 2009 22:31:34 -0000 1.4
+++ xmltv.spec 20 Mar 2009 14:39:09 -0000 1.5
@@ -1,5 +1,5 @@
Name: xmltv
-Version: 0.5.54
+Version: 0.5.55
Release: 1%{?dist}
Summary: A set of utilities to manage your TV viewing
@@ -208,6 +208,9 @@
%changelog
+* Fri Mar 20 2009 kwizart < kwizart at gmail.com > - 0.5.55-1
+- Update to 0.5.55
+
* Thu Feb 19 2009 kwizart < kwizart at gmail.com > - 0.5.54-1
- Update to 0.5.54
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xmltv/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 19 Feb 2009 22:31:34 -0000 1.3
+++ sources 20 Mar 2009 14:39:09 -0000 1.4
@@ -1 +1 @@
-b006f72f45a3e7be3e64f88813275403 xmltv-0.5.54.tar.bz2
+21812833b083a8e830ee1837e4060199 xmltv-0.5.55.tar.bz2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xmltv/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 19 Feb 2009 22:31:34 -0000 1.3
+++ .cvsignore 20 Mar 2009 14:39:09 -0000 1.4
@@ -1 +1 @@
-xmltv-0.5.54.tar.bz2
+xmltv-0.5.55.tar.bz2
15 years, 9 months
rpms/mplayer/devel mplayer-htmldocs.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 mplayer-nodvdcss.patch, 1.3, 1.4 mplayer.spec, 1.18, 1.19 sources, 1.11, 1.12
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/mplayer/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1782
Modified Files:
.cvsignore mplayer-nodvdcss.patch mplayer.spec sources
Added Files:
mplayer-htmldocs.patch
Log Message:
* Thu Mar 19 2009 Dominik Mierzejewski <rpm at greysector.net> - 1.0-0.107.20091319svn
- 20090319 snapshot
- fix HTML docs generation
mplayer-htmldocs.patch:
--- NEW FILE mplayer-htmldocs.patch ---
diff -up mplayer-export-2009-03-19/DOCS/xml/configure.htmldocs mplayer-export-2009-03-19/DOCS/xml/configure
--- mplayer-export-2009-03-19/DOCS/xml/configure.htmldocs 2009-03-17 12:47:27.000000000 +0100
+++ mplayer-export-2009-03-19/DOCS/xml/configure 2009-03-19 21:48:30.000000000 +0100
@@ -187,7 +187,7 @@ then
then
echo "Found xsltproc. If it works, it's probably the best choice."
# HACK: xslt always need a target file if a doctype is set
- _xsltcommand="OUTPUT=\"\$1\"; if test -d \"\$OUTPUT\" ; then OUTPUT=\"$OUTPUT/dummy.html\" ; fi;"
+ _xsltcommand="OUTPUT=\"\$1\"; if test -d \"\$OUTPUT\" ; then OUTPUT=\"\$OUTPUT/dummy.html\" ; fi;"
if test -n "$_catalog"
then
_xsltcommand="$_xsltcommand xsltproc --catalogs -o \$OUTPUT \$2 \$3"
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 11 Feb 2009 17:46:38 -0000 1.10
+++ .cvsignore 19 Mar 2009 21:29:11 -0000 1.11
@@ -1,2 +1,2 @@
Blue-1.7.tar.bz2
-mplayer-export-2009-02-04.tar.bz2
+mplayer-export-2009-03-19.tar.bz2
mplayer-nodvdcss.patch:
Index: mplayer-nodvdcss.patch
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer-nodvdcss.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mplayer-nodvdcss.patch 11 Feb 2009 17:46:38 -0000 1.3
+++ mplayer-nodvdcss.patch 19 Mar 2009 21:29:11 -0000 1.4
@@ -1,7 +1,7 @@
-diff -up mplayer-export-2009-02-02/configure.nodvdcss mplayer-export-2009-02-02/configure
---- mplayer-export-2009-02-02/configure.nodvdcss 2009-02-02 01:15:29.000000000 +0100
-+++ mplayer-export-2009-02-02/configure 2009-02-02 01:15:29.000000000 +0100
-@@ -617,7 +617,7 @@ _dvdnavconfig=dvdnav-config
+diff -up mplayer-export-2009-03-19/configure.nodvdcss mplayer-export-2009-03-19/configure
+--- mplayer-export-2009-03-19/configure.nodvdcss 2009-03-18 22:48:35.000000000 +0100
++++ mplayer-export-2009-03-19/configure 2009-03-19 00:16:32.000000000 +0100
+@@ -623,7 +623,7 @@ _dvdnavconfig=dvdnav-config
_dvdreadconfig=dvdread-config
_dvdread=auto
_dvdread_internal=auto
@@ -10,10 +10,10 @@
_xanim=auto
_real=auto
_live=auto
-diff -up mplayer-export-2009-02-02/Makefile.nodvdcss mplayer-export-2009-02-02/Makefile
---- mplayer-export-2009-02-02/Makefile.nodvdcss 2009-02-02 01:15:29.000000000 +0100
-+++ mplayer-export-2009-02-02/Makefile 2009-02-02 01:15:56.000000000 +0100
-@@ -347,11 +347,6 @@ SRCS_COMMON-$(LIBDCA) +=
+diff -up mplayer-export-2009-03-19/Makefile.nodvdcss mplayer-export-2009-03-19/Makefile
+--- mplayer-export-2009-03-19/Makefile.nodvdcss 2009-03-19 00:16:32.000000000 +0100
++++ mplayer-export-2009-03-19/Makefile 2009-03-19 00:17:04.000000000 +0100
+@@ -345,11 +345,6 @@ SRCS_COMMON-$(LIBDCA) +=
SRCS_COMMON-$(LIBDV) += libmpcodecs/ad_libdv.c \
libmpcodecs/vd_libdv.c \
libmpdemux/demux_rawdv.c
@@ -25,7 +25,7 @@
SRCS_COMMON-$(LIBMAD) += libmpcodecs/ad_libmad.c
SRCS_COMMON-$(LIBMPEG2) += libmpcodecs/vd_libmpeg2.c \
-@@ -743,7 +738,6 @@ DIRS = . \
+@@ -745,7 +740,6 @@ DIRS = . \
libavcodec/x86 \
libavformat \
libavutil \
@@ -33,11 +33,11 @@
libdvdnav \
libdvdnav/vm \
libdvdread4 \
-@@ -851,7 +845,6 @@ codec-cfg.d: codecs.conf.h
- mpcommon.d vobsub.d gui/win32/gui.d libmpdemux/muxer_avi.d osdep/mplayer-rc.o stream/network.d stream/stream_cddb.d: version.h
- $(DEPS): help_mp.h
+@@ -852,7 +846,6 @@ version.h: version.sh
+ # Make sure all generated header files are created.
+ $(DEPS) $(MENCODER_DEPS) $(MPLAYER_DEPS): codecs.conf.h help_mp.h version.h
--libdvdcss/%.o libdvdcss/%.d: CFLAGS += -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.9\" $(CFLAGS_LIBDVDCSS)
- libdvdnav/%.o libdvdnav/%.d: CFLAGS += -D__USE_UNIX98 -D_GNU_SOURCE -DHAVE_CONFIG_H -DVERSION=\"MPlayer-custom\"
- libdvdread4/%.o libdvdread4/%.d: CFLAGS += -D__USE_UNIX98 -D_GNU_SOURCE -DHAVE_CONFIG_H $(CFLAGS_LIBDVDCSS_DVDREAD)
- libfaad2/%.o libfaad2/%.d: CFLAGS += -Ilibfaad2 -D_GNU_SOURCE -DHAVE_CONFIG_H $(CFLAGS_FAAD_FIXED)
+-libdvdcss/%: CFLAGS += -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.10\" $(CFLAGS_LIBDVDCSS)
+ libdvdnav/%: CFLAGS += -D__USE_UNIX98 -D_GNU_SOURCE -DHAVE_CONFIG_H -DVERSION=\"MPlayer-custom\"
+ libdvdnav/% stream/stream_dvdnav%: CFLAGS += $(CFLAGS_LIBDVDNAV)
+ libdvdread4/%: CFLAGS += -D__USE_UNIX98 -D_GNU_SOURCE -DHAVE_CONFIG_H $(CFLAGS_LIBDVDCSS_DVDREAD)
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- mplayer.spec 13 Feb 2009 19:05:48 -0000 1.18
+++ mplayer.spec 19 Mar 2009 21:29:11 -0000 1.19
@@ -1,12 +1,12 @@
%define codecdir %{_libdir}/codecs
-%define pre 20090204svn
+%define pre 20090319svn
%define svn 1
-%define svnbuild 2009-02-04
+%define svnbuild 2009-03-19
%define faad2min 1:2.6.1
Name: mplayer
Version: 1.0
-Release: 0.106.%{pre}%{?dist}
+Release: 0.107.%{pre}%{?dist}
Summary: Movie player playing most video formats and DVDs
Group: Applications/Multimedia
@@ -20,7 +20,7 @@
%endif
Source1: http://www.mplayerhq.hu/MPlayer/skins/Blue-1.7.tar.bz2
Source10: mplayer-snapshot.sh
-Patch1: %{name}-ppc-compile.patch
+Patch1: %{name}-htmldocs.patch
Patch2: %{name}-config.patch
Patch5: %{name}-x86_32-compile.patch
Patch8: %{name}-manlinks.patch
@@ -190,7 +190,7 @@
%else
%setup -q -n MPlayer-%{version}%{pre}
%endif
-%patch1 -p1 -b .ppc-compile
+%patch1 -p1 -b .htmldocs
%patch2 -p1 -b .config
%patch5 -p1 -b .compile
%patch8 -p1 -b .manlinks
@@ -341,6 +341,10 @@
%changelog
+* Thu Mar 19 2009 Dominik Mierzejewski <rpm at greysector.net> - 1.0-0.107.20091319svn
+- 20090319 snapshot
+- fix HTML docs generation
+
* Wed Feb 04 2009 Dominik Mierzejewski <rpm at greysector.net> - 1.0-0.106.20090204svn
- 20090204 snapshot
- dropped obsolete patch
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 11 Feb 2009 17:46:38 -0000 1.11
+++ sources 19 Mar 2009 21:29:11 -0000 1.12
@@ -1,2 +1,2 @@
e4e2020d11b681aac898103b3ba723c4 Blue-1.7.tar.bz2
-de38e1fcf6eb4666d80b3db0561de7b0 mplayer-export-2009-02-04.tar.bz2
+76d04b3854c6af71af4f609c049933dc mplayer-export-2009-03-19.tar.bz2
15 years, 9 months
rpms/motion/F-10 ffmpeg-detection.patch, NONE, 1.1 motion-initscript, NONE, 1.1 motion.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Steven Moix
Author: moixs
Update of /cvs/free/rpms/motion/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25718/F-10
Modified Files:
.cvsignore sources
Added Files:
ffmpeg-detection.patch motion-initscript motion.spec
Log Message:
Initial import
ffmpeg-detection.patch:
--- NEW FILE ffmpeg-detection.patch ---
Index: configure.in
===================================================================
--- configure.in (revisión: 433)
+++ configure.in (copia de trabajo)
@@ -389,6 +389,9 @@
elif test -f ${FFMPEG_DIR}/include/libavformat/avformat.h; then
AC_MSG_RESULT(found ${FFMPEG_DIR}/include/libavformat/avformat.h)
FFMPEG_CFLAGS="-I${FFMPEG_DIR}/include -DFFMPEG_NEW_INCLUDES"
+ elif test -f ${FFMPEG_DIR}/include/ffmpeg/libavformat/avformat.h; then
+ AC_MSG_RESULT(found ${FFMPEG_DIR}/include/ffmpeg/libavformat/avformat.h)
+ FFMPEG_CFLAGS="-I${FFMPEG_DIR}/include/ffmpeg -DFFMPEG_NEW_INCLUDES"
else
AC_MSG_RESULT(not found)
FFMPEG_OK="no_found"
Index: configure
===================================================================
--- configure (revisión: 433)
+++ configure (copia de trabajo)
@@ -3261,6 +3261,10 @@
{ echo "$as_me:$LINENO: result: found ${FFMPEG_DIR}/include/libavformat/avformat.h" >&5
echo "${ECHO_T}found ${FFMPEG_DIR}/include/libavformat/avformat.h" >&6; }
FFMPEG_CFLAGS="-I${FFMPEG_DIR}/include -DFFMPEG_NEW_INCLUDES"
+ elif test -f ${FFMPEG_DIR}/include/ffmpeg/libavformat/avformat.h; then
+ { echo "$as_me:$LINENO: result: found ${FFMPEG_DIR}/include/ffmpeg/libavformat/avformat.h" >&5
+echo "${ECHO_T}found ${FFMPEG_DIR}/include/ffmpeg/libavformat/avformat.h" >&6; }
+ FFMPEG_CFLAGS="-I${FFMPEG_DIR}/include/ffmpeg -DFFMPEG_NEW_INCLUDES"
else
{ echo "$as_me:$LINENO: result: not found" >&5
echo "${ECHO_T}not found" >&6; }
--- NEW FILE motion-initscript ---
#!/bin/bash
#
# motion Startup script for the Motion Detection System
#
# chkconfig: - 85 15
# description: Motion detection system. It is used to detect movement based \
# on compare images.
# processname: motion
# pidfile: /var/run/motion.pid
# config: /etc/motion.conf
#
### BEGIN INIT INFO
# Provides: motion
# Required-Start: $local_fs
# Required-Stop: $local_fs
# Default-Start:
# Default-Stop:
# Short-Description: Start and stop motion detection system
# Description: The Motion detection system is used to detect movement based
# on image comparison.
### END INIT INFO
# Source function library.
. /etc/rc.d/init.d/functions
motion=${MOTION-/usr/bin/motion}
prog=motion
pidfile=/var/run/motion.pid
lockfile=/var/lock/subsys/motion
start() {
[ -x $exec ] || exit 5
[ -f $config ] || exit 6
echo -n $"Starting $prog: "
daemon $motion 2> /dev/null
retval=$?
echo
[ $retval -eq 0 ] && touch $lockfile
return $retval
}
stop() {
echo -n $"Stopping $prog: "
killproc $motion
retval=$?
echo
[ $retval = 0 ] && rm -f $lockfile
}
restart() {
stop
start
}
reload() {
echo -n $"Reloading $prog configuration: "
killproc $motion -HUP
retval=$?
echo
return $retval
}
rh_status() {
# run checks to determine if the service is running or use generic status
status $prog
}
rh_status_q() {
rh_status >/dev/null 2>&1
}
# See how we were called.
case "$1" in
start)
rh_status_q && exit 0
$1
;;
stop)
rh_status_q || exit 0
$1
;;
restart)
$1
;;
reload)
rh_status_q || exit 7
$1
;;
force-reload)
#force_reload
reload
;;
status)
rh_status
;;
condrestart|try-restart)
rh_status_q || exit 0
restart
;;
*)
echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
exit 1
esac
exit $?
--- NEW FILE motion.spec ---
Name: motion
Version: 3.2.11
Release: 3%{?dist}
Summary: A motion detection system
Group: Applications/Multimedia
License: GPLv2+
URL: http://motion.sourceforge.net/
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1: motion-initscript
Patch0: ffmpeg-detection.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libjpeg-devel ffmpeg-devel zlib-devel
#Requires: ffmpeg
Requires(post): chkconfig
Requires(preun): chkconfig initscripts
Requires(postun): initscripts
%description
Motion is a software motion detector. It grabs images from video4linux devices
and/or from webcams (such as the axis network cameras). Motion is the perfect
tool for keeping an eye on your property keeping only those images that are
interesting. Motion is strictly command line driven and can run as a daemon
with a rather small footprint. This version is built with ffmpeg support but
without MySQL and PostgreSQL support.
%prep
%setup -q
#ffmpeg detection patch in version 3.2.11. This is an upstream patch.
%patch0 -p0
%build
%configure --sysconfdir=%{_sysconfdir}/%{name} --without-optimizecpu --with-ffmpeg --without-mysql --without-pgsql
#We convert 2 files to UTF-8, otherwise rpmlint complains
iconv -f iso8859-1 -t utf-8 CREDITS > CREDITS.conv && mv -f CREDITS.conv CREDITS
iconv -f iso8859-1 -t utf-8 CHANGELOG > CHANGELOG.conv && mv -f CHANGELOG.conv CHANGELOG
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
#We rename the configuration file
mv %{buildroot}%{_sysconfdir}/%{name}/motion-dist.conf %{buildroot}%{_sysconfdir}/%{name}/motion.conf
#We change the PID file path to match the one in the startup script
sed -i 's|/var/run/motion/motion.pid|/var/run/motion.pid|g' %{buildroot}%{_sysconfdir}/%{name}/motion.conf
#We remove SQL directives in the configuration file, as we don't use them
sed -i 's|sql_log_image|; sql_log_image|g' %{buildroot}%{_sysconfdir}/%{name}/motion.conf
sed -i 's|sql_log_snapshot|; sql_log_snapshot|g' %{buildroot}%{_sysconfdir}/%{name}/motion.conf
sed -i 's|sql_log_mpeg|; sql_log_mpeg|g' %{buildroot}%{_sysconfdir}/%{name}/motion.conf
sed -i 's|sql_log_timelapse|; sql_log_timelapse|g' %{buildroot}%{_sysconfdir}/%{name}/motion.conf
sed -i 's|sql_query|; sql_query|g' %{buildroot}%{_sysconfdir}/%{name}/motion.conf
#We install our startup script
install -D -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/%{name}
%post
#We add the motion init script to the services when installing
/sbin/chkconfig --add %{name}
%preun
#We stop the service and remove it from init scripts when erasing
if [ $1 = 0 ] ; then
/sbin/service %{name} stop >/dev/null 2>&1
/sbin/chkconfig --del %{name}
fi
%postun
#We restart the service during an upgrade
if [ "$1" -ge "1" ] ; then
/sbin/service %{name} condrestart >/dev/null 2>&1
fi
%clean
rm -rf %{buildroot}
%files
#Permissions are bogus upstream, we need to be sure to set them here
%defattr (-,root,root,-)
%dir %{_sysconfdir}/%{name}
%dir %{_datadir}/%{name}-%{version}
%dir %{_datadir}/%{name}-%{version}/examples
%doc CHANGELOG COPYING CREDITS INSTALL README motion_guide.html
%attr(0644,root,root) %{_datadir}/%{name}-%{version}/examples/motion-dist.conf
%attr(0755,root,root) %{_datadir}/%{name}-%{version}/examples/motion.init-Debian
%attr(0755,root,root) %{_datadir}/%{name}-%{version}/examples/motion.init-FreeBSD.sh
%attr(0755,root,root) %{_datadir}/%{name}-%{version}/examples/motion.init-RH
%attr(0644,root,root) %{_datadir}/%{name}-%{version}/examples/thread1.conf
%attr(0644,root,root) %{_datadir}/%{name}-%{version}/examples/thread2.conf
%attr(0644,root,root) %{_datadir}/%{name}-%{version}/examples/thread3.conf
%attr(0644,root,root) %{_datadir}/%{name}-%{version}/examples/thread4.conf
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/motion.conf
%attr(0755,root,root) %{_bindir}/motion
%attr(0644,root,root) %{_mandir}/man1/motion.1*
%attr(0755,root,root) %{_initrddir}/%{name}
%changelog
* Wed Mar 18 2009 Steven Moix <steven.moix(a)axianet.ch> - 3.2.11-3
- Even more corrected init script thanks to Stewart Adam
* Sun Mar 15 2009 Steven Moix <steven.moix(a)axianet.ch> - 3.2.11-2
- Removed the ffmpeg requires
- Corrected the spec file
- New init script with a corrected start() function and LSB header support
* Tue Mar 03 2009 Steven Moix <steven.moix(a)axianet.ch> - 3.2.11-1
- Updated to Fedora 10 standard
* Sun Sep 18 2005 Kenneth Lavrsen <kenneth(a)lavrsen.dk> - 3.2.4-1
- Generic version of livna spec file replacing the old less optimal specfile.
* Thu Sep 15 2005 Dams <anvil[AT]livna.org> - 3.2.3-0.lvn.1
- Initial released based upon upstream spec file
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/motion/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 19 Mar 2009 18:19:36 -0000 1.1
+++ .cvsignore 19 Mar 2009 19:07:46 -0000 1.2
@@ -0,0 +1 @@
+motion-3.2.11.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/motion/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 19 Mar 2009 18:19:36 -0000 1.1
+++ sources 19 Mar 2009 19:07:46 -0000 1.2
@@ -0,0 +1 @@
+3a26c00f3250eacf6fa93c7a7e0249d9 motion-3.2.11.tar.gz
15 years, 9 months