[DVDRipOMatic] Fix permissions of DVDRipOMatic.kmdr
by Sérgio M. Basto
commit 59bf8366e17b72051ffce61b99661b2ff451b446
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Aug 1 03:45:11 2016 +0100
Fix permissions of DVDRipOMatic.kmdr
DVDRipOMatic.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/DVDRipOMatic.spec b/DVDRipOMatic.spec
index e839a10..e93c319 100644
--- a/DVDRipOMatic.spec
+++ b/DVDRipOMatic.spec
@@ -1,6 +1,6 @@
Name: DVDRipOMatic
Version: 0.95
-Release: 11%{?dist}
+Release: 12%{?dist}
Summary: Simple DVD to XviD ripping application
Group: Applications/Multimedia
License: GPL
@@ -42,7 +42,7 @@ EOF
rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/apps/%{name}
mkdir -p %{buildroot}%{_bindir}
-install -pm0644 %{name}.kmdr %{buildroot}%{_datadir}/apps/%{name}
+install -pm0755 %{name}.kmdr %{buildroot}%{_datadir}/apps/%{name}
install -pm0644 banner.png %{buildroot}%{_datadir}/apps/%{name}
install -pm0755 DVDScan %{buildroot}%{_datadir}/apps/%{name}
install -pm0755 dvdripomatic %{buildroot}%{_bindir}
@@ -65,6 +65,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Aug 01 2016 Sérgio Basto <sergio(a)serjux.com> - 0.95-12
+- Fix permissions of DVDRipOMatic.kmdr
+
* Sun Aug 31 2014 Sérgio Basto <sergio(a)serjux.com> - 0.95-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8 years, 3 months
[DVDAuthorWizard] Fix permissions of DVDAuthorWizard.kmdr
by Sérgio M. Basto
commit eb5b6d712d94c959fb4d15946e81f8137aae8dac
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Aug 1 03:40:34 2016 +0100
Fix permissions of DVDAuthorWizard.kmdr
DVDAuthorWizard.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/DVDAuthorWizard.spec b/DVDAuthorWizard.spec
index 622cfbb..5f91683 100644
--- a/DVDAuthorWizard.spec
+++ b/DVDAuthorWizard.spec
@@ -1,6 +1,6 @@
Name: DVDAuthorWizard
Version: 1.4.6
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Create a video DVD from MPEG-2 files
Group: Applications/Multimedia
License: GPL
@@ -49,7 +49,7 @@ rm -rf %{buildroot}
mkdir -p %{buildroot}%{_datadir}/apps/%{name}
mkdir -p %{buildroot}%{_bindir}
-install -pm0644 bin/%{name}.kmdr %{buildroot}%{_datadir}/apps/%{name}
+install -pm0755 bin/%{name}.kmdr %{buildroot}%{_datadir}/apps/%{name}
install -pm0755 bin/%{name}-Builder.sh %{buildroot}%{_datadir}/apps/%{name}
install -pm0755 dvdauthorwizard %{buildroot}%{_bindir}
cp -a share/apps/dvdauthorwizard/Pictures %{buildroot}%{_datadir}/apps/%{name}
@@ -72,6 +72,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Aug 01 2016 Sérgio Basto <sergio(a)serjux.com> - 1.4.6-8
+- Fix permissions of DVDAuthorWizard.kmdr
+
* Sun Aug 31 2014 Sérgio Basto <sergio(a)serjux.com> - 1.4.6-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8 years, 3 months
[x264] Enable asm in build with 10bit on i686
by Sérgio M. Basto
commit b8caddeb2b2e9394dd931f61b80a4e4a2b3967e8
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Aug 1 03:05:06 2016 +0100
Enable asm in build with 10bit on i686
For other libx264 with 10bit, I don't think it's relevant to also
build the non asm version since it will be used by compute intensive
video application ( and will be dlopened as isn't linked, so that's a
different story).
x264.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/x264.spec b/x264.spec
index aa9d14e..77ea5e9 100644
--- a/x264.spec
+++ b/x264.spec
@@ -22,7 +22,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 8%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 9%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: http://developers.videolan.org/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@@ -114,7 +114,9 @@ popd
pushd generic10
%{x_configure}\
+%ifnarch i686
%{?_without_asm:--disable-asm}\
+%endif
--bit-depth=10
sed -i -e "s/SONAME=libx264.so./SONAME=libx26410b.so./" config.mak
@@ -172,6 +174,9 @@ touch -r generic/version.h %{buildroot}%{_includedir}/x264.h %{buildroot}%{_incl
%{_libdir}/libx26410b.so
%changelog
+* Mon Aug 01 2016 Sérgio Basto <sergio(a)serjux.com> - 0.148-9.20160614gita5e06b9
+- Enable asm in build with 10bit on i686
+
* Sat Jul 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.148-8.20160614gita5e06b9
- Rebuilt for ffmpeg-3.1.1
8 years, 3 months
[dosemu] Fix bogus dates on changelog, based on commit date
by Sérgio M. Basto
commit a658355a449ea35098c88fd94d04f55290858d20
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Aug 1 02:03:26 2016 +0100
Fix bogus dates on changelog, based on commit date
dosemu.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/dosemu.spec b/dosemu.spec
index a33a6c3..834e394 100644
--- a/dosemu.spec
+++ b/dosemu.spec
@@ -154,16 +154,16 @@ rm -rf $RPM_BUILD_ROOT
%changelog
-* Thu Nov 22 2013 Justin Zygmont <solarflow99[AT]gmail.com>
+* Wed Dec 25 2013 Justin Zygmont <solarflow99[AT]gmail.com>
- 1.4.0.8-18.20131022git
- updated to the latest build, fixes many bugs
- Added a symlink for /etc/dosemu, other minor fixes
-* Mon Feb 05 2013 Justin Zygmont <solarflow99[AT]gmail.com>
+* Mon Feb 11 2013 Justin Zygmont <solarflow99[AT]gmail.com>
- 1.4.0.8-15.20130205git
- updated to the latest build, including improvements for easier package builds
-* Mon Jun 16 2012 Justin Zygmont <solarflow99[AT]gmail.com>
+* Sun Jun 24 2012 Justin Zygmont <solarflow99[AT]gmail.com>
- 1.4.0.6-14.20120623git
- updated to the latest build, and changed the release tag for GIT since svn is no longer used
- updated GNU license URL in freedos dosemu-freedos-bin.tgz
@@ -180,15 +180,15 @@ rm -rf $RPM_BUILD_ROOT
- 1.4.0-8.1999svn
- updated the svn build, added Arch x86_64
-* Sun Oct 3 2009 Justin Zygmont <solarflow99[AT]gmail.com>
+* Sat Oct 3 2009 Justin Zygmont <solarflow99[AT]gmail.com>
- 1.4.0-7.1981svn
- updated the svn build, and changed ExclusiveArch to i686
-* Tue Aug 28 2009 Justin Zygmont <solarflow99[AT]gmail.com>
+* Thu Aug 27 2009 Justin Zygmont <solarflow99[AT]gmail.com>
- 1.4.0-6.1905svn
- added ExclusiveOS and ExclusiveArch to build for i386 only.
-* Tue Aug 27 2009 Justin Zygmont <solarflow99[AT]gmail.com>
+* Wed Aug 26 2009 Justin Zygmont <solarflow99[AT]gmail.com>
- 1.4.0-5.1905svn
- tested some new builds
@@ -204,7 +204,7 @@ rm -rf $RPM_BUILD_ROOT
- 1.4.0-2.1868svn
- fixed some minor problems with the spec file
-* Fri Jul 23 2008 Justin Zygmont <solarflow99[AT]gmail.com>
+* Wed Jul 23 2008 Justin Zygmont <solarflow99[AT]gmail.com>
- 1.4.0-1.1868svn
- Initial RPM release.
8 years, 3 months