[m2vrequantiser] Update to 1.1 release
by Leigh Scott
commit 6ebcc8d01db060c1a44ef07a7ddfdcc688dea27c
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Thu Mar 5 09:58:37 2020 +0000
Update to 1.1 release
.gitignore | 1 +
m2vrequantiser.spec | 29 +++++++++++++++++------------
make_dest_strip.patch | 27 +++++++++++++++++++++++++++
sources | 2 +-
4 files changed, 46 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e0604e..9766d6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
M2VRequantizer.tar.gz
+/M2VRequantiser-v1.1.tar.gz
diff --git a/m2vrequantiser.spec b/m2vrequantiser.spec
index 7315bc8..666c873 100644
--- a/m2vrequantiser.spec
+++ b/m2vrequantiser.spec
@@ -1,11 +1,14 @@
Name: m2vrequantiser
-Version: 20030929
-Release: 14%{?dist}
+Epoch: 1
+Version: 1.1
+Release: 1%{?dist}
Summary: MPEG-2 stream requantizer
-License: GPL+
-URL: http://www.metakine.com/
-Source0: http://www.xeatre.tv/community/burn/contrib/M2VRequantizer.tar.gz
+License: GPLv2
+URL: https://launchpad.net/m2vrequantiser
+Source0: %{url}/trunk/%{version}/+download/M2VRequantiser-v%{version}.tar.gz
+Patch0: make_dest_strip.patch
+
BuildRequires: gcc
%description
@@ -14,26 +17,28 @@ recompressing.
%prep
-%setup -q -n M2VRequantizer
-rm -f requant
+%autosetup -n M2VRequantiser-v%{version}
%build
-%{__cc} $RPM_OPT_FLAGS -lm -o requant main.c
+%set_build_flags
+%make_build
%install
-install -Dpm 755 requant $RPM_BUILD_ROOT%{_bindir}/requant
-ln -s requant $RPM_BUILD_ROOT%{_bindir}/M2VRequantiser
+%make_install PREFIX=%{_prefix}
%files
+%doc README.txt
+%license LICENSE.txt
%{_bindir}/M2VRequantiser
-%{_bindir}/requant
-
%changelog
+* Thu Mar 05 2020 leigh123linux <leigh123linux(a)googlemail.com> - 1:1.1-1
+- Update to 1.1 release
+
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 20030929-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
diff --git a/make_dest_strip.patch b/make_dest_strip.patch
new file mode 100644
index 0000000..42dbecd
--- /dev/null
+++ b/make_dest_strip.patch
@@ -0,0 +1,27 @@
+--- a/Makefile
++++ b/Makefile
+@@ -4,7 +4,7 @@
+ CFLAGS += -D_LARGEFILE_SOURCE -DLARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_REENTRANT
+ CFLAGS += -Wall
+ OBJECTS = main.o
+-LDFLAGS += -s
++LDFLAGS +=
+ LOADLIBES += -lm
+ INSTALL ?= install
+
+@@ -17,11 +17,11 @@
+ $(CC) $(CFLAGS) -c $<
+
+ install: all
+- $(INSTALL) -d $(PREFIX)/bin
+- $(INSTALL) -m 755 M2VRequantiser $(PREFIX)/bin
++ $(INSTALL) -d $(DESTDIR)$(PREFIX)/bin
++ $(INSTALL) -m 755 M2VRequantiser $(DESTDIR)$(PREFIX)/bin
+
+ uninstall:
+- rm -f $(PREFIX)/bin/M2VRequantiser
++ rm -f $(DESTDIR)$(PREFIX)/bin/M2VRequantiser
+
+ clean:
+ rm -f M2VRequantiser *.o *~ core
+
diff --git a/sources b/sources
index 71172bb..1af36ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5d01e53b6051e281a1681654c8481bac M2VRequantizer.tar.gz
+SHA512 (M2VRequantiser-v1.1.tar.gz) = f9c3d36c835fc20a4e2cad4d74796a1d1777fe6c90893da0885c1e49138b7715e93e7836b0a9a792009962513704e1e04d322a9f2b42c526c2dcfed71ef5929b
4 years, 8 months
[live555] Update to 2020.02.25
by Nicolas Chauvet
commit ad0c25ee62ffafa82e1043c4245a5acd0804c78e
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Mar 5 08:16:31 2020 +0100
Update to 2020.02.25
live555.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/live555.spec b/live555.spec
index 88e25a7..3bbfb5c 100644
--- a/live555.spec
+++ b/live555.spec
@@ -1,6 +1,6 @@
Name: live555
-Version: 2019.07.27
-Release: 3%{?dist}
+Version: 2020.02.25
+Release: 1%{?dist}
Summary: Live555.com streaming libraries
License: LGPLv2+
@@ -115,6 +115,9 @@ chmod +x %{buildroot}%{_libdir}/*.so*
%changelog
+* Thu Mar 05 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 2020.02.25-1
+- Update to 2020.02.25
+
* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2019.07.27-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4 years, 8 months
[megasync/el7: 4/4] Merge branch 'master' into el7
by Vasiliy Glazov
commit 8ce7e3897a1bbbea26ea9843583fb9f4356730b1
Merge: 30fb932 f11c320
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Thu Mar 5 09:17:43 2020 +0300
Merge branch 'master' into el7
.gitignore | 2 ++
megasync.spec | 19 ++++++++++++++-----
sources | 4 ++--
3 files changed, 18 insertions(+), 7 deletions(-)
---
diff --cc megasync.spec
index fc6505e,8ce9fcc..78bbe62
--- a/megasync.spec
+++ b/megasync.spec
@@@ -4,10 -4,10 +4,10 @@@
%bcond_without nautilus
%bcond_without nemo
-%global enable_lto 1
+%global enable_lto 0
Name: megasync
- Version: 4.2.5
+ Version: 4.3.0.8
Release: 1%{?dist}
Summary: Easy automated syncing between your computers and your MEGA cloud drive
# MEGAsync is under a proprietary license, except the SDK which is BSD
4 years, 8 months
[kodi/f31] (5 commits) ...Update to 18.6
by Michael Cronenworth
Summary of changes:
874d31e... Disable Debug Fission feature, creates broken debug info on (*)
4769916... Workaround for brp-mangle-shebangs behavior (RHBZ#1787088) (*)
3625027... - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass (*)
e351599... - Rebuild for ffmpeg-4.3 git (*)
ec5c538... Update to 18.6 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 8 months
[kodi/f32] (2 commits) ...Update to 18.6
by Michael Cronenworth
Summary of changes:
e351599... - Rebuild for ffmpeg-4.3 git (*)
ec5c538... Update to 18.6 (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 8 months
[kodi] Update to 18.6
by Michael Cronenworth
commit ec5c538ce5179c550d18b7df608ba3012ecbe3fb
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Wed Mar 4 12:56:25 2020 -0600
Update to 18.6
kodi-generate-tarball-xz.sh | 2 +-
kodi.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/kodi-generate-tarball-xz.sh b/kodi-generate-tarball-xz.sh
index e2cd9b2..9475bd5 100755
--- a/kodi-generate-tarball-xz.sh
+++ b/kodi-generate-tarball-xz.sh
@@ -1,7 +1,7 @@
#!/bin/sh
MAJORVERSION=18
-MINORVERSION=5
+MINORVERSION=6
#GITCOMMIT=e988513175fccca83f8b688bb77b932f6a403b96
#GITSHORT=ge988513
CODENAME=Leia
diff --git a/kodi.spec b/kodi.spec
index 27ae99e..0a134e2 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -33,8 +33,8 @@
%endif
Name: kodi
-Version: 18.5
-Release: 3%{?dist}
+Version: 18.6
+Release: 1%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -556,6 +556,9 @@ rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/kodi-wiiremote.1
%changelog
+* Wed Mar 04 2020 Michael Cronenworth <mike(a)cchtml.com> - 18.6-1
+- Kodi 18.6 final
+
* Sat Feb 22 2020 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 18.5-3
- Rebuild for ffmpeg-4.3 git
diff --git a/sources b/sources
index f4d9d57..ffa6b01 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (kodi-18.5-patched.tar.xz) = 6f35912cabafc3fe1ff9b8999108eb008825d9fd51b27eb5c33a7daa873d04abea6770ecc8be68c9c8a9fc9134d0b6dbead528f2f72159cfb25d7390835eadf0
+SHA512 (kodi-18.6-patched.tar.xz) = dbff33be5821a06836b5a9672c6460c1e2a6ba62fd62aa6f27e42cf9d3cab7d894ac558ee36c6951bbe84403fda7b0f178204d63292995a06e366688c4ca2d47
SHA512 (kodi-libdvdnav-6.0.0-Leia-Alpha-3.tar.gz) = 11c93eaacd156f8fd7dec7c43d366438b201f31ad55b2870463a9e286912b6ada08882319a021fb7992190f87b909a49f2b83e0321cc17aedc29f7fe5898fa72
SHA512 (kodi-libdvdread-6.0.0-Leia-Alpha-3.tar.gz) = b3419ba0a1a2dd70f1bb6236afdfe1c6e88c9ad4264198b289e3bba9375e077cecf7f89848c7b09debaa445327f3507101f3d157e692f7a7163b2bb52643e1e7
4 years, 8 months