[lxdvdrip] Remove surplus hardening flags
by Leigh Scott
commit 0c27c2b003c1504c56cb96982599daa373b8f304
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Aug 15 10:03:19 2016 +0100
Remove surplus hardening flags
lxdvdrip.spec | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/lxdvdrip.spec b/lxdvdrip.spec
index db8b701..a7241db 100644
--- a/lxdvdrip.spec
+++ b/lxdvdrip.spec
@@ -1,6 +1,6 @@
Name: lxdvdrip
Version: 1.77
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A command line tool to rip&burn a video DVD
Group: Applications/Multimedia
@@ -46,15 +46,15 @@ done
%build
make %{?_smp_mflags} \
- CFLAGS="${RPM_OPT_FLAGS} -pie -Wl,-z,now" \
- LDFLAGS="${RPM_LD_FLAGS} -pie -Wl,-z,now -Wl,--as-needed -lm -ldvdread -ldvdnav -lpthread"
+ CFLAGS="${RPM_OPT_FLAGS}" \
+ LDFLAGS="${RPM_LD_FLAGS}"
%install
rm -rf $RPM_BUILD_ROOT
-make CFLAGS="${RPM_OPT_FLAGS} -pie -fPIC -Wl,-z,now" \
- LDFLAGS="${RPM_LD_FLAGS} -pie -fPIC -Wl,-z,now" \
+make CFLAGS="${RPM_OPT_FLAGS}" \
+ LDFLAGS="${RPM_LD_FLAGS}" \
install INSTALLDIR=$RPM_BUILD_ROOT BINDIR=%{_bindir} MANDIR=%{_mandir} \
DATADIR=%{_datadir}/%{name}-%{version} SYSCONFDIR=%{_sysconfdir} \
PREFIX=$RPM_BUILD_ROOT%{_prefix} INSTBIN=$RPM_BUILD_ROOT%{_bindir}
@@ -72,6 +72,9 @@ chmod 755 $RPM_BUILD_ROOT%{_bindir}/*
%config(noreplace) %{_sysconfdir}/lxdvdrip.conf
%changelog
+* Mon Aug 15 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1.77-2
+- Remove surplus hardening flags
+
* Wed Feb 24 2016 Antonio Trande <sagitter(a)fedoraproject.org> - 1.77-1
- Update to 1.77
- Update Source and URL
8 years, 3 months
[lives/f23] Update to 2.6.5
by Antonio
Summary of changes:
61050ac... Update to 2.6.5 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[lives/f24] Update to 2.6.5
by Antonio
Summary of changes:
61050ac... Update to 2.6.5 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[lives/f25] Update to 2.6.5
by Antonio
Summary of changes:
61050ac... Update to 2.6.5 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months
[lives] Update to 2.6.5
by Antonio
commit 61050ac208e01d38fb99e2a720afc75500f0e336
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sun Aug 14 18:36:19 2016 +0200
Update to 2.6.5
.gitignore | 1 +
lives.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac16f09..847ca2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/LiVES-2.6.3.tar.bz2
/LiVES-2.6.4.tar.bz2
+/LiVES-2.6.5.tar.bz2
diff --git a/lives.spec b/lives.spec
index ea71670..be10cce 100644
--- a/lives.spec
+++ b/lives.spec
@@ -12,8 +12,8 @@
#
Name: lives
-Version: 2.6.4
-Release: 4%{?dist}
+Version: 2.6.5
+Release: 1%{?dist}
Summary: Video editor and VJ tool
License: GPLv3+ and LGPLv3+
URL: http://lives-video.com
@@ -181,6 +181,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
%{_datadir}/appdata/LiVES.appdata.xml
%changelog
+* Sun Aug 14 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.6.5-1
+- Update to 2.6.5
+
* Fri Aug 12 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.6.4-4
- Fix Python interpreter
- Filtering of private libraries
diff --git a/sources b/sources
index 76a37b5..00f4937 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4ad174834c86dd35be73fe6f92f03933 LiVES-2.6.4.tar.bz2
+7514aca89eb7b3800c7f3f53a1678ef8 LiVES-2.6.5.tar.bz2
8 years, 3 months
[bombono-dvd] Update to 1.2.4 release
by Leigh Scott
commit d7ff0a9d2302d3f7456d5ccf1657b1ea37fe0e8e
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Aug 14 12:51:43 2016 +0100
Update to 1.2.4 release
.gitignore | 1 +
0003-fixes-for-ffmpeg-3.0.1.patch | 140 -------------------------
0005-fix-for-CXX11-Boost.patch | 125 ----------------------
0006-fix-for-old-ffmpeg.patch | 33 ------
0007-fixes.patch | 66 ------------
0008-add-std-c-11-by-default.patch | 26 -----
0009-deprecation-warning-hiding-auto_ptr.patch | 40 -------
bombono-dvd.spec | 40 ++++---
sources | 2 +-
9 files changed, 21 insertions(+), 452 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ab26a5..6663d7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
bombono-dvd-1.2.2.tar.bz2
+/bombono-dvd-1.2.4.tar.gz
diff --git a/bombono-dvd.spec b/bombono-dvd.spec
index 7072059..981d378 100644
--- a/bombono-dvd.spec
+++ b/bombono-dvd.spec
@@ -1,8 +1,8 @@
#global rel_tag .20120615gitcdab110
Name: bombono-dvd
-Version: 1.2.2
-Release: 14%{?rel_tag}%{?dist}
+Version: 1.2.4
+Release: 1%{?rel_tag}%{?dist}
Summary: DVD authoring program with nice and clean GUI
# License breakdown in README.
License: GPLv2 and GPLv2+ and Boost and Python and LGPLv2+
@@ -13,17 +13,9 @@ Url: http://www.bombono.org
# tag=.20120616gitcdab110; cd bombono-dvd; git reset --hard ${tag##*git}; cd ..
# tar czf bombono-dvd-1.2.0$tag.tar.gz --exclude .git bombono-dvd
#Source: bombono-dvd-%%{version}%%{?rel_tag}.tar.gz
-Source: http://sourceforge.net/projects/bombono/files/bombono-dvd/1.2/bombono-dvd...
+Source: https://github.com/muravjov/bombono-dvd/archive/%{version}.tar.gz#/%{name...
Patch0: filesys-include-path.patch
-# Upstream patches
-Patch1: 0003-fixes-for-ffmpeg-3.0.1.patch
-Patch2: 0005-fix-for-CXX11-Boost.patch
-Patch3: 0006-fix-for-old-ffmpeg.patch
-Patch4: 0007-fixes.patch
-Patch5: 0008-add-std-c-11-by-default.patch
-Patch6: 0009-deprecation-warning-hiding-auto_ptr.patch
-
# needs to match TBB - from adobe-source-libraries
ExclusiveArch: i686 x86_64 ia64
@@ -78,12 +70,7 @@ re-authoring by importing video from DVD discs is also supported.
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
+
sed -i '\;#![ ]*/usr/bin/env;d' $(find . -name SCons\*)
rm -r debian libs/boost-lib src/mlib/tests libs/mpeg2dec ./libs/asl/adobe
@@ -124,6 +111,9 @@ fi
%{_mandir}/man1/*
%changelog
+* Sun Aug 14 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1.2.4-1
+- Update to 1.2.4 release
+
* Sat Jul 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.2.2-14
- Rebuilt for ffmpeg-3.1.1
@@ -151,7 +141,7 @@ fi
* Fri Dec 27 2013 leamas(a)nowhere.net - 1.2.2-6
- Rebuild after F20 branching
-* Thu May 26 2013 Alec Leamas <leamas(a)nowhere.net> - 1.2.2-5
+* Sun May 26 2013 Alec Leamas <leamas(a)nowhere.net> - 1.2.2-5
- Build problems for f20.
* Sun May 26 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.2-2
@@ -188,32 +178,40 @@ fi
* Sun Apr 01 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0-1.20120401git2278251
- New version-release scheme
- Minor fixes
-* Sat Mar 28 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0.20120128gitf39d5d5-1
+
+* Wed Mar 28 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0.20120128gitf39d5d5-1
- Adding BR: adobe-source-libraries-devel
- Removing copyright notices after email discussion with Ilya.
- Updating to latest git
- The upstream version unbundles adobe-source-libraries
+
* Sat Jan 28 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0.20120128gitf39d5d5-1
- Adding bundling exception for boost-logging.
+
* Wed Jan 25 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0.20120125git3f4adbb-1
- Removing irrelevant files in docs/
- Updating deps to reflect bb7f789 "twolame is optional..."
- Removing bundled libmpeg2
+
* Sat Jan 21 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0.20101210git2840c3a-1
- Updating to latest git source. Many patches accepted.
- Removing %%defattr.
+
* Sat Jan 14 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0-4
- Refactoring scons parameters to rpm macro %%scons.
- Adding virtual provide for bundled mpeg lib.
- Use of Boost license, was BSD, handling license file.
+
* Sun Jan 8 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0-3
- Using external boost lib, removing bundled one.
- Feeding standard rpm build flags to scons.
- Cleaning up post/posttrans snippets and deps.
- Restoring execute permissions on some scripts in %%prep
+
* Fri Jan 6 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0-2
- Using manpages from debian dir, remove debian stuff.
-* Tue Jan 4 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0-1
+
+* Wed Jan 4 2012 Alec Leamas <alec(a)nowhere.com> 1.2.0-1
- First attempt to modify Ilya Murav'jo's spec file for Fedora.
- Adding changelog
- Added find_lang handling of .mo files.
@@ -225,7 +223,7 @@ fi
- Modified arguments to scons build and install.
- Fixed various rpmlint warnings
- Adjusted dependencies after mock build test.
+
* Mon Jan 1 2007 Ilya Murav'jov <muravev(a)yandex.ru> 1.0.2-0
- Faked entry by Alec leamas to reflect initial packager.
-# vim: set expandtab ts=4 sw=4:
diff --git a/sources b/sources
index 8764a00..8b32885 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b4fd43025cab3bbf76275f7b87952a93 bombono-dvd-1.2.2.tar.bz2
+76c70125fc1de553f7b46ac09aaedba2 bombono-dvd-1.2.4.tar.gz
8 years, 3 months
[xroar/f23] Upgrade to 0.34.1
by Andrea Musuruane
Summary of changes:
1b16b2d... Upgrade to 0.34.1 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 3 months