rpms/mlt/F-14 mlt.spec,1.9,1.10
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/mlt/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2216
Modified Files:
mlt.spec
Log Message:
Rebuilt
Index: mlt.spec
===================================================================
RCS file: /cvs/free/rpms/mlt/F-14/mlt.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mlt.spec 22 Apr 2010 07:32:28 -0000 1.9
+++ mlt.spec 20 Nov 2010 16:55:47 -0000 1.10
@@ -9,7 +9,7 @@
Summary: Toolkit for broadcasters, video editors, media players, transcoders
Name: mlt
Version: 0.5.4
-Release: 1%{?dist}
+Release: 1%{?dist}.1
License: GPLv2+ and LGPLv2+
URL: http://www.mltframework.org/twiki/bin/view/MLT/
@@ -177,6 +177,9 @@
%changelog
+* Sat Nov 20 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.4-1.1
+- rebuilt - was missing in repo
+
* Wed Apr 21 2010 Ryan Rix <ry(a)n.rix.si> - 0.5.4-1
- New upstream version to fix reported crashes against Kdenlive
14 years
rpms/lightspark/F-13 lightspark-0.4.4.3-noexecstack.patch,NONE,1.1
by Hicham HAOUARI
Author: hicham
Update of /cvs/free/rpms/lightspark/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22801/F-13
Added Files:
lightspark-0.4.4.3-noexecstack.patch
Log Message:
Avoid creating exec stack, fixes https://bugs.launchpad.net/lightspark/+bug/668677
lightspark-0.4.4.3-noexecstack.patch:
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE lightspark-0.4.4.3-noexecstack.patch ---
--- lightspark-0.4.4.3/CMakeLists.txt.old 2010-11-20 13:32:40.000000000 +0000
+++ lightspark-0.4.4.3/CMakeLists.txt 2010-11-20 13:33:53.000000000 +0000
@@ -203,7 +203,7 @@ ENDIF(ENABLE_LIBAVCODEC)
IF(CMAKE_COMPILER_IS_GNUCC)
SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--no-undefined ${CMAKE_EXE_LINKER_FLAGS}")
- SET(CMAKE_SHARED_LINKER_FLAGS "-Wl,--as-needed ${CMAKE_SHARED_LINKER_FLAGS}")
+ SET(CMAKE_SHARED_LINKER_FLAGS "-Wl,--as-needed,-z,noexecstack ${CMAKE_SHARED_LINKER_FLAGS}")
ENDIF(CMAKE_COMPILER_IS_GNUCC)
LINK_DIRECTORIES(${LLVM_LIB_DIR})
14 years
rpms/lightspark/F-13 lightspark.spec,1.2,1.3
by Hicham HAOUARI
Author: hicham
Update of /cvs/free/rpms/lightspark/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22685
Modified Files:
lightspark.spec
Log Message:
Avoid creating exec stack, fixes https://bugs.launchpad.net/lightspark/+bug/668677
Index: lightspark.spec
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-13/lightspark.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lightspark.spec 24 Sep 2010 21:23:03 -0000 1.2
+++ lightspark.spec 20 Nov 2010 14:07:57 -0000 1.3
@@ -17,7 +17,7 @@
%define pre rc1
%endif
-%define rel 1
+%define rel 2
%define major 0.4.4
@@ -63,6 +63,10 @@
Requires: hicolor-icon-theme
+# Patch0: Do not create executable stack
+# https://bugs.launchpad.net/lightspark/+bug/668677
+Patch0: %{name}-%{version}-noexecstack.patch
+
%description
Lightspark is a modern, free, open-source flash player implementation.
Lightspark features:
@@ -86,6 +90,7 @@
%prep
%setup -q -n %{name}-%{version}%{?pre:%{pre}}
+%patch0 -p1 -b .noexecstack
%build
%cmake -DCOMPILE_PLUGIN=1 \
@@ -152,6 +157,10 @@
%changelog
+* Sat Nov 20 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.4.3-2
+- Avoid creating executable stack, fixes :
+ https://bugs.launchpad.net/lightspark/+bug/668677
+
* Fri Sep 24 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.4.3-1
- New bugfix release
14 years
rpms/lightspark/F-14 lightspark-0.4.4.3-noexecstack.patch,NONE,1.1
by Hicham HAOUARI
Author: hicham
Update of /cvs/free/rpms/lightspark/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22146/F-14
Added Files:
lightspark-0.4.4.3-noexecstack.patch
Log Message:
Avoid creating exec stack, fixes https://bugs.launchpad.net/lightspark/+bug/668677
lightspark-0.4.4.3-noexecstack.patch:
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE lightspark-0.4.4.3-noexecstack.patch ---
--- lightspark-0.4.4.3/CMakeLists.txt.old 2010-11-20 13:32:40.000000000 +0000
+++ lightspark-0.4.4.3/CMakeLists.txt 2010-11-20 13:33:53.000000000 +0000
@@ -203,7 +203,7 @@ ENDIF(ENABLE_LIBAVCODEC)
IF(CMAKE_COMPILER_IS_GNUCC)
SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -Wl,--no-undefined ${CMAKE_EXE_LINKER_FLAGS}")
- SET(CMAKE_SHARED_LINKER_FLAGS "-Wl,--as-needed ${CMAKE_SHARED_LINKER_FLAGS}")
+ SET(CMAKE_SHARED_LINKER_FLAGS "-Wl,--as-needed,-z,noexecstack ${CMAKE_SHARED_LINKER_FLAGS}")
ENDIF(CMAKE_COMPILER_IS_GNUCC)
LINK_DIRECTORIES(${LLVM_LIB_DIR})
14 years
rpms/lightspark/F-14 lightspark.spec,1.3,1.4
by Hicham HAOUARI
Author: hicham
Update of /cvs/free/rpms/lightspark/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22006
Modified Files:
lightspark.spec
Log Message:
Avoid creating exec stack, fixes https://bugs.launchpad.net/lightspark/+bug/668677
Index: lightspark.spec
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-14/lightspark.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lightspark.spec 14 Oct 2010 21:36:27 -0000 1.3
+++ lightspark.spec 20 Nov 2010 14:02:54 -0000 1.4
@@ -17,7 +17,7 @@
%define pre rc1
%endif
-%define rel 2
+%define rel 3
%define major 0.4.4
@@ -63,6 +63,10 @@
Requires: hicolor-icon-theme
+# Patch0: Do not create executable stack
+# https://bugs.launchpad.net/lightspark/+bug/668677
+Patch0: %{name}-%{version}-noexecstack.patch
+
%description
Lightspark is a modern, free, open-source flash player implementation.
Lightspark features:
@@ -86,6 +90,7 @@
%prep
%setup -q -n %{name}-%{version}%{?pre:%{pre}}
+%patch0 -p1 -b .noexecstack
%build
%cmake -DCOMPILE_PLUGIN=1 \
@@ -152,6 +157,10 @@
%changelog
+* Sat Nov 20 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.4.3-3
+- Avoid creating executable stack, fixes :
+ https://bugs.launchpad.net/lightspark/+bug/668677
+
* Thu Oct 14 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.4.3-2
- Rebuilt for gcc bug
14 years
rpms/lightspark/devel lightspark.spec,1.4,1.5
by Hicham HAOUARI
Author: hicham
Update of /cvs/free/rpms/lightspark/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21485
Modified Files:
lightspark.spec
Log Message:
release bump
Index: lightspark.spec
===================================================================
RCS file: /cvs/free/rpms/lightspark/devel/lightspark.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lightspark.spec 20 Nov 2010 13:50:00 -0000 1.4
+++ lightspark.spec 20 Nov 2010 13:56:53 -0000 1.5
@@ -17,7 +17,7 @@
%define pre rc1
%endif
-%define rel 3
+%define rel 4
%define major 0.4.4
@@ -157,7 +157,7 @@
%changelog
-* Sat Nov 20 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.4.3-3
+* Sat Nov 20 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.4.3-4
- Avoid creating executable stack, fixes :
https://bugs.launchpad.net/lightspark/+bug/668677
14 years
rpms/lightspark/devel sources,1.3,1.4
by Hicham HAOUARI
Author: hicham
Update of /cvs/free/rpms/lightspark/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21125/devel
Modified Files:
sources
Log Message:
Avoid creating exec stack, fixes https://bugs.launchpad.net/lightspark/+bug/668677
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lightspark/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 20 Nov 2010 13:50:00 -0000 1.3
+++ sources 20 Nov 2010 13:55:34 -0000 1.4
@@ -1 +1,2 @@
2bd7b1e90b91fe7f42fdcddb25fcde2b lightspark-0.4.4.3-noexecstack.patch
+efd2e91d36ffa38c9befa25af5eaac20 lightspark-0.4.4.3.tar.gz
14 years
rpms/lightspark/devel lightspark.spec,1.3,1.4 sources,1.2,1.3
by Hicham HAOUARI
Author: hicham
Update of /cvs/free/rpms/lightspark/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20585
Modified Files:
lightspark.spec sources
Log Message:
Avoid creating exec stack, fixes https://bugs.launchpad.net/lightspark/+bug/668677
Index: lightspark.spec
===================================================================
RCS file: /cvs/free/rpms/lightspark/devel/lightspark.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lightspark.spec 14 Oct 2010 21:36:27 -0000 1.3
+++ lightspark.spec 20 Nov 2010 13:50:00 -0000 1.4
@@ -17,7 +17,7 @@
%define pre rc1
%endif
-%define rel 2
+%define rel 3
%define major 0.4.4
@@ -63,6 +63,10 @@
Requires: hicolor-icon-theme
+# Patch0: Do not create executable stack
+# https://bugs.launchpad.net/lightspark/+bug/668677
+Patch0: %{name}-%{version}-noexecstack.patch
+
%description
Lightspark is a modern, free, open-source flash player implementation.
Lightspark features:
@@ -86,6 +90,7 @@
%prep
%setup -q -n %{name}-%{version}%{?pre:%{pre}}
+%patch0 -p1 -b .noexecstack
%build
%cmake -DCOMPILE_PLUGIN=1 \
@@ -152,6 +157,10 @@
%changelog
+* Sat Nov 20 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.4.3-3
+- Avoid creating executable stack, fixes :
+ https://bugs.launchpad.net/lightspark/+bug/668677
+
* Thu Oct 14 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.4.3-2
- Rebuilt for gcc bug
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lightspark/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 24 Sep 2010 21:21:38 -0000 1.2
+++ sources 20 Nov 2010 13:50:00 -0000 1.3
@@ -1 +1 @@
-efd2e91d36ffa38c9befa25af5eaac20 lightspark-0.4.4.3.tar.gz
+2bd7b1e90b91fe7f42fdcddb25fcde2b lightspark-0.4.4.3-noexecstack.patch
14 years
rpms/perl-IP-Country/devel perl-IP-Country.spec,1.1,1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/perl-IP-Country/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6324/devel
Modified Files:
perl-IP-Country.spec
Log Message:
rebuilt
Index: perl-IP-Country.spec
===================================================================
RCS file: /cvs/nonfree/rpms/perl-IP-Country/devel/perl-IP-Country.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-IP-Country.spec 6 May 2009 13:49:43 -0000 1.1
+++ perl-IP-Country.spec 20 Nov 2010 10:34:18 -0000 1.2
@@ -1,6 +1,6 @@
Name: perl-IP-Country
Version: 2.26
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Fast lookup of country codes from IP addresses
License: GPL+ or Artistic
Group: Development/Libraries
@@ -72,6 +72,9 @@
%changelog
+* Sat Nov 20 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 2.26-3
+- Rebuild for perl 5.12
+
* Thu Feb 19 2009 Andreas Thienemann <andreas(a)bawue.net> 2.26-2
- Removed dotfiles, added %%defattr to -utils
14 years
rpms/perl-IP-Country/F-14 perl-IP-Country.spec,1.1,1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/perl-IP-Country/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6324/F-14
Modified Files:
perl-IP-Country.spec
Log Message:
rebuilt
Index: perl-IP-Country.spec
===================================================================
RCS file: /cvs/nonfree/rpms/perl-IP-Country/F-14/perl-IP-Country.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-IP-Country.spec 6 May 2009 13:49:43 -0000 1.1
+++ perl-IP-Country.spec 20 Nov 2010 10:34:19 -0000 1.2
@@ -1,6 +1,6 @@
Name: perl-IP-Country
Version: 2.26
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Fast lookup of country codes from IP addresses
License: GPL+ or Artistic
Group: Development/Libraries
@@ -72,6 +72,9 @@
%changelog
+* Sat Nov 20 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 2.26-3
+- Rebuild for perl 5.12
+
* Thu Feb 19 2009 Andreas Thienemann <andreas(a)bawue.net> 2.26-2
- Removed dotfiles, added %%defattr to -utils
14 years