[gstreamer1-libav] 1.14.2
by Rex Dieter
commit 7463e768ac2bb8a4a0f1b649d4382a4d8d1aff06
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Sat Aug 18 08:45:51 2018 -0500
1.14.2
gstreamer1-libav.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer1-libav.spec b/gstreamer1-libav.spec
index c8ded49..6bf38c5 100644
--- a/gstreamer1-libav.spec
+++ b/gstreamer1-libav.spec
@@ -1,6 +1,6 @@
Name: gstreamer1-libav
-Version: 1.14.1
-Release: 2%{?dist}
+Version: 1.14.2
+Release: 1%{?dist}
Summary: GStreamer 1.0 libav-based plug-ins
License: LGPLv2+
URL: http://gstreamer.freedesktop.org/
@@ -80,6 +80,9 @@ rm -fv %{buildroot}%{_libdir}/gstreamer-1.0/libgst*.la
%changelog
+* Sat Aug 18 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1.14.2-1
+- 1.14.2
+
* Thu Jul 26 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.14.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
diff --git a/sources b/sources
index bc401ac..a7bc8bb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d57b0052f6eccb8e6762def05995133c gst-libav-1.14.1.tar.xz
+da3d4655268bc6766a261065ca737590 gst-libav-1.14.2.tar.xz
6 years, 3 months
[lha] Switch to upstream git source
by Leigh Scott
commit a687fbe0fd795363955e3cbbcf3058f925a45aa5
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Aug 18 10:43:29 2018 +0100
Switch to upstream git source
.gitignore | 1 +
lha-1.14i-dir_length_bounds_check.patch | 20 ----
lha-1.14i-malloc.patch | 10 --
lha-1.14i-sec.patch | 75 ------------
lha-1.14i-sec2.patch | 196 --------------------------------
lha-1.14i-stdlib.patch | 11 --
lha-1.14i-symlink.patch | 10 --
lha.spec | 54 +++++----
sources | 2 +-
9 files changed, 31 insertions(+), 348 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9b12271..0acdb66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
lha-114i.tar.gz
+/lha-6f6cbc189d23b7c3a8636819f5796654f188764e.tar.gz
diff --git a/lha.spec b/lha.spec
index 4844fc2..6120d4a 100644
--- a/lha.spec
+++ b/lha.spec
@@ -1,55 +1,59 @@
+%global commit 6f6cbc189d23b7c3a8636819f5796654f188764e
+%global date 20161015
+%global shortcommit0 %(c=%{commit}; echo ${c:0:7})
+
Name: lha
Version: 1.14i
-Release: 32%{?dist}
+Release: 33%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
Summary: Archiving and compression utility for LHarc/lha/lzh archives
Group: Applications/Archiving
License: Distributable
-URL: http://www2m.biglobe.ne.jp/~dolphin/lha/prog/
-Source0: http://www2m.biglobe.ne.jp/~dolphin/%{name}/prog/%{name}-114i.tar.gz
-Patch0: lha-1.14i-symlink.patch
-Patch1: lha-1.14i-malloc.patch
-Patch2: lha-1.14i-sec.patch
-Patch3: lha-1.14i-dir_length_bounds_check.patch
-Patch4: lha-1.14i-sec2.patch
-Patch5: lha-1.14i-stdlib.patch
+URL: https://github.com/jca02266/%{name}
+Source0: %url/archive/%{commit}.tar.gz#/%{name}-%{commit}.tar.gz
+
+BuildRequires: automake
+BuildRequires: gcc
%description
LHA is an archiving and compression utility for LHarc/lha/lzh format archives.
%prep
-%setup -qn lha-114i
-
-%patch0 -p1 -b .symlink
-%patch1 -p1 -b .malloc
-# security fixes
-%patch2 -p1 -b .sec
-%patch3 -p1 -b .sec
-%patch4 -p1 -b .sec
-%patch5 -p1 -b .stdlib
+%autosetup -n %{name}-%{commit}
+autoreconf -fiv
# Rename doc files to better represent encoding which is EUC (jp)
+cd olddoc/
mv change-114e.txt change-114e.euc
mv change-114g.txt change-114g.euc
mv change-114h.txt change-114h.euc
mv change-114i.txt change-114i.euc
-
%build
-make OPTIMIZE="%{optflags} -DSUPPORT_LH7 -DMKSTEMP"
+%configure
+%make_build
+%check
+pushd tests
+make %{?_smp_mflags} check-local
+popd
%install
-mkdir -p %{buildroot}%{_bindir}
-install -m0755 src/lha %{buildroot}%{_bindir}
-
+%make_install
+mkdir -p %{buildroot}%{_mandir}/ja/mann
+install -m 644 man/lha.n %{buildroot}%{_mandir}/ja/mann/lha.n
%files
-%doc change-114* CHANGES.euc PROBLEMS.euc README.euc
+%doc olddoc/change-114* olddoc/CHANGES.euc
+%doc olddoc/PROBLEMS.euc olddoc/README.euc
%{_bindir}/lha
-
+%{_mandir}/man1/lha.1.*
+%lang(ja) %{_mandir}/ja/mann/lha.n*
%changelog
+* Sat Aug 18 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.14i-33.20161015git6f6cbc1
+- Switch to upstream git source
+
* Fri Aug 17 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.14i-32
- Add missing stdlib include
- Clean up spec file
diff --git a/sources b/sources
index 0204283..5ba48f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5225884d557b91f04124693e2c5c9e94 lha-114i.tar.gz
+7a8a476d5038a64def2714f70626dd3f lha-6f6cbc189d23b7c3a8636819f5796654f188764e.tar.gz
6 years, 3 months
[lha] Add missing stdlib include
by Leigh Scott
commit a0f1e0397c008005ab191b5559fd3b6357dcdac7
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Aug 17 08:22:07 2018 +0100
Add missing stdlib include
lha-1.14i-stdlib.patch | 11 +++++++++++
lha.spec | 17 ++++++++---------
2 files changed, 19 insertions(+), 9 deletions(-)
---
diff --git a/lha-1.14i-stdlib.patch b/lha-1.14i-stdlib.patch
new file mode 100644
index 0000000..dd897ca
--- /dev/null
+++ b/lha-1.14i-stdlib.patch
@@ -0,0 +1,11 @@
+--- a/src/lha.h
++++ b/src/lha.h
+@@ -11,6 +11,7 @@
+ lharc.h interface.h slidehuf.h
+ */
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <errno.h>
+ #include <ctype.h>
+ #include <sys/types.h>
+
diff --git a/lha.spec b/lha.spec
index 25de49f..4844fc2 100644
--- a/lha.spec
+++ b/lha.spec
@@ -1,6 +1,6 @@
Name: lha
Version: 1.14i
-Release: 31%{?dist}
+Release: 32%{?dist}
Summary: Archiving and compression utility for LHarc/lha/lzh archives
Group: Applications/Archiving
License: Distributable
@@ -11,7 +11,7 @@ Patch1: lha-1.14i-malloc.patch
Patch2: lha-1.14i-sec.patch
Patch3: lha-1.14i-dir_length_bounds_check.patch
Patch4: lha-1.14i-sec2.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Patch5: lha-1.14i-stdlib.patch
%description
LHA is an archiving and compression utility for LHarc/lha/lzh format archives.
@@ -26,6 +26,7 @@ LHA is an archiving and compression utility for LHarc/lha/lzh format archives.
%patch2 -p1 -b .sec
%patch3 -p1 -b .sec
%patch4 -p1 -b .sec
+%patch5 -p1 -b .stdlib
# Rename doc files to better represent encoding which is EUC (jp)
mv change-114e.txt change-114e.euc
@@ -35,26 +36,24 @@ mv change-114i.txt change-114i.euc
%build
-make %{?_smp_mflags} OPTIMIZE="%{optflags} -DSUPPORT_LH7 -DMKSTEMP"
+make OPTIMIZE="%{optflags} -DSUPPORT_LH7 -DMKSTEMP"
%install
-rm -rf %{buildroot}
mkdir -p %{buildroot}%{_bindir}
install -m0755 src/lha %{buildroot}%{_bindir}
-%clean
-rm -rf %{buildroot}
-
-
%files
-%defattr(-,root,root,-)
%doc change-114* CHANGES.euc PROBLEMS.euc README.euc
%{_bindir}/lha
%changelog
+* Fri Aug 17 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.14i-32
+- Add missing stdlib include
+- Clean up spec file
+
* Fri Aug 17 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.14i-31
- Rebuild because of the binutils screw up
6 years, 3 months
[lha] Rebuild because of the binutils screw up
by Leigh Scott
commit 6119a2df95ac9c205973383325c9b6a1105eff18
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Fri Aug 17 07:00:39 2018 +0100
Rebuild because of the binutils screw up
lha.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/lha.spec b/lha.spec
index fe34356..25de49f 100644
--- a/lha.spec
+++ b/lha.spec
@@ -1,6 +1,6 @@
Name: lha
Version: 1.14i
-Release: 30%{?dist}
+Release: 31%{?dist}
Summary: Archiving and compression utility for LHarc/lha/lzh archives
Group: Applications/Archiving
License: Distributable
@@ -55,6 +55,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Aug 17 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.14i-31
+- Rebuild because of the binutils screw up
+
* Fri Jul 27 2018 RPM Fusion Release Engineering <sergio(a)serjux.com> - 1.14i-30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
6 years, 3 months
[nemo-dropbox] Revert "Screw dropbox's new policy for not allowing sharing for free accounts"
by Wolfgang Ulbrich
commit 905a8c2e6d234d6c936c78d619d6e0c4715b06a7
Author: raveit65 <mate(a)raveit.de>
Date: Thu Aug 16 10:51:27 2018 +0200
Revert "Screw dropbox's new policy for not allowing sharing for free accounts"
This reverts commit 01f2d9749fcb4fa48f485b506163574073a8b3af.
.gitignore | 2 ++
dead.package | 1 -
nemo-dropbox.spec | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
use_python2.patch | 38 +++++++++++++++++++++
5 files changed, 139 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a600d8f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/nemo-extensions-*.tar.gz
+/nemo-dropbox-*.src.rpm
diff --git a/nemo-dropbox.spec b/nemo-dropbox.spec
new file mode 100644
index 0000000..0a6a205
--- /dev/null
+++ b/nemo-dropbox.spec
@@ -0,0 +1,98 @@
+Summary: Dropbox extension for nemo
+Name: nemo-dropbox
+Version: 3.8.0
+Release: 2%{?dist}
+License: GPLv2+ and LGPLv2+ and MIT
+URL: https://github.com/linuxmint/nemo-extensions
+Source0: %url/archive/%{version}.tar.gz#/nemo-extensions-%{version}.tar.gz
+Patch0: use_python2.patch
+
+ExclusiveArch: i686 x86_64
+
+BuildRequires: nemo-devel
+BuildRequires: python2-docutils
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: pygobject2-devel
+BuildRequires: pygtk2-devel
+
+Requires: dropbox >= 1:2.10.0
+
+%description
+Dropbox extension for nemo file manager
+Dropbox allows you to sync your files online and across
+your computers automatically.
+
+%prep
+%autosetup -p1 -n nemo-extensions-%{version}
+
+%build
+pushd nemo-dropbox
+NOCONFIGURE=1 ./autogen.sh
+%configure
+%make_build V=1
+popd
+
+%install
+pushd nemo-dropbox
+%make_install
+popd
+
+#Remove libtool archives.
+find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f
+
+rm -rf %{buildroot}%{_bindir}
+rm -rf %{buildroot}%{_datadir}
+
+%ldconfig_scriptlets
+
+%files
+%doc nemo-dropbox/{AUTHORS,ChangeLog,NEWS,README}
+%license nemo-dropbox/COPYING
+%{_libdir}/nemo/extensions-3.0/libnemo-dropbox.so
+
+
+%changelog
+* Tue Jul 24 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.8.0-2
+- Fix build for f29 python changes
+
+* Tue May 01 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 3.8.0-1
+- Update to 3.8.0
+
+* Fri Mar 02 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 3.6.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Fri Oct 27 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 3.6.0-1
+- update to 3.6.0
+
+* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 3.4.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Sun Jul 02 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 3.4.0-1
+- update to 3.4.0
+
+* Sun Mar 26 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 3.2.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Wed Nov 09 2016 leigh scott <leigh123linux(a)googlemail.com> - 3.2.0-1
+- update to 3.2.0
+
+* Sun Aug 07 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.0-2
+- rebuilt
+
+* Fri Jun 17 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 3.0.0-1
+- update to 3.0.0
+
+* Sun Jul 05 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 2.6.0-1
+- update to 2.6.0
+
+* Wed Jan 07 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 2.4.0-1
+- use internal version
+- add ExclusiveArch
+
+* Tue Dec 16 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 2.4.x-2
+- add requires dropbox
+
+* Tue Dec 09 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 2.4.x-1
+- First build
+
diff --git a/sources b/sources
new file mode 100644
index 0000000..2ead431
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+3b8df9f23de294ae0bc7c3b394c7c1da nemo-extensions-3.8.0.tar.gz
diff --git a/use_python2.patch b/use_python2.patch
new file mode 100644
index 0000000..f4a3a18
--- /dev/null
+++ b/use_python2.patch
@@ -0,0 +1,38 @@
+--- a/nemo-dropbox/configure.ac
++++ b/nemo-dropbox/configure.ac
+@@ -29,16 +29,16 @@ fi
+ PKG_CHECK_MODULES(NEMO, libnemo-extension >= $NEMO_REQUIRED)
+ PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED)
+
+-AC_PATH_PROG([PYTHON], [python])
++AC_PATH_PROG([PYTHON], [python2])
+
+-AC_PATH_PROG([RST2MAN], [rst2man], [python rst2man.py])
++AC_PATH_PROG([RST2MAN], [rst2man], [python2 rst2man.py])
+ AC_SUBST(RST2MAN)
+
+ # define module checking macro
+ AC_DEFUN([PYTHON_CHECK_MODULE], [
+ AC_MSG_CHECKING([for $1])
+
+-cat <<EOF | python
++cat <<EOF | python2
+ try:
+ import $2
+ except:
+--- a/nemo-dropbox/Makefile.am
++++ b/nemo-dropbox/Makefile.am
+@@ -6,11 +6,11 @@ EXTRA_DIST = dropbox.in serializeimages.
+ man_MANS = dropbox.1
+
+ dropbox: dropbox.in serializeimages.py
+- python serializeimages.py $(PACKAGE_VERSION) $(datadir)/applications < dropbox.in > dropbox
++ python2 serializeimages.py $(PACKAGE_VERSION) $(datadir)/applications < dropbox.in > dropbox
+ chmod +x dropbox
+
+ dropbox.1: dropbox dropbox.txt.in docgen.py
+- python docgen.py $(PACKAGE_VERSION) < dropbox.txt.in > dropbox.txt
++ python2 docgen.py $(PACKAGE_VERSION) < dropbox.txt.in > dropbox.txt
+ $(RST2MAN) dropbox.txt > dropbox.1
+
+ SUBDIRS = data src
6 years, 3 months
[nvidia-persistenced] Bump
by Nicolas Chauvet
commit e42f0601149a38bc82416d5f87decb9e5c00caa0
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Aug 15 15:37:34 2018 +0200
Bump
nvidia-persistenced.spec | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/nvidia-persistenced.spec b/nvidia-persistenced.spec
index d20dfd8..99a374b 100644
--- a/nvidia-persistenced.spec
+++ b/nvidia-persistenced.spec
@@ -1,4 +1,5 @@
Name: nvidia-persistenced
+Epoch: 3
Version: 396.51
Release: 1%{?dist}
Summary: Daemon for maintaining persistent driver state
@@ -70,6 +71,9 @@ chmod -x %{buildroot}%{_mandir}/man1/%{name}.1.*
%changelog
+* Wed Aug 15 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 3:396.51-1
+- Bump epoch
+
* Sat Aug 04 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 396.51-1
- Update to 396.51
6 years, 3 months
[ffmpeg] minors cuda fixes
by Nicolas Chauvet
commit 0d0539399031eeb51cba9f32d321430adb0ee5dd
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Aug 15 10:15:54 2018 +0200
minors cuda fixes
ffmpeg.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 74b4b2f..67d5385 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -46,7 +46,7 @@
# extras flags
%if 0%{!?_cuda_version:1}
-%global _cuda_version 9.1
+%global _cuda_version 9.2
%endif
%global _cuda_rpm_version %(echo %{_cuda_version} | sed -e 's/\\./-/')
%if 0%{?_with_cuda:1}
@@ -232,7 +232,7 @@ This package contains development files for %{name}
--enable-libbluray \\\
%{?_with_bs2b:--enable-libbs2b} \\\
%{?_with_caca:--enable-libcaca} \\\
- %{?_with_cuda:--enable-cuda --enable-nonfree} \\\
+ %{?_with_cuda:--enable-cuda-sdk --enable-nonfree} \\\
%{?_with_cuvid:--enable-cuvid --enable-nonfree} \\\
%{!?_without_cdio:--enable-libcdio} \\\
%{?_with_ieee1394:--enable-libdc1394 --enable-libiec61883} \\\
6 years, 3 months
[amule] Rebuilt
by Nicolas Chauvet
commit d66b127817eb010189d48f41e4909ca304008eea
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Aug 14 23:59:05 2018 +0200
Rebuilt
amule.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/amule.spec b/amule.spec
index 7a443a4..c018216 100644
--- a/amule.spec
+++ b/amule.spec
@@ -7,7 +7,7 @@
Name: amule
Version: 2.3.2
-Release: 15%{?dist}
+Release: 16%{?dist}
Summary: File sharing client compatible with eDonkey
License: GPLv2+
Source0: https://github.com/amule-project/amule/archive/%{version}/%{name}-%{versi...
@@ -156,6 +156,9 @@ rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}/COPYING
%changelog
+* Tue Aug 14 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.2-16
+- Rebuilt for cryptopp
+
* Thu Jul 26 2018 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.3.2-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
6 years, 3 months
[chromium-freeworld: 4/4] Merge Fedora, chromium-67.0.3396.99-2
by Miro Hrončok
commit 2ca4e1feff5e830a4040ab2b94989c321a9f8d66
Merge: 568203d f7dfb30
Author: Miro Hrončok <miro(a)hroncok.cz>
Date: Tue Aug 14 20:41:14 2018 +0200
Merge Fedora, chromium-67.0.3396.99-2
.gitignore | 1 +
chromium-67.0.3396.99-py3fix.patch | 12 ++++++++++++
chromium-freeworld.spec | 11 ++++++++++-
sources | 2 +-
4 files changed, 24 insertions(+), 2 deletions(-)
---
diff --cc .gitignore
index 8185ef6,0fac3a1..238b781
--- a/.gitignore
+++ b/.gitignore
@@@ -57,6 -62,6 +57,7 @@@
/Tinos-Bold.ttf
/Tinos-Italic.ttf
/Tinos-Regular.ttf
-/chromium-67.0.3396.79-clean.tar.xz
-/chromium-67.0.3396.87-clean.tar.xz
-/chromium-67.0.3396.99-clean.tar.xz
+/chromium-67.0.3396.62.tar.xz
+/chromium-67.0.3396.79.tar.xz
+/chromium-67.0.3396.87.tar.xz
++/chromium-67.0.3396.99.tar.xz
diff --cc sources
index 8787d78,8e00335..59dc892
--- a/sources
+++ b/sources
@@@ -1,18 -1,18 +1,18 @@@
-SHA512 (depot_tools.git-master.tar.gz) = d3d6a1873b2b0296a8cd99e0d8d2e629a17b1808934b4972556168f8b4ccea60577ebaeab4445baf15afb1b04080808db59a832a5b61d247bd48da14fa6acf03
-SHA512 (gelasio.zip) = 0a22def3eca8848161ee72453dc5f97cc52ed09ffe21834152f2535d3a71f404cdf1f6e1809564bacb86aae75278cbcb96cae52b537d3ccdc299b60d6d0bc53e
-SHA512 (MuktiNarrow-0.94.tar.bz2) = f7abd429e2591eaa047d1ac982d97fa67dc1480c42e55b2a97861abd90918704dce90b6bb27dec7b6d696f188017a74de54a7b7f45281f0515923b90300959d1
-SHA512 (NotoSansCJKjp-hinted.zip) = e7bcbc53a10b8ec3679dcade5a8a94cea7e1f60875ab38f2193b4fa8e33968e1f0abc8184a3df1e5210f6f5c731f96c727c6aa8f519423a29707d2dee5ada193
-SHA512 (lohit-gurmukhi-ttf-2.91.2.tar.gz) = 714ed72d201e7f8956d24e9d9f1526207beb91a604e88c02a8b0d145f19d9bfe1408ca290d1665ebef462ab3854365dcd9850529803277738e2585addf3e280a
-SHA512 (Arimo-BoldItalic.ttf) = cb1f411f2630f2754dfb0244b3c56fde43650d603512d47c143bc0f24028da4d7ca2b35a633226ef9c502b97c63cfbd5a6d696934b3e60b2a98ad879b113a4c4
-SHA512 (Arimo-Bold.ttf) = 2853e5f41e6899baf226db2578aba09f2f88085eaea02da024621492d21e1af8bdefdefd354ea23dc4d5de5cb0d554085040a0108820f213e86dd532986fdb41
-SHA512 (Arimo-Italic.ttf) = 56ef918e5811dcd375e6cd8d79dc69f4db75d544639c0f6ac3a0343b3b4ef94b7dee5a6066f1558d8747a32bbee074256be68b943ff31cfbd2f5f32acfa7c1c5
-SHA512 (Arimo-Regular.ttf) = 05e6aa6b785b0038a8e0e0a8a618a1b8e907a700be302148eaebc91cfac3c9e2d9acf90b9d077ff3b9ff54bd5f8a9c522a039cff6103cdeee54be29b6a0b355f
-SHA512 (Cousine-BoldItalic.ttf) = 2125aa9f5db4ae4a3725d308b6afbfbce5957f3c96a3c5fcba8ebf5cd167017d9c7023391e947ed68d12fa97e2cba3f156a3acca276d9f5ed50df7d78c07f918
-SHA512 (Cousine-Bold.ttf) = 1759fd23419ae0e1bfc9be92abb9cb0c74084ce85e7f53c055d86ec3d62da83169d0d67ed96fd4e496b28acf382933d63448459108b109d8202db7f18f05caab
-SHA512 (Cousine-Italic.ttf) = ec3fc9d940b748dbbc64aa66184413a78ae2b085181eed563449df044b891e951e8feebd865be5be42f0cd001acf5bdce9084a006f9b5be32f096f7df0dc7700
-SHA512 (Cousine-Regular.ttf) = a665a6a4a5583079eb87509e2da7d6bd06965e6a7655217302b088caef942ae9ad63e6cffda18d0001fc9ab2284836766843e46bfdacd188b54f39d7855f36a0
-SHA512 (Tinos-BoldItalic.ttf) = 2574de2add94ef976b731fac688951fab49574c9b0ccd259ba647ea3598ca026bcfb88e2ea3f19effb3af71fdc0eb5fa9973f0b6e996c22185c5f2aab5a23fdd
-SHA512 (Tinos-Bold.ttf) = 54aeca804c06a4d5c57ade596e73df91a6a1c4401c4aadba55d987b3fb73045d35f3df02678b59abb77c4914ec741755536c0adf808c931e4b77848c52c229c4
-SHA512 (Tinos-Italic.ttf) = d4f4f096110ef98a781a2a0e0d319317e5f84e650fe6f4d4f6b0e22a16414278217f37497b904a18540273c0e2d79d4f1faabde3b0eb5446283b318c73bafb38
-SHA512 (Tinos-Regular.ttf) = 58085c5dac6d067d60ba2ab3220c4a0cc1efcf279cadfcfb8746a5e5fa1a6f6daa62750dc2051b3b2d8a51b4d2e9bb0f66594caf2253c0870ed9c7286fa45e8f
-SHA512 (chromium-67.0.3396.99-clean.tar.xz) = b83d2d2f50bf6e5ce70baecf3f59f50fb7d69339c2f16aea30111650b8d0ccaf051bd1873fe63f94146212b60d59aa72c73bd8f9d96b2e27e3f354b75ba82ba4
+49a7f897775cce21d2b69968b8af1cea depot_tools.git-master.tar.gz
+4d610887ff4d445cbc639aae7828d139 gelasio.zip
+314394b29c1d15a73c3f00316003810a MuktiNarrow-0.94.tar.bz2
+9af8a0b80e85db34b1c34928d81cc423 NotoSansCJKjp-hinted.zip
+85d8bf52bda23c1cd422be54dee113a6 lohit-gurmukhi-ttf-2.91.2.tar.gz
+08fb930e5cf38bab811efa91f368b248 Arimo-BoldItalic.ttf
+927b7dca5b947f69cb8e835f7f743d15 Arimo-Bold.ttf
+fa87472a877e70c5bce22e42be5c25a9 Arimo-Italic.ttf
+7ac02a544211773d9636e056e9da6c35 Arimo-Regular.ttf
+97415fecbce8ffd540f9f9af681cd398 Cousine-BoldItalic.ttf
+86fed5639322e2f033ad817ee406c2fe Cousine-Bold.ttf
+cef49e5506d6f09ea3064f7bd3191417 Cousine-Italic.ttf
+00d46771d6344fd0c8e3d05bfd092887 Cousine-Regular.ttf
+042b1967a334625c34b3ab6255242127 Tinos-BoldItalic.ttf
+b68a7149509c5f1f69153d2dc3d8dd17 Tinos-Bold.ttf
+0da96c8a7d54f8b8f6f7713c8524f2fc Tinos-Italic.ttf
+b25c0f936b23cccc0b92e85017e02bee Tinos-Regular.ttf
- 65a8b027e184cb1364ad8f37c0a644f0 chromium-67.0.3396.87.tar.xz
++d6e6be3225bbf559797f37579dc56ea4 chromium-67.0.3396.99.tar.xz
6 years, 3 months
[chromium-freeworld: 3/4] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
by Miro Hrončok
commit f7dfb309f65e3ebcd18c9f0cdde385db92b72df7
Author: Fedora Release Engineering <releng(a)fedoraproject.org>
Date: Thu Jul 12 21:46:24 2018 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org>
chromium.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/chromium.spec b/chromium.spec
index 901468e..5142e88 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -140,7 +140,7 @@ Name: chromium%{chromium_channel}%{?freeworld:-freeworld}
Name: chromium%{chromium_channel}
%endif
Version: %{majorversion}.0.3396.99
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A WebKit (Blink) powered web browser
Url: http://www.chromium.org/Home
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -1715,6 +1715,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%changelog
+* Thu Jul 12 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 67.0.3396.99-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
* Mon Jul 9 2018 Tom Callaway <spot(a)fedoraproject.org> 67.0.3396.99-1
- update to 67.0.3396.99
6 years, 3 months