[rpmfusion-free-appstream-data/f25] Add weak dep on appstream data
by Ankur Sinha
commit 639ceec9a4d40cad9de93c635e4cb69f8a99d3b4
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur(a)gmail.com>
Date: Mon Nov 14 16:54:04 2016 +0000
Add weak dep on appstream data
rpmfusion-free-appstream-data.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/rpmfusion-free-appstream-data.spec b/rpmfusion-free-appstream-data.spec
index f096313..6acaf15 100644
--- a/rpmfusion-free-appstream-data.spec
+++ b/rpmfusion-free-appstream-data.spec
@@ -3,7 +3,7 @@
Name: %{reponame}-%{repoversion}-appstream-data
Version: 25
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Appstream metadata for the RPM Fusion free repository
BuildArch: noarch
@@ -25,7 +25,8 @@ URL: http://rpmfusion.org
Source0: %{reponame}-%{repoversion}-%{version}.xml.gz
Source1: %{reponame}-%{repoversion}-%{version}-icons.tar.gz
-BuildRequires: libappstream-glib
+BuildRequires: libappstream-glib
+Supplements: appstream-data
%description
Appstream metadata for packages in the RPM Fusion free repository
@@ -49,6 +50,9 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE0} %{SOURCE1}
%dir %{_datadir}/app-info/xmls
%changelog
+* Mon Nov 14 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 25-3
+- Add weak dep on Fedora appstream data
+
* Mon Nov 14 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 25-2
- Regenerate and update
8 years
[rpmfusion-nonfree-appstream-data] Add weak dep on Fedora appstream data
by Ankur Sinha
commit 2364a36a17ad72e0f9d65583f7b2426956b341af
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur(a)gmail.com>
Date: Mon Nov 14 16:52:57 2016 +0000
Add weak dep on Fedora appstream data
rpmfusion-nonfree-appstream-data.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/rpmfusion-nonfree-appstream-data.spec b/rpmfusion-nonfree-appstream-data.spec
index 58e9bca..f2f92aa 100644
--- a/rpmfusion-nonfree-appstream-data.spec
+++ b/rpmfusion-nonfree-appstream-data.spec
@@ -3,7 +3,7 @@
Name: %{reponame}-%{repoversion}-appstream-data
Version: 25
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Appstream metadata for the RPM Fusion nonfree repository
BuildArch: noarch
@@ -26,7 +26,8 @@ Source0: %{reponame}-%{repoversion}-%{version}.xml.gz
Source1: %{reponame}-%{repoversion}-%{version}-icons.tar.gz
#Source2: %{reponame}-%{repoversion}-%{version}-screenshots.tar
-BuildRequires: libappstream-glib
+BuildRequires: libappstream-glib
+Supplements: appstream-data
%description
Appstream metadata for packages in the RPM Fusion nonfree repository
@@ -50,6 +51,9 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE0} %{SOURCE1}
%dir %{_datadir}/app-info/xmls
%changelog
+* Mon Nov 14 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 25-3
+- Add weak dep on Fedora appstream-data package
+
* Mon Nov 14 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 25-2
- Regenerate and update
8 years
[rpmfusion-nonfree-appstream-data] Regenerate and update
by Ankur Sinha
commit 38f613ddf6efc87fa2b34581d658b9fd46c961d2
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur(a)gmail.com>
Date: Mon Nov 14 16:41:54 2016 +0000
Regenerate and update
rpmfusion-nonfree-appstream-data.spec | 5 ++++-
sources | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/rpmfusion-nonfree-appstream-data.spec b/rpmfusion-nonfree-appstream-data.spec
index 1e98261..58e9bca 100644
--- a/rpmfusion-nonfree-appstream-data.spec
+++ b/rpmfusion-nonfree-appstream-data.spec
@@ -3,7 +3,7 @@
Name: %{reponame}-%{repoversion}-appstream-data
Version: 25
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Appstream metadata for the RPM Fusion nonfree repository
BuildArch: noarch
@@ -50,6 +50,9 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE0} %{SOURCE1}
%dir %{_datadir}/app-info/xmls
%changelog
+* Mon Nov 14 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 25-2
+- Regenerate and update
+
* Tue Jul 26 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 25-1
- Initial build for rawhide
diff --git a/sources b/sources
index 7f7cf98..3260f5c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-c2baaa2d2b3b34206d6a01314a2a6289 rpmfusion-nonfree-25-icons.tar.gz
-37dccc11865d701f3ef1208a374b8d03 rpmfusion-nonfree-25.xml.gz
+ec5b2cc46c9aad73ebd5f9c9ea867696 rpmfusion-nonfree-25-icons.tar.gz
+c340dc8845e9b243659f87a57fcd05ef rpmfusion-nonfree-25.xml.gz
8 years
[rpmfusion-free-appstream-data/f25] Regenerate and udpate appstream data
by Ankur Sinha
commit 5913c97d7eea1dab01a19d888861010bdee680d9
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur(a)gmail.com>
Date: Mon Nov 14 16:40:20 2016 +0000
Regenerate and udpate appstream data
rpmfusion-free-appstream-data.spec | 5 ++++-
sources | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/rpmfusion-free-appstream-data.spec b/rpmfusion-free-appstream-data.spec
index 17e70d5..f096313 100644
--- a/rpmfusion-free-appstream-data.spec
+++ b/rpmfusion-free-appstream-data.spec
@@ -3,7 +3,7 @@
Name: %{reponame}-%{repoversion}-appstream-data
Version: 25
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Appstream metadata for the RPM Fusion free repository
BuildArch: noarch
@@ -49,6 +49,9 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE0} %{SOURCE1}
%dir %{_datadir}/app-info/xmls
%changelog
+* Mon Nov 14 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 25-2
+- Regenerate and update
+
* Mon Jul 25 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 25-1
- Initial build for rawhide
diff --git a/sources b/sources
index f78e189..bdfd496 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-97efd467248d18c83b86baf5ec0958c9 rpmfusion-free-25-icons.tar.gz
-9c758cbeeaf890c443ab02332803b878 rpmfusion-free-25.xml.gz
+39ea9d69467d73d17f5e583e60487948 rpmfusion-free-25-icons.tar.gz
+bb045bd51556f29bbf980829e4effe95 rpmfusion-free-25.xml.gz
8 years
[buildsys-build-rpmfusion/f25] fixup email
by Nicolas Chauvet
commit 5f80c6cce18c14e2f42b9806af42c46ecdd14fca
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Nov 14 10:02:52 2016 +0100
fixup email
buildsys-build-rpmfusion.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/buildsys-build-rpmfusion.spec b/buildsys-build-rpmfusion.spec
index 6c2e316..6629809 100644
--- a/buildsys-build-rpmfusion.spec
+++ b/buildsys-build-rpmfusion.spec
@@ -89,10 +89,10 @@ rm -rf $RPM_BUILD_ROOT
* Mon Nov 14 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 10:25-1
- rebuild for kernel 4.8.6-300.fc25
-* Tue Aug 30 2016 Nicolas Chauvet <nicolas.chauvet(a)kwizart.fr> - 10:25-0.4
+* Tue Aug 30 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 10:25-0.4
- rebuild for kernel 4.8.0-0.rc4.git0.1.fc25
-* Fri Jul 01 2016 Nicolas Chauvet <nicolas.chauvet(a)kwizart.fr> - 10:25-0.2
+* Fri Jul 01 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 10:25-0.2
- rebuild for kernel 4.6.3-300.fc24.x86_64
* Sun Jun 12 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 10:25-0.1
8 years
[buildsys-build-rpmfusion/f25] rebuild for kernel 4.8.6-300.fc25
by Nicolas Chauvet
commit 6d33f0040ddd862a66bad2811b1625d2d973b06d
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Nov 14 10:01:54 2016 +0100
rebuild for kernel 4.8.6-300.fc25
buildsys-build-rpmfusion-kerneldevpkgs-current | 8 ++++----
buildsys-build-rpmfusion.spec | 5 ++++-
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/buildsys-build-rpmfusion-kerneldevpkgs-current b/buildsys-build-rpmfusion-kerneldevpkgs-current
index 580f12b..e9ca94c 100644
--- a/buildsys-build-rpmfusion-kerneldevpkgs-current
+++ b/buildsys-build-rpmfusion-kerneldevpkgs-current
@@ -1,4 +1,4 @@
-4.8.0-0.rc4.git0.1.fc25
-4.8.0-0.rc4.git0.1.fc25smp
-4.8.0-0.rc4.git0.1.fc25PAE
-4.8.0-0.rc4.git0.1.fc25lpae
+4.8.6-300.fc25
+4.8.6-300.fc25smp
+4.8.6-300.fc25PAE
+4.8.6-300.fc25lpae
diff --git a/buildsys-build-rpmfusion.spec b/buildsys-build-rpmfusion.spec
index e14ad17..6c2e316 100644
--- a/buildsys-build-rpmfusion.spec
+++ b/buildsys-build-rpmfusion.spec
@@ -3,7 +3,7 @@
Name: buildsys-build-%{repo}
Epoch: 10
Version: 25
-Release: 0.4
+Release: 1
Summary: Tools and files used by the %{repo} buildsys
Group: Development/Tools
@@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Nov 14 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 10:25-1
+- rebuild for kernel 4.8.6-300.fc25
+
* Tue Aug 30 2016 Nicolas Chauvet <nicolas.chauvet(a)kwizart.fr> - 10:25-0.4
- rebuild for kernel 4.8.0-0.rc4.git0.1.fc25
8 years
[buildsys-build-rpmfusion/f25] Add ppc64le and missin aarch64
by Nicolas Chauvet
commit bd36aefb3cf5895aea3ff806147c377f741ff4ca
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat Nov 5 18:05:18 2016 +0100
Add ppc64le and missin aarch64
buildsys-build-rpmfusion-list-kernels.sh | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/buildsys-build-rpmfusion-list-kernels.sh b/buildsys-build-rpmfusion-list-kernels.sh
index 10648c9..85cbc91 100755
--- a/buildsys-build-rpmfusion-list-kernels.sh
+++ b/buildsys-build-rpmfusion-list-kernels.sh
@@ -30,7 +30,7 @@ shopt -s extglob
myver="0.2.1"
repo=rpmfusion
myprog="buildsys-build-${repo}-kerneldevpkgs"
-supported_targetarchs="i686 x86_64 ppc ppc64 ppc64p7 armv5tel armv7l armv7hl s390x"
+supported_targetarchs="i686 x86_64 ppc ppc64 ppc64le ppc64p7 aarch64 armv5tel armv7l armv7hl s390x"
#This has changed in Fedora >= 20
variant_sep="+"
if [[ -e ./buildsys-build-${repo}-kerneldevpkgs-current ]]; then
@@ -72,6 +72,11 @@ bb_list_kernels_ppc64()
bb_list_kernels_default ${1}
}
+bb_list_kernels_ppc64le()
+{
+ bb_list_kernels_default ${1}
+}
+
bb_list_kernels_ppc64p7()
{
bb_list_kernels_default ${1}
8 years
[freetype-freeworld: 3/3] Update to 2.7 (matches Fedora freetype, rh#1374305)
by Kevin Kofler
commit 8482cdef01c03a8718ebf8297f7cbfd7f46db4e9
Author: Kevin Kofler <kevin.kofler(a)chello.at>
Date: Sun Nov 13 22:57:47 2016 +0100
Update to 2.7 (matches Fedora freetype, rh#1374305)
* Sun Nov 13 2016 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.7-1
- Update to 2.7 (matches Fedora freetype, rh#1374305)
- Merge rebased freetype-2.2.1-enable-valid.patch from Fedora freetype
.gitignore | 1 +
freetype-2.2.1-enable-valid.patch | 6 +++---
freetype-freeworld.spec | 6 +++++-
sources | 2 +-
4 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8e97851..eee0fe1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ freetype-2.5.5.tar.bz2
freetype-2.6.tar.bz2
/freetype-2.6.3.tar.bz2
/freetype-2.6.5.tar.bz2
+/freetype-2.7.tar.bz2
diff --git a/freetype-2.2.1-enable-valid.patch b/freetype-2.2.1-enable-valid.patch
index c78b6b7..21d80da 100644
--- a/freetype-2.2.1-enable-valid.patch
+++ b/freetype-2.2.1-enable-valid.patch
@@ -1,18 +1,18 @@
--- freetype-2.2.1/modules.cfg.orig 2006-07-07 21:01:09.000000000 -0400
+++ freetype-2.2.1/modules.cfg 2006-07-07 21:01:54.000000000 -0400
@@ -110,7 +110,7 @@
- AUX_MODULES += cache
-
# TrueType GX/AAT table validation. Needs ftgxval.c below.
+ #
+ # No FT_CONFIG_OPTION_PIC support.
-# AUX_MODULES += gxvalid
+AUX_MODULES += gxvalid
# Support for streams compressed with gzip (files with suffix .gz).
#
@@ -124,7 +124,7 @@
-
# OpenType table validation. Needs ftotval.c below.
#
+ # No FT_CONFIG_OPTION_PIC support.
-# AUX_MODULES += otvalid
+AUX_MODULES += otvalid
diff --git a/freetype-freeworld.spec b/freetype-freeworld.spec
index f90db2b..57632b6 100644
--- a/freetype-freeworld.spec
+++ b/freetype-freeworld.spec
@@ -1,6 +1,6 @@
Summary: A free and portable font rendering engine
Name: freetype-freeworld
-Version: 2.6.5
+Version: 2.7
Release: 1%{?dist}
License: (FTL or GPLv2+) and BSD and MIT and Public Domain and zlib with acknowledgement
URL: http://www.freetype.org
@@ -85,6 +85,10 @@ echo "%{_libdir}/%{name}" \
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Sun Nov 13 2016 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.7-1
+- Update to 2.7 (matches Fedora freetype, rh#1374305)
+- Merge rebased freetype-2.2.1-enable-valid.patch from Fedora freetype
+
* Sun Nov 13 2016 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.6.5-1
- Update to 2.6.5 (matches Fedora freetype, rh#1355743)
diff --git a/sources b/sources
index 2d19308..f960436 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a386964e18ba28cb93370e57a19031b freetype-2.6.5.tar.bz2
+be4601619827b7935e1d861745923a68 freetype-2.7.tar.bz2
8 years
[freetype-freeworld/f25: 2/2] Update to 2.6.5 (matches Fedora freetype, rh#1355743)
by Kevin Kofler
commit 600a7cadbdb61bcf91c8960dc363675e31ccb20e
Author: Kevin Kofler <kevin.kofler(a)chello.at>
Date: Sun Nov 13 22:33:08 2016 +0100
Update to 2.6.5 (matches Fedora freetype, rh#1355743)
* Sun Nov 13 2016 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.6.5-1
- Update to 2.6.5 (matches Fedora freetype, rh#1355743)
.gitignore | 1 +
freetype-freeworld.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 31491be..8e97851 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ freetype-2.5.3.tar.bz2
freetype-2.5.5.tar.bz2
freetype-2.6.tar.bz2
/freetype-2.6.3.tar.bz2
+/freetype-2.6.5.tar.bz2
diff --git a/freetype-freeworld.spec b/freetype-freeworld.spec
index 517f8cc..f90db2b 100644
--- a/freetype-freeworld.spec
+++ b/freetype-freeworld.spec
@@ -1,6 +1,6 @@
Summary: A free and portable font rendering engine
Name: freetype-freeworld
-Version: 2.6.3
+Version: 2.6.5
Release: 1%{?dist}
License: (FTL or GPLv2+) and BSD and MIT and Public Domain and zlib with acknowledgement
URL: http://www.freetype.org
@@ -85,6 +85,9 @@ echo "%{_libdir}/%{name}" \
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Sun Nov 13 2016 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.6.5-1
+- Update to 2.6.5 (matches Fedora freetype, rh#1355743)
+
* Thu Jun 23 2016 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.6.3-1
- Update to 2.6.3 (matches Fedora freetype)
- Drop obsolete 0001-cff-Don-t-use-hmtx-table-for-LSB-45520.patch backport
diff --git a/sources b/sources
index 555aa1d..2d19308 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0037b25a8c090bc8a1218e867b32beb1 freetype-2.6.3.tar.bz2
+6a386964e18ba28cb93370e57a19031b freetype-2.6.5.tar.bz2
8 years