Update to upstream snapshot tarball
This commit is contained in:
parent
1217d67a5f
commit
934cc4ed6d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
/noto-emoji-e7a7241.tar.gz
|
/noto-emoji-e7a7241.tar.gz
|
||||||
/nototools-c1f2cff.tar.gz
|
/nototools-c1f2cff.tar.gz
|
||||||
|
/noto-emoji-1c0ce22.tar.gz
|
||||||
|
/nototools-d59a186.tar.gz
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
%global commit0 e7a7241a929625feb16920a40bfa29e4a302b82b
|
%global commit0 1c0ce222a4827d11501297f3c303f84cc3a45cad
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
%global commit1 c1f2cffbba35d08c9558006bc7860492ce322b87
|
%global commit1 d59a1867d3adc3e7ae94f1b4facecb9bf2a30089
|
||||||
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
|
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
|
||||||
|
|
||||||
%global fontname google-noto-emoji
|
%global fontname google-noto-emoji
|
||||||
|
|
||||||
|
|
||||||
Name: google-noto-emoji-fonts
|
Name: google-noto-emoji-fonts
|
||||||
Version: 20160406
|
Version: 20170223
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Google Noto Emoji Fonts
|
Summary: Google Noto Emoji Fonts
|
||||||
|
|
||||||
# In noto-emoji-fonts source
|
# In noto-emoji-fonts source
|
||||||
@ -81,6 +81,9 @@ install -m 0644 -p %{SOURCE2} %{buildroot}%{_datadir}/appdata
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 23 2017 Peng Wu <pwu@redhat.com> - 20170223-1
|
||||||
|
- Update to upstream snapshot tarball
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20160406-6
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20160406-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ Index: noto-emoji-e7a7241a929625feb16920a40bfa29e4a302b82b/Makefile
|
|||||||
|
|
||||||
-CFLAGS = -std=c99 -Wall -Wextra `pkg-config --cflags --libs cairo`
|
-CFLAGS = -std=c99 -Wall -Wextra `pkg-config --cflags --libs cairo`
|
||||||
+CFLAGS = $(OPT_CFLAGS) `pkg-config --cflags --libs cairo`
|
+CFLAGS = $(OPT_CFLAGS) `pkg-config --cflags --libs cairo`
|
||||||
LDFLAGS = `pkg-config --libs cairo`
|
LDFLAGS = -lm `pkg-config --libs cairo`
|
||||||
-PNGQUANTDIR := third_party/pngquant
|
-PNGQUANTDIR := third_party/pngquant
|
||||||
-PNGQUANT := $(PNGQUANTDIR)/pngquant
|
-PNGQUANT := $(PNGQUANTDIR)/pngquant
|
||||||
+PNGQUANT = pngquant
|
+PNGQUANT = pngquant
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
81d49583099229ee568e3dad9da6c17a noto-emoji-e7a7241.tar.gz
|
SHA512 (noto-emoji-1c0ce22.tar.gz) = 06e5913d5f30e24d184d2bfb405d24fc7c85a02669e067abd381cc900d0968145815277f1bfd95ce3977a3f99524c64d4d74c70cfea42c275a7c7073217d99f0
|
||||||
4b27c82986d6c9ec42c976341cbe85d3 nototools-c1f2cff.tar.gz
|
SHA512 (nototools-d59a186.tar.gz) = 166db06d36b32e16396adde1be6a47f48d3340773cbb47a2e2a86f3bbedb51ed9023c213a75bbeab749e9e815c875337bf1542f358a43e5e6104a2dac16e8925
|
||||||
|
Loading…
Reference in New Issue
Block a user