aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arm-linux-gnueabi-toolchain/arm-linux-gnueabi-binutils/arm-linux-gnueabi-binutils.spec5
-rw-r--r--arm-linux-gnueabi-toolchain/arm-linux-gnueabi-filesystem/arm-linux-gnueabi-filesystem.spec5
-rw-r--r--arm-linux-gnueabi-toolchain/arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc.spec5
-rw-r--r--arm-linux-gnueabi-toolchain/arm-linux-gnueabi-glibc/arm-linux-gnueabi-glibc.spec8
-rw-r--r--arm-linux-gnueabi-toolchain/arm-linux-gnueabi-kernel-headers/arm-linux-gnueabi-kernel-headers.spec5
-rw-r--r--factor/msieve/msieve.spec5
-rw-r--r--factor/yafu/yafu.spec5
-rw-r--r--guix/emacs-dash/emacs-dash.spec5
-rw-r--r--guix/emacs-geiser/emacs-geiser.spec5
-rw-r--r--guix/emacs-magit/emacs-magit.spec5
-rw-r--r--guix/emacs-with-editor/emacs-with-editor.spec5
-rw-r--r--guix/guile-json/guile-json.spec5
-rw-r--r--guix/guix/guix.spec5
-rw-r--r--lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec7
-rw-r--r--qelly/qelly/qelly.spec5
-rw-r--r--tcc/tcc/tcc.spec5
16 files changed, 67 insertions, 18 deletions
diff --git a/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-binutils/arm-linux-gnueabi-binutils.spec b/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-binutils/arm-linux-gnueabi-binutils.spec
index bc1955e..fcfd9c1 100644
--- a/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-binutils/arm-linux-gnueabi-binutils.spec
+++ b/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-binutils/arm-linux-gnueabi-binutils.spec
@@ -4,7 +4,7 @@
Name: %{cross_triplet}-binutils
Version: 2.27
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A GNU collection of binary utilities (%{cross_triplet})
Group: Development/Tools
@@ -85,6 +85,9 @@ rm -rf %{buildroot}%{_infodir}
%changelog
+* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 2.27-2
+- Rebuilt for Fedora 25 and 26
+
* Tue Aug 16 2016 Ting-Wei Lan <lantw44@gmail.com> - 2.27-1
- Update to 2.27
diff --git a/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-filesystem/arm-linux-gnueabi-filesystem.spec b/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-filesystem/arm-linux-gnueabi-filesystem.spec
index f8171e1..e01fd52 100644
--- a/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-filesystem/arm-linux-gnueabi-filesystem.spec
+++ b/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-filesystem/arm-linux-gnueabi-filesystem.spec
@@ -14,7 +14,7 @@
Name: %{cross_triplet}-filesystem
Version: 3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Cross compilation toolchain filesystem layout (%{cross_triplet})
Group: Development/System
@@ -84,6 +84,9 @@ mkdir %{buildroot}%{cross_sysroot}/var/db
%changelog
+* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 3-3
+- Rebuilt for Fedora 25 and 26
+
* Thu Mar 03 2016 Ting-Wei Lan <lantw44@gmail.com> - 3-2
- Rebuilt for Fedora 24 and 25
diff --git a/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc.spec b/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc.spec
index c1e8f51..c2aae4e 100644
--- a/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc.spec
+++ b/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc.spec
@@ -30,7 +30,7 @@
Name: %{cross_triplet}-gcc%{pkg_suffix}
Version: 6.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: The GNU Compiler Collection (%{cross_triplet})
Group: Development/Languages
@@ -346,6 +346,9 @@ chmod +x %{__rpmdeps_skip_sysroot}
%changelog
+* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 6.2.0-2
+- Rebuilt for Fedora 25 and 26
+
* Thu Aug 25 2016 Ting-Wei Lan <lantw44@gmail.com> - 6.2.0-1
- Update to new stable release 6.2.0
diff --git a/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-glibc/arm-linux-gnueabi-glibc.spec b/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-glibc/arm-linux-gnueabi-glibc.spec
index 4e9a44c..a4699a0 100644
--- a/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-glibc/arm-linux-gnueabi-glibc.spec
+++ b/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-glibc/arm-linux-gnueabi-glibc.spec
@@ -43,7 +43,7 @@
Name: %{cross_triplet}-glibc%{pkg_suffix}
Version: 2.24
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: The GNU C Library (%{cross_triplet})
Group: Development/Libraries
@@ -59,7 +59,7 @@ Requires: %{cross_triplet}-kernel-headers
Provides: %{cross_triplet}-glibc-stage1
%if !%{headers_only}
-BuildRequires: %{cross_triplet}-gcc-stage2
+BuildRequires: %{cross_triplet}-gcc-stage2, perl
%endif
%description
@@ -566,6 +566,10 @@ chmod +x %{__ar_no_strip}
%changelog
+* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 2.24-2
+- Rebuilt for Fedora 25 and 26
+- Add perl to BuildRequires because it is required to build mtrace
+
* Tue Aug 16 2016 Ting-Wei Lan <lantw44@gmail.com> - 2.24-1
- Update to 2.24
diff --git a/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-kernel-headers/arm-linux-gnueabi-kernel-headers.spec b/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-kernel-headers/arm-linux-gnueabi-kernel-headers.spec
index f1f188a..c82c9dc 100644
--- a/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-kernel-headers/arm-linux-gnueabi-kernel-headers.spec
+++ b/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-kernel-headers/arm-linux-gnueabi-kernel-headers.spec
@@ -4,7 +4,7 @@
Name: %{cross_triplet}-kernel-headers
Version: 4.7.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Header files for the Linux kernel (%{cross_triplet})
%define debug_package %{nil}
@@ -118,6 +118,9 @@ find %{buildroot}%{cross_sysroot} -name ..install.cmd -delete
%changelog
+* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.7.3-2
+- Rebuilt for Fedora 25 and 26
+
* Wed Sep 07 2016 Ting-Wei Lan <lantw44@gmail.com> - 4.7.3-1
- Update to 4.7.3
diff --git a/factor/msieve/msieve.spec b/factor/msieve/msieve.spec
index 3c88507..a9967c7 100644
--- a/factor/msieve/msieve.spec
+++ b/factor/msieve/msieve.spec
@@ -1,6 +1,6 @@
Name: msieve
Version: 1.52
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Msieve is a C library to factor large integers.
Group: Applications/Engineering
@@ -39,6 +39,9 @@ install -m 644 libmsieve.a %{buildroot}%{_libdir}
%changelog
+* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 1.52-7
+- Rebuilt for Fedora 25 and 26
+
* Tue Jun 21 2016 Ting-Wei Lan <lantw44@gmail.com> - 1.52-6
- Rebuilt for gmp-ecm-libs soname bump
diff --git a/factor/yafu/yafu.spec b/factor/yafu/yafu.spec
index 5090451..e67d071 100644
--- a/factor/yafu/yafu.spec
+++ b/factor/yafu/yafu.spec
@@ -1,6 +1,6 @@
Name: yafu
Version: 1.34
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Automated integer factorization
Group: Applications/Engineering
@@ -46,6 +46,9 @@ install -m 755 yafu %{buildroot}%{_bindir}
%changelog
+* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 1.34-7
+- Rebuilt for Fedora 25 and 26
+
* Tue Jun 21 2016 Ting-Wei Lan <lantw44@gmail.com> - 1.34-6
- Rebuilt for gmp-ecm-libs soname bump
diff --git a/guix/emacs-dash/emacs-dash.spec b/guix/emacs-dash/emacs-dash.spec
index c385b74..92191af 100644
--- a/guix/emacs-dash/emacs-dash.spec
+++ b/guix/emacs-dash/emacs-dash.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 2.12.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Dash is a modern list library for Emacs
Group: Applications/Editors
@@ -60,6 +60,9 @@ fi
%changelog
+* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 2.12.1-3
+- Rebuilt for Fedora 25 and 26
+
* Thu Mar 03 2016 Ting-Wei Lan <lantw44@gmail.com> - 2.12.1-2
- Rebuilt for Fedora 24 and 25
diff --git a/guix/emacs-geiser/emacs-geiser.spec b/guix/emacs-geiser/emacs-geiser.spec
index 79c35c6..ca781b1 100644
--- a/guix/emacs-geiser/emacs-geiser.spec
+++ b/guix/emacs-geiser/emacs-geiser.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 0.8.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Geiser is an Emacs environment to hack and have fun in Scheme
Group: Applications/Editors
@@ -68,6 +68,9 @@ fi
%changelog
+* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 0.8.1-4
+- Rebuilt for Fedora 25 and 26
+
* Fri Apr 01 2016 Ting-Wei Lan <lantw44@gmail.com> - 0.8.1-3
- Add geiser to the load path of guile
diff --git a/guix/emacs-magit/emacs-magit.spec b/guix/emacs-magit/emacs-magit.spec
index cd0c897..f6361c0 100644
--- a/guix/emacs-magit/emacs-magit.spec
+++ b/guix/emacs-magit/emacs-magit.spec
@@ -13,7 +13,7 @@
Name: emacs-%{pkg}
Version: 2.7.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Emacs interface to the most common Git operations
Group: Applications/Editors
@@ -81,6 +81,9 @@ fi
%changelog
+* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 2.7.0-2
+- Rebuilt for Fedora 25 and 26
+
* Tue Jun 21 2016 Ting-Wei Lan <lantw44@gmail.com> - 2.7.0-1
- Update to upstream version 2.7.0
diff --git a/guix/emacs-with-editor/emacs-with-editor.spec b/guix/emacs-with-editor/emacs-with-editor.spec
index 9c6a71d..b2a67cc 100644
--- a/guix/emacs-with-editor/emacs-with-editor.spec
+++ b/guix/emacs-with-editor/emacs-with-editor.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 2.5.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Use the Emacsclient as the editor of child processes
Group: Applications/Editors
@@ -62,6 +62,9 @@ fi
%changelog
+* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 2.5.1-2
+- Rebuilt for Fedora 25 and 26
+
* Tue Jun 21 2016 Ting-Wei Lan <lantw44@gmail.com> - 2.5.1-1
- Update to 2.5.1
- Include license file and all documents
diff --git a/guix/guile-json/guile-json.spec b/guix/guile-json/guile-json.spec
index 2423ea4..20c44a1 100644
--- a/guix/guile-json/guile-json.spec
+++ b/guix/guile-json/guile-json.spec
@@ -1,6 +1,6 @@
Name: guile-json
Version: 0.5.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: JSON module for Guile
License: LGPLv3+
@@ -51,6 +51,9 @@ make %{?_smp_mflags}
%changelog
+* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 0.5.0-2
+- Rebuilt for Fedora 25 and 26
+
* Fri Apr 01 2016 Ting-Wei Lan <lantw44@gmail.com> - 0.5.0-1
- Update to 0.5.0
diff --git a/guix/guix/guix.spec b/guix/guix/guix.spec
index 449e7c4..a4cde5f 100644
--- a/guix/guix/guix.spec
+++ b/guix/guix/guix.spec
@@ -1,6 +1,6 @@
Name: guix
Version: 0.11.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A purely functional package manager for the GNU system
License: GPLv3+
@@ -255,6 +255,9 @@ fi
%changelog
+* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 0.11.0-2
+- Rebuilt for Fedora 25 and 26
+
* Thu Aug 04 2016 Ting-Wei Lan <lantw44@gmail.com> - 0.11.0-1
- Update to 0.11.0
diff --git a/lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec b/lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec
index 1a3b276..69f12f0 100644
--- a/lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec
+++ b/lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec
@@ -1,9 +1,9 @@
-%global commit faa10ed25d291b63892ec43f38bf78f9b507678d
+%global commit 2a91a00e139a9e731c983649c197f373c855c77f
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: lilyterm-gtk3
Version: 0.9.9.5
-Release: 0.7.20160527git%{shortcommit}%{?dist}
+Release: 0.8.20160904git%{shortcommit}%{?dist}
Summary: Light and easy to use X Terminal Emulator (Copr: lantw44/lilyterm-gtk3)
Group: User Interface/X
@@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 0.9.9.5-0.8.20160904git2a91a00
+- Update to the latest git snapshot
+
* Sat May 28 2016 Ting-Wei Lan <lantw44@gmail.com> - 0.9.9.5-0.7.20160527gitfaa10ed
- Update to the latest git snapshot
diff --git a/qelly/qelly/qelly.spec b/qelly/qelly/qelly.spec
index a0de520..061be72 100644
--- a/qelly/qelly/qelly.spec
+++ b/qelly/qelly/qelly.spec
@@ -1,6 +1,6 @@
Name: qelly
Version: 1.0
-Release: 0.6.beta%{?dist}
+Release: 0.7.beta%{?dist}
Summary: Qelly is a Qt port of Nally
%global real_name Qelly
@@ -41,6 +41,9 @@ install -m 755 "bin/Qelly" "%{buildroot}/usr/bin"
%doc AUTHORS CHANGES README.md
%changelog
+* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 1.0-0.7.beta
+- Rebuilt for Fedora 25 and 26
+
* Thu Mar 03 2016 Ting-Wei Lan <lantw44@gmail.com> - 1.0-0.6.beta
- Rebuilt for Fedora 24 and 25
diff --git a/tcc/tcc/tcc.spec b/tcc/tcc/tcc.spec
index 9eadeb4..eaa6e7d 100644
--- a/tcc/tcc/tcc.spec
+++ b/tcc/tcc/tcc.spec
@@ -12,7 +12,7 @@
Name: %{pkg_fullname}
Version: 0.9.26
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: Tiny C Compiler
Group: Development/Languages
@@ -101,6 +101,9 @@ fi
%doc Changelog README TODO VERSION tcc-doc.html
%changelog
+* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 0.9.26-11
+- Rebuilt for Fedora 25 and 26
+
* Thu Mar 03 2016 Ting-Wei Lan <lantw44@gmail.com> - 0.9.26-10
- Rebuilt for Fedora 24 and 25