aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arm-linux-gnueabi-toolchain/arm-linux-gnueabi-filesystem/arm-linux-gnueabi-filesystem.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/guile-ssh/guile-ssh.spec5
-rw-r--r--guix/guix/guix.spec5
-rw-r--r--lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec5
-rw-r--r--qelly/qelly/qelly.spec5
-rw-r--r--tcc/tcc/tcc.spec5
10 files changed, 40 insertions, 10 deletions
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 e01fd52..f2236fa 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: 3%{?dist}
+Release: 4%{?dist}
Summary: Cross compilation toolchain filesystem layout (%{cross_triplet})
Group: Development/System
@@ -84,6 +84,9 @@ mkdir %{buildroot}%{cross_sysroot}/var/db
%changelog
+* Wed Mar 08 2017 Ting-Wei Lan <lantw44@gmail.com> - 3-4
+- Rebuilt for Fedora 26 and 27
+
* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 3-3
- Rebuilt for Fedora 25 and 26
diff --git a/factor/msieve/msieve.spec b/factor/msieve/msieve.spec
index 9599107..9101d8e 100644
--- a/factor/msieve/msieve.spec
+++ b/factor/msieve/msieve.spec
@@ -1,6 +1,6 @@
Name: msieve
Version: 1.53
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Msieve is a C library to factor large integers.
Group: Applications/Engineering
@@ -40,6 +40,9 @@ install -m 644 libmsieve.a %{buildroot}%{_libdir}
%changelog
+* Wed Mar 08 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.53-2
+- Rebuilt for Fedora 26 and 27
+
* Mon Jan 23 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.53-1
- Update to 1.53
- Remove -march=native set in OPT_FLAGS
diff --git a/factor/yafu/yafu.spec b/factor/yafu/yafu.spec
index 7191afc..693854a 100644
--- a/factor/yafu/yafu.spec
+++ b/factor/yafu/yafu.spec
@@ -1,6 +1,6 @@
Name: yafu
Version: 1.34
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: Automated integer factorization
Group: Applications/Engineering
@@ -46,6 +46,9 @@ install -m 755 yafu %{buildroot}%{_bindir}
%changelog
+* Wed Mar 08 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.34-9
+- Rebuilt for Fedora 26 and 27
+
* Mon Jan 23 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.34-8
- Rebuilt for msieve 1.53 update
diff --git a/guix/emacs-dash/emacs-dash.spec b/guix/emacs-dash/emacs-dash.spec
index 3ee7abf..8c2d56c 100644
--- a/guix/emacs-dash/emacs-dash.spec
+++ b/guix/emacs-dash/emacs-dash.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 2.13.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Dash is a modern list library for Emacs
Group: Applications/Editors
@@ -60,6 +60,9 @@ fi
%changelog
+* Wed Mar 08 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.13.0-2
+- Rebuilt for Fedora 26 and 27
+
* Fri Nov 04 2016 Ting-Wei Lan <lantw44@gmail.com> - 2.13.0-1
- Update to 2.13.0
diff --git a/guix/emacs-geiser/emacs-geiser.spec b/guix/emacs-geiser/emacs-geiser.spec
index 7bd6424..ac6a439 100644
--- a/guix/emacs-geiser/emacs-geiser.spec
+++ b/guix/emacs-geiser/emacs-geiser.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 0.9
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Geiser is an Emacs environment to hack and have fun in Scheme
Group: Applications/Editors
@@ -68,6 +68,9 @@ fi
%changelog
+* Wed Mar 08 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.9-2
+- Rebuilt for Fedora 26 and 27
+
* Fri Nov 04 2016 Ting-Wei Lan <lantw44@gmail.com> - 0.9-1
- Update to 0.9
diff --git a/guix/guile-ssh/guile-ssh.spec b/guix/guile-ssh/guile-ssh.spec
index cd6514a..56468ca 100644
--- a/guix/guile-ssh/guile-ssh.spec
+++ b/guix/guile-ssh/guile-ssh.spec
@@ -1,6 +1,6 @@
Name: guile-ssh
Version: 0.10.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A library that provides access to the SSH protocol for GNU Guile
License: GPLv3+
@@ -61,5 +61,8 @@ fi
%changelog
+* Wed Mar 08 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.10.2-2
+- Rebuilt for Fedora 26 and 27
+
* Sat Dec 31 2016 Ting-Wei Lan <lantw44@gmail.com> - 0.10.2-1
- Initial packaging
diff --git a/guix/guix/guix.spec b/guix/guix/guix.spec
index 1e2d6d0..cb2646d 100644
--- a/guix/guix/guix.spec
+++ b/guix/guix/guix.spec
@@ -1,6 +1,6 @@
Name: guix
Version: 0.12.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A purely functional package manager for the GNU system
License: GPLv3+
@@ -259,6 +259,9 @@ fi
%changelog
+* Wed Mar 08 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.12.0-2
+- Rebuilt for Fedora 26 and 27
+
* Sat Dec 31 2016 Ting-Wei Lan <lantw44@gmail.com> - 0.12.0-1
- Update to 0.12.0
diff --git a/lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec b/lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec
index 4eeed6f..ab72487 100644
--- a/lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec
+++ b/lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec
@@ -3,7 +3,7 @@
Name: lilyterm-gtk3
Version: 0.9.9.5
-Release: 0.9.20161004git%{shortcommit}%{?dist}
+Release: 0.10.20161004git%{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
+* Wed Mar 08 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.9.9.5-0.10.20161004git8df92d6
+- Rebuilt for Fedora 26 and 27
+
* Wed Nov 23 2016 Ting-Wei Lan <lantw44@gmail.com> - 0.9.9.5-0.9.20161004git8df92d6
- Update to the last git snapshot supporting GTK+ 3
- Use autosetup macro
diff --git a/qelly/qelly/qelly.spec b/qelly/qelly/qelly.spec
index 061be72..3771900 100644
--- a/qelly/qelly/qelly.spec
+++ b/qelly/qelly/qelly.spec
@@ -1,6 +1,6 @@
Name: qelly
Version: 1.0
-Release: 0.7.beta%{?dist}
+Release: 0.8.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
+* Wed Mar 08 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.0-0.8.beta
+- Rebuilt for Fedora 26 and 27
+
* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 1.0-0.7.beta
- Rebuilt for Fedora 25 and 26
diff --git a/tcc/tcc/tcc.spec b/tcc/tcc/tcc.spec
index eaa6e7d..d786172 100644
--- a/tcc/tcc/tcc.spec
+++ b/tcc/tcc/tcc.spec
@@ -12,7 +12,7 @@
Name: %{pkg_fullname}
Version: 0.9.26
-Release: 11%{?dist}
+Release: 12%{?dist}
Summary: Tiny C Compiler
Group: Development/Languages
@@ -101,6 +101,9 @@ fi
%doc Changelog README TODO VERSION tcc-doc.html
%changelog
+* Wed Mar 08 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.9.26-12
+- Rebuilt for Fedora 26 and 27
+
* Sat Sep 10 2016 Ting-Wei Lan <lantw44@gmail.com> - 0.9.26-11
- Rebuilt for Fedora 25 and 26