whot pushed to libICE (master). "Add make to BuildRequires"
by notifications@fedoraproject.org
Notification time stamped 2020-11-30 22:40:05 UTC
From ebd58ff6b7881cb7853f3ca49dde36aee793157f Mon Sep 17 00:00:00 2001
From: Peter Hutterer <peter.hutterer(a)who-t.net>
Date: Nov 30 2020 22:39:21 +0000
Subject: Add make to BuildRequires
---
diff --git a/libICE.spec b/libICE.spec
index 1a7a442..b382a4a 100644
--- a/libICE.spec
+++ b/libICE.spec
@@ -1,7 +1,7 @@
Summary: X.Org X11 ICE runtime library
Name: libICE
Version: 1.0.10
-Release: 4%{?dist}
+Release: 5%{?dist}
License: MIT
URL: http://www.x.org
@@ -11,7 +11,7 @@ Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
# Patch1: 0002-Add-getentropy-emulation-through-syscall.patch
BuildRequires: xorg-x11-util-macros
-BuildRequires: autoconf automake libtool
+BuildRequires: autoconf automake libtool make
BuildRequires: pkgconfig
BuildRequires: xorg-x11-proto-devel
BuildRequires: xorg-x11-xtrans-devel >= 1.0.3-5
@@ -68,6 +68,9 @@ done
%{_libdir}/pkgconfig/ice.pc
%changelog
+* Tue Dec 01 2020 Peter Hutterer <peter.hutterer(a)redhat.com> 1.0.10-5
+- Add make to BuildRequires
+
* Tue Jul 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.10-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
https://src.fedoraproject.org/rpms/libICE/c/ebd58ff6b7881cb7853f3ca49dde3...
2 years, 1 month
whot pushed to xkeyboard-config (master). "Add make to BuildRequires"
by notifications@fedoraproject.org
Notification time stamped 2020-11-30 22:36:50 UTC
From c5bdb67a90da7958206691f982edd233ca7ee5a6 Mon Sep 17 00:00:00 2001
From: Peter Hutterer <peter.hutterer(a)who-t.net>
Date: Nov 30 2020 22:36:04 +0000
Subject: Add make to BuildRequires
---
diff --git a/xkeyboard-config.spec b/xkeyboard-config.spec
index 9c7e8ea..2415d0e 100644
--- a/xkeyboard-config.spec
+++ b/xkeyboard-config.spec
@@ -7,7 +7,7 @@
Summary: X Keyboard Extension configuration data
Name: xkeyboard-config
Version: 2.31
-Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
+Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
License: MIT
URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
@@ -22,7 +22,7 @@ Source0: http://xorg.freedesktop.org/archive/individual/data/%{name}/%{name}-
BuildArch: noarch
BuildRequires: gettext gettext-devel
-BuildRequires: libtool
+BuildRequires: libtool make
BuildRequires: libxslt
BuildRequires: perl(XML::Parser)
BuildRequires: pkgconfig(glib-2.0)
@@ -83,6 +83,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/X11/xkb/compiled
%{_datadir}/pkgconfig/xkeyboard-config.pc
%changelog
+* Tue Dec 01 2020 Peter Hutterer <peter.hutterer(a)redhat.com> 2.31-3
+- Add make to BuildRequires
+
* Wed Nov 04 2020 Peter Hutterer <peter.hutterer(a)redhat.com> 2.31-2
- Fix BuildRequires for git, we only need git-core
https://src.fedoraproject.org/rpms/xkeyboard-config/c/c5bdb67a90da7958206...
2 years, 1 month
msuchy pushed to rpmconf (master). "Update rpmconf to 1.1.2-1"
by notifications@fedoraproject.org
Notification time stamped 2020-11-30 22:35:44 UTC
From b3e549c20f731cb59f83aaf1884d65176fafb356 Mon Sep 17 00:00:00 2001
From: Miroslav Suchý <msuchy(a)redhat.com>
Date: Nov 30 2020 22:35:38 +0000
Subject: Update rpmconf to 1.1.2-1
---
diff --git a/.gitignore b/.gitignore
index 9ea35ef..397c36b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ rpmconf-0.2.2.tar.gz
/rpmconf-1.0.20.tar.gz
/rpmconf-1.0.21.tar.gz
/rpmconf-1.1.1.tar.gz
+/rpmconf-1.1.2.tar.gz
diff --git a/rpmconf.spec b/rpmconf.spec
index 2c1914f..ac702f7 100644
--- a/rpmconf.spec
+++ b/rpmconf.spec
@@ -6,14 +6,15 @@
Name: rpmconf
Summary: Tool to handle rpmnew and rpmsave files
License: GPLv3
-Version: 1.1.1
-Release: 3%{?dist}
+Version: 1.1.2
+Release: 1%{?dist}
URL: http://wiki.github.com/xsuchy/rpmconf
# source is created by:
# git clone https://github.com/xsuchy/rpmconf.git
# cd rpmconf; tito build --tgz
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
+BuildRequires: make
BuildRequires: docbook-utils
BuildRequires: docbook-dtd31-sgml
BuildRequires: python%{python3_pkgversion}-sphinx
@@ -118,11 +119,9 @@ pylint-3 rpmconf bin/rpmconf || :
%dir %{_datadir}/rpmconf
%changelog
-* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Sun May 24 2020 Miro Hrončok <mhroncok(a)redhat.com> - 1.1.1-2
-- Rebuilt for Python 3.9
+* Mon Nov 30 2020 Miroslav Suchý <msuchy(a)redhat.com> 1.1.2-1
+- BR make
+- Fix typo in error message
* Mon May 04 2020 Miroslav Suchý <msuchy(a)redhat.com> 1.1.1-1
- fix version in released rpm
diff --git a/sources b/sources
index b9e2221..14f956a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rpmconf-1.1.1.tar.gz) = e1193422a1cb52eb23adfec5ce95afb1539f138cc2fd815afa9220c730db5e9e09c5209003972a9771ae8a2f278a1afa18424fab7161875673b1d5578594cc43
+SHA512 (rpmconf-1.1.2.tar.gz) = 11cdccc17e44fa6f3f9b625e26dbca5fbec20a0361fb7cfc1612a34aa80ce67f462d1948ee19fe014994a56ac5bf57d01988e0ab3794233638c81ccf57438309
https://src.fedoraproject.org/rpms/rpmconf/c/b3e549c20f731cb59f83aaf1884d...
2 years, 1 month
bcl pushed to lorax (master). "- Don't remove libldap_r libraries
during runtime-cleanup.tmpl (spichugi@redhat.com) (..more)"
by notifications@fedoraproject.org
Notification time stamped 2020-11-30 22:35:43 UTC
From 7d205fcda748f2d8b38cfdb94e86f639edf3507a Mon Sep 17 00:00:00 2001
From: Brian C. Lane <bcl(a)redhat.com>
Date: Nov 30 2020 22:35:13 +0000
Subject: - Don't remove libldap_r libraries during runtime-cleanup.tmpl (spichugi(a)redhat.com)
- Do not use '--loglevel' option when running Anaconda (vtrefny(a)redhat.com)
- Makefile: quiet rsync use in testing (bcl(a)redhat.com)
- Switch to using GitHub Actions instead of Travis CI (bcl(a)redhat.com)
---
diff --git a/.gitignore b/.gitignore
index 8f1740f..3fd0547 100644
--- a/.gitignore
+++ b/.gitignore
@@ -190,3 +190,4 @@
/lorax-34.2.tar.gz
/lorax-34.3.tar.gz
/lorax-34.4.tar.gz
+/lorax-34.5.tar.gz
diff --git a/lorax.spec b/lorax.spec
index 712da90..7a628c5 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -3,8 +3,8 @@
%define debug_package %{nil}
Name: lorax
-Version: 34.4
-Release: 2%{?dist}
+Version: 34.5
+Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
License: GPLv2+
@@ -14,10 +14,6 @@ URL: https://github.com/weldr/lorax
# git checkout -b archive-branch lorax-%%{version}-%%{release}
# tito build --tgz
Source0: %{name}-%{version}.tar.gz
-# Patch to no longer pass to anaconda log-level as it's been removed.
-# Already upstream
-# https://github.com/weldr/lorax/commit/78eec89cda687f9689978eedb5482d04157...
-Patch1: https://github.com/weldr/lorax/commit/78eec89cda687f9689978eedb5482d04157...
BuildRequires: python3-devel
BuildRequires: make
@@ -150,7 +146,6 @@ build images, etc. from the command line.
%prep
%setup -q -n %{name}-%{version}
-%patch1 -p1
%build
@@ -198,8 +193,11 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/composer-cli.1*
%changelog
-* Thu Nov 26 2020 Kevin Fenzi <kevin(a)scrye.com> - 34.4-2
-- Add patch for anaconda log-level removal (already upstream)
+* Mon Nov 30 2020 Brian C. Lane <bcl(a)redhat.com> 34.5-1
+- Don't remove libldap_r libraries during runtime-cleanup.tmpl (spichugi(a)redhat.com)
+- Do not use '--loglevel' option when running Anaconda (vtrefny(a)redhat.com)
+- Makefile: quiet rsync use in testing (bcl(a)redhat.com)
+- Switch to using GitHub Actions instead of Travis CI (bcl(a)redhat.com)
* Mon Nov 02 2020 Brian C. Lane <bcl(a)redhat.com> 34.4-1
- Update the default release version to 34 (bcl(a)redhat.com)
diff --git a/sources b/sources
index d8599ce..3bee955 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (lorax-34.4.tar.gz) = 0d83087677e4b3c8ef54c4f838f224d5d7130a1f9f9932e0b4b50935da99edc8924e06b4536b9bee50ecd2bc9314c287f0abcdf2bc2b8ebe8e3a8373873bf58f
+SHA512 (lorax-34.5.tar.gz) = 28ab6c2b9bae11c75a1c23475a274a6dda8afbcb794acc69a93c8c4f159455f9a9f20c153ba13ec5872dcd0d8478f9143e710f10059354d7cab636c589d9db20
https://src.fedoraproject.org/rpms/lorax/c/7d205fcda748f2d8b38cfdb94e86f6...
2 years, 1 month
whot pushed to mtdev (master). "Add make to BuildRequires"
by notifications@fedoraproject.org
Notification time stamped 2020-11-30 22:33:28 UTC
From e0c5430e0dd6862d0334707cf5d5c69a24847fd9 Mon Sep 17 00:00:00 2001
From: Peter Hutterer <peter.hutterer(a)who-t.net>
Date: Nov 30 2020 22:33:05 +0000
Subject: Add make to BuildRequires
---
diff --git a/mtdev.spec b/mtdev.spec
index 6c14cb2..29cb5f0 100644
--- a/mtdev.spec
+++ b/mtdev.spec
@@ -3,7 +3,7 @@
Name: mtdev
Version: 1.1.5
-Release: 18%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
+Release: 19%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
Summary: Multitouch Protocol Translation Library
License: MIT
@@ -19,7 +19,7 @@ Source2: commitid
Source0: http://bitmath.org/code/%{name}/%{name}-%{version}.tar.bz2
%endif
-BuildRequires: autoconf automake libtool gcc
+BuildRequires: autoconf automake libtool gcc make make make make
%description
%{name} is a stand-alone library which transforms all variants of kernel MT
@@ -65,6 +65,9 @@ rm -f %{buildroot}%{_libdir}/*.la
%{_bindir}/mtdev-test
%changelog
+* Tue Dec 01 2020 Peter Hutterer <peter.hutterer(a)redhat.com> 1.1.5-19
+- Add make to BuildRequires
+
* Tue Jul 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.5-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
@@ -152,7 +155,7 @@ rm -f %{buildroot}%{_libdir}/*.la
* Mon Jun 18 2012 Peter Hutterer <peter.hutterer(a)redhat.com> 1.1.2-1
- mtdev 1.1.2
- upstream provides tarballs now, add the needed spec file changes
-
+
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.1.0-3.20110105
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
https://src.fedoraproject.org/rpms/mtdev/c/e0c5430e0dd6862d0334707cf5d5c6...
2 years, 1 month