[simplescreenrecorder] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
by Leigh Scott
commit 354e5e6bb489a65c9997af95ba76e4d90b1583d5
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 27 09:56:21 2018 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: leigh123linux <leigh123linux(a)googlemail.com>
simplescreenrecorder.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/simplescreenrecorder.spec b/simplescreenrecorder.spec
index 90956d1..9147ed6 100644
--- a/simplescreenrecorder.spec
+++ b/simplescreenrecorder.spec
@@ -1,7 +1,7 @@
%define shortname ssr
Name: simplescreenrecorder
Version: 0.3.11
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Simple Screen Recorder is a screen recorder for Linux
License: GPLv3
@@ -98,6 +98,9 @@ fi
%{_datadir}/appdata/%{name}.appdata.xml
%changelog
+* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.3.11-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
* Wed Jun 13 2018 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.3.11-1
- Update to 0.3.11
6 years, 4 months
[shotcut] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
by Leigh Scott
commit 2251bbcfc3fb4e9bdbfe1487c07bc5e95cb68007
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 27 09:55:21 2018 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: leigh123linux <leigh123linux(a)googlemail.com>
shotcut.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/shotcut.spec b/shotcut.spec
index 1c1b836..65dbf68 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -4,7 +4,7 @@
Name: shotcut
Version: 18.07
-Release: 1%{dist}
+Release: 2%{dist}
Summary: A free, open source, cross-platform video editor
# The entire source code is GPLv3+ except mvcp/ which is LGPLv2+
License: GPLv3+ and LGPLv2+
@@ -187,6 +187,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/org.%{na
%doc doc
%changelog
+* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 18.07-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
* Tue Jul 03 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 18.07-1
- Update to 18.07
6 years, 4 months
[libdvdcss] Add BR: gcc; Modernize specfile
by Xavier Bachelot
commit 0ffd38962fb3b0322a0745e1026ead32e364620b
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Fri Jul 27 10:49:03 2018 +0200
Add BR: gcc; Modernize specfile
libdvdcss.spec | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/libdvdcss.spec b/libdvdcss.spec
index e445f38..b439fc9 100644
--- a/libdvdcss.spec
+++ b/libdvdcss.spec
@@ -1,12 +1,13 @@
Summary: A portable abstraction library for DVD decryption
Name: libdvdcss
Version: 1.4.2
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+
Source: http://www.videolan.org/pub/videolan/libdvdcss/%{version}/libdvdcss-%{ver...
URL: http://www.videolan.org/libdvdcss/
BuildRequires: doxygen
+BuildRequires: gcc
%description
@@ -27,16 +28,16 @@ you will need to install %{name}-devel.
%prep
-%setup -q
+%autosetup
%build
%configure --disable-static
-make %{_smp_mflags}
+%make_build
%install
-make install DESTDIR=%{buildroot}
+%make_install
# remove generated doc from build
mv %{buildroot}/usr/share/doc/libdvdcss docdir
@@ -45,9 +46,7 @@ mv %{buildroot}/usr/share/doc/libdvdcss docdir
find %{buildroot} -regex ".*\.la$" -delete
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%ldconfig_scriptlets
%files
@@ -63,6 +62,10 @@ find %{buildroot} -regex ".*\.la$" -delete
%changelog
+* Fri Jul 27 2018 Xavier Bachelot <xavier(a)bachelot.org> - 1.4.2-3
+- Add BR: gcc.
+- Modernize specfile.
+
* Thu Jul 26 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.4.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
6 years, 4 months
[rtmpdump] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
by Leigh Scott
commit 62664f64c947ebe59b423130d4d317e73684ac81
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 27 09:29:45 2018 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: leigh123linux <leigh123linux(a)googlemail.com>
rtmpdump.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/rtmpdump.spec b/rtmpdump.spec
index 1b5617b..e4565c8 100644
--- a/rtmpdump.spec
+++ b/rtmpdump.spec
@@ -4,7 +4,7 @@
Name: rtmpdump
Version: 2.4
-Release: 10.%{gitdate}.git%{shortcommit}%{?dist}
+Release: 11.%{gitdate}.git%{shortcommit}%{?dist}
Summary: Toolkit for RTMP streams
Group: Applications/Internet
@@ -79,6 +79,9 @@ rm -f %{buildroot}%{_libdir}/librtmp.a
%{_mandir}/man3/librtmp.3*
%changelog
+* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.4-11.20160224.gitfa8646d
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 2.4-10.20160224.gitfa8646d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6 years, 4 months
[rpmfusion-free-remix-kickstarts] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
by Leigh Scott
commit 58e6290cbd016b77d29996a16b33ba5d35790b62
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 27 09:29:38 2018 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: leigh123linux <leigh123linux(a)googlemail.com>
rpmfusion-free-remix-kickstarts.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/rpmfusion-free-remix-kickstarts.spec b/rpmfusion-free-remix-kickstarts.spec
index 4748e07..397a997 100644
--- a/rpmfusion-free-remix-kickstarts.spec
+++ b/rpmfusion-free-remix-kickstarts.spec
@@ -1,6 +1,6 @@
Name: rpmfusion-free-remix-kickstarts
Version: 0.28
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Kickstart files for creating distributions with packages RPM Fusion free
License: GPLv3+
@@ -43,6 +43,9 @@ install -t $RPM_BUILD_ROOT%{_datadir}/%{name}/ -p -m644 \
%{_datadir}/%{name}/
%changelog
+* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.28-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
* Thu Feb 22 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 0.28-1
- Update to 0.28
6 years, 4 months
[rpmfusion-free-obsolete-packages] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
by Leigh Scott
commit fb75aa1b1b553f660e3d93eb832b1f6fbf12b23f
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Jul 27 09:29:33 2018 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: leigh123linux <leigh123linux(a)googlemail.com>
rpmfusion-free-obsolete-packages.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/rpmfusion-free-obsolete-packages.spec b/rpmfusion-free-obsolete-packages.spec
index 599ab2f..a1ec9e8 100644
--- a/rpmfusion-free-obsolete-packages.spec
+++ b/rpmfusion-free-obsolete-packages.spec
@@ -1,6 +1,6 @@
Name: rpmfusion-free-obsolete-packages
Version: 28
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: A package to obsolete retired packages from rpmfusion-free
License: MIT
@@ -57,6 +57,9 @@ cp -p %{SOURCE0} .
%doc README
%changelog
+* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 28-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
* Wed Apr 11 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 28-4
- Add gmediafinder (rfbz #4862)
6 years, 4 months