kevin pushed to awscli (master). "Update to 1.4.68. Fixes bug
#1561240"
by notificationsï¼ fedoraproject.org
From dc00c15b43d189174b51871538b5defeba40941e Mon Sep 17 00:00:00 2001
From: Kevin Fenzi <kevin(a)scrye.com>
Date: Mar 31 2018 23:21:18 +0000
Subject: Update to 1.4.68. Fixes bug #1561240
---
diff --git a/.gitignore b/.gitignore
index d0f968c..49f3169 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,4 @@
/awscli-1.14.62.tar.gz
/awscli-1.14.63.tar.gz
/awscli-1.14.64.tar.gz
+/awscli-1.14.68.tar.gz
diff --git a/awscli.spec b/awscli.spec
index 2f0a5eb..f24d9f6 100644
--- a/awscli.spec
+++ b/awscli.spec
@@ -7,7 +7,7 @@
%global botocore_version 1.9.1
Name: awscli
-Version: 1.14.64
+Version: 1.14.68
Release: 1%{?dist}
Summary: Universal Command Line Environment for AWS
@@ -99,6 +99,9 @@ rm %{buildroot}%{_bindir}/aws.cmd
%endif # with python3
%changelog
+* Sat Mar 31 2018 Kevin Fenzi <kevin(a)scrye.com> - 1.14.68-1
+- Update to 1.4.68. Fixes bug #1561240
+
* Tue Mar 27 2018 Kevin Fenzi <kevin(a)scrye.com> - 1.14.64-1
- Update to 1.4.64. Fixes bug #1560762
diff --git a/sources b/sources
index 02d203e..060d703 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (awscli-1.14.64.tar.gz) = 866f3d951acd2e5555445db50f9da1340caa35c9246599233756f11d14c6eb0904c143e083e06e6cea528bdc6c260a1f425a2e3b1cf59926c446945d2db5d0cd
+SHA512 (awscli-1.14.68.tar.gz) = ec30c6d8ef1ec4d52ee5a63d0caab3ac49f76a9245f20a92f190b73019d4719417a7b702588b0ed5df5bef1cb2cd7d40c486a373eff0f8eda64dee82051182b1
https://src.fedoraproject.org/rpms/awscli/c/dc00c15b43d189174b51871538b5d...
5Â years, 5Â months
hobbes1069 pushed to freecad (master). "Update to 0.17 prerelease."
by notificationsï¼ fedoraproject.org
From d5079f35cf0b3e2976e2df60975460fe06e3192f Mon Sep 17 00:00:00 2001
From: Richard Shaw <hobbes1069(a)gmail.com>
Date: Mar 31 2018 23:10:23 +0000
Subject: Update to 0.17 prerelease.
---
diff --git a/.gitignore b/.gitignore
index 2a0db7b..8e16050 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/freecad_0.15.4671.tar.gz
/freecad-0.16-pre.tar.gz
/freecad-0.16.tar.gz
+/FreeCAD-0.17_pre.tar.gz
diff --git a/freecad-0.14-Xlib_h.patch b/freecad-0.14-Xlib_h.patch
deleted file mode 100644
index 72b6f0a..0000000
--- a/freecad-0.14-Xlib_h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur freecad-0.14.3702.orig/src/Gui/CMakeLists.txt freecad-0.14.3702/src/Gui/CMakeLists.txt
---- freecad-0.14.3702.orig/src/Gui/CMakeLists.txt 2014-07-13 10:33:02.000000000 -0500
-+++ freecad-0.14.3702/src/Gui/CMakeLists.txt 2014-07-22 21:25:04.508664979 -0500
-@@ -57,6 +57,7 @@
- set(FreeCADGui_LIBS
- ${FreeCADGui_LIBS}
- ${SPNAV_LIBRARIES}
-+ X11
- )
- ENDIF(SPNAV_FOUND)
-
diff --git a/freecad.spec b/freecad.spec
index f06eaff..e998f32 100644
--- a/freecad.spec
+++ b/freecad.spec
@@ -1,11 +1,8 @@
-#global pre 1
+%global pre 1
# Maintainers: keep this list of plugins up to date
# List plugins in %%{_libdir}/freecad/lib, less '.so' and 'Gui.so', here
-%global plugins Complete Drawing Fem FreeCAD Image Import Inspection Mesh MeshPart Part Points QtUnit Raytracing ReverseEngineering Robot Sketcher Start Web PartDesignGui _PartDesign Spreadsheet SpreadsheetGui DraftUtils Path PathGui area
-
-# Some plugins go in the Mod folder instead of lib. Deal with those here:
-%global mod_plugins Mod/PartDesign
+%global plugins Complete DraftUtils Drawing Fem FreeCAD Image Import Inspection Mesh MeshPart Part PartDesign Path Points QtUnit Raytracing ReverseEngineering Robot Sketcher Spreadsheet Start Web PartDesignGui _PartDesign Spreadsheet SpreadsheetGui area
# Some configuration options for other environments
# rpmbuild --with=occ: Compile using OpenCASCADE instead of OCE
@@ -20,14 +17,13 @@
Name: freecad
Epoch: 1
-Version: 0.16
-Release: 12%{?pre:.pre}%{?dist}
+Version: 0.17
+Release: 0.1%{?pre:.pre}%{?dist}
Summary: A general purpose 3D CAD modeler
-Group: Applications/Engineering
License: GPLv2+
URL: http://freecadweb.org/
-Source0: https://github.com/FreeCAD/FreeCAD/archive/%{version}%{?pre:_pre}.tar.gz#...
+Source0: https://github.com/FreeCAD/FreeCAD/archive/%{version}%{?pre:_pre}/FreeCAD...
Source101: freecad.desktop
Source102: freecad.1
Source103: freecad.appdata.xml
@@ -91,28 +87,18 @@ BuildRequires: python-matplotlib
BuildRequires: libappstream-glib
%endif
-# Packages separated because they are noarch, but not optional so require them
-# here.
Requires: %{name}-data = %{epoch}:%{version}-%{release}
-# Obsolete old doc package since it's required for functionality.
-Obsoletes: %{name}-doc < 0.13-5
# Needed for plugin support and is not a soname dependency.
%if ! 0%{?rhel} <= 6 && "%{_arch}" != "ppc64"
# python-pivy does not build on EPEL 6 ppc64.
-Requires: python-pivy
+Requires: python2-pivy
%endif
-Requires: hicolor-icon-theme
-Requires: python-matplotlib
-Requires: python-collada
-Requires: python-pyside
+Requires: python2-matplotlib
+Requires: python2-collada
+Requires: python2-pyside
Requires: qt-assistant
-# plugins and private shared libs in %%{_libdir}/freecad/lib are private;
-# prevent private capabilities being advertised in Provides/Requires
-%define plugin_regexp /^\\\(libFreeCAD.*%(for i in %{plugins}; do echo -n "\\\|$i\\\|$iGui"; done)\\\)\\\(\\\|Gui\\\)\\.so/d
-%global __provides_exclude_from %{_libdir}/%{name}/lib/%{plugin_regexp}|%{_libdir}/%{name}/Mod/%{plugin_regexp}
-
%description
FreeCAD is a general purpose Open Source 3D CAD/MCAD/CAx/CAE/PLM modeler, aimed
@@ -133,14 +119,11 @@ Data files for FreeCAD
%prep
-%setup -q -n FreeCAD-%{version}%{?rev:.%{rev}}%{?pre:-pre}
-%patch0 -p1 -b .3rdparty
+%autosetup -p1 -n FreeCAD-%{version}%{?pre:_pre}
# Remove bundled pycxx if we're not using it
%if ! %{bundled_pycxx}
rm -rf src/CXX
%endif
-%patch1 -p1 -b .zipios
-%patch2 -p1
%if ! %{bundled_zipios}
rm -rf src/zipios++
@@ -208,7 +191,6 @@ popd
# Symlink binaries to /usr/bin
mkdir -p %{buildroot}%{_bindir}
-#pushd %{buildroot}%{_bindir}
ln -rs %{buildroot}%{_libdir}/freecad/bin/FreeCAD %{buildroot}%{_bindir}
ln -rs %{buildroot}%{_libdir}/freecad/bin/FreeCADCmd %{buildroot}%{_bindir}
#popd
@@ -252,47 +234,15 @@ install -pm 0644 %{SOURCE103} %{buildroot}%{_datadir}/appdata/
%{?fedora:appstream-util validate-relax --nonet \
%{buildroot}/%{_datadir}/appdata/*.appdata.xml}
-# Bug maintainers to keep %%{plugins} macro up to date.
-#
-# Make sure there are no plugins that need to be added to plugins macro
-new_plugins=`ls %{buildroot}%{_libdir}/freecad/lib | sed -e '%{plugin_regexp}'`
-if [ -n "$new_plugins" ]; then
- echo -e "\n\n\n**** ERROR:\n" \
- "\nPlugins not caught by regexp: " $new_plugins \
- "\n\nPlugins in %{_libdir}/freecad/lib do not exist in" \
- "\nspecfile %%{plugins} macro. Please add these to" \
- "\n%%{plugins} macro at top of specfile and rebuild.\n****\n" 1>&2
- exit 1
-fi
-# Make sure there are no entries in the plugins macro that don't match plugins
-for p in %{plugins}; do
- if [ -z "`ls %{buildroot}%{_libdir}/freecad/lib/$p*.so`" ]; then
- set +x
- echo -e "\n\n\n**** ERROR:\n" \
- "\nExtra entry in %%{plugins} macro with no matching plugin:" \
- "'$p'.\n\nPlease remove from %%{plugins} macro at top of" \
- "\nspecfile and rebuild.\n****\n" 1>&2
- exit 1
- fi
-done
-
%post
-/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
/usr/bin/update-desktop-database &> /dev/null || :
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
%postun
-if [ $1 -eq 0 ] ; then
- /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-fi
/usr/bin/update-desktop-database &> /dev/null || :
/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
-%posttrans
-/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-
%files
%license copying.lib data/License.txt
@@ -315,6 +265,9 @@ fi
%changelog
+* Sat Mar 31 2018 Richard Shaw <hobbes1069(a)gmail.com> - 1:0.17-0.1
+- Update to 0.17 prerelease.
+
* Wed Mar 07 2018 Adam Williamson <awilliam(a)redhat.com> - 1:0.16-12
- Rebuild to fix GCC 8 mis-compilation
See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64")
diff --git a/sources b/sources
index d871888..b24a0ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6e992c98ae2b8448bcf428e3e9efb02f freecad-0.16.tar.gz
+SHA512 (FreeCAD-0.17_pre.tar.gz) = a826a549d842ba322f7ec5f786d402e81f5b916008be450bacefb7ee976e203427130938c036cc6fca6ea11a8df0ab9b4a39f3bdfedc3cc1a7d31e7a5d11e142
https://src.fedoraproject.org/rpms/freecad/c/d5079f35cf0b3e2976e2df609754...
5Â years, 5Â months
rdieter pushed to yakuake (f27). "update %%files"
by notificationsï¼ fedoraproject.org
From d388845d0f3647e038e0b5ff3e402fa0344353aa Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter(a)gmail.com>
Date: Mar 31 2018 22:56:47 +0000
Subject: update %%files
---
diff --git a/yakuake.spec b/yakuake.spec
index d064f69..2e438e0 100644
--- a/yakuake.spec
+++ b/yakuake.spec
@@ -82,6 +82,7 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.yakuake.
%{_kf5_datadir}/knotifications5/yakuake.notifyrc
%{_kf5_datadir}/yakuake/
%{_kf5_datadir}/icons/hicolor/*/apps/yakuake.*
+%{_kf5_datadir}/dbus-1/services/org.kde.yakuake.service
%changelog
https://src.fedoraproject.org/rpms/yakuake/c/d388845d0f3647e038e0b5ff3e40...
5Â years, 5Â months
rdieter pushed to yakuake (f27). "Remove obsolete scriptlets (..more)"
by notificationsï¼ fedoraproject.org
From 817c03eb70d820b8b8d892943e1b05ecc84c6a92 Mon Sep 17 00:00:00 2001
From: Igor Gnatenko <ignatenkobrain(a)fedoraproject.org>
Date: Jan 30 2018 12:08:29 +0000
Subject: Remove obsolete scriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain(a)fedoraproject.org>
---
diff --git a/yakuake.spec b/yakuake.spec
index 5f48a30..865412a 100644
--- a/yakuake.spec
+++ b/yakuake.spec
@@ -4,7 +4,7 @@
Name: yakuake
Version: 3.0.4
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A drop-down terminal emulator
# KDE e.V. may determine that future GPL versions are accepted
@@ -69,19 +69,6 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
appstream-util validate-relax --nonet %{buildroot}%{_kf5_datadir}/appdata/org.kde.yakuake.appdata.xml ||:
desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.yakuake.desktop
-
-%post
-touch --no-create %{_kf5_datadir}/icons/hicolor &> /dev/null || :
-
-%posttrans
-gtk-update-icon-cache %{_kf5_datadir}/icons/hicolor &> /dev/null || :
-
-%postun
-if [ $1 -eq 0 ] ; then
-touch --no-create %{_kf5_datadir}/icons/hicolor &> /dev/null || :
-gtk-update-icon-cache %{_kf5_datadir}/icons/hicolor &> /dev/null || :
-fi
-
%files -f %{name}.lang
%doc AUTHORS ChangeLog TODO
%license COPYING
@@ -95,6 +82,9 @@ fi
%changelog
+* Tue Jan 30 2018 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 3.0.4-4
+- Remove obsolete scriptlets
+
* Thu Aug 03 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
https://src.fedoraproject.org/rpms/yakuake/c/817c03eb70d820b8b8d892943e1b...
5Â years, 5Â months
rdieter pushed to yakuake (f27). "3.0.5"
by notificationsï¼ fedoraproject.org
From 05f0bd9c00674b2785a7c17e7f6bef0d450c4efa Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter(a)gmail.com>
Date: Mar 29 2018 18:49:24 +0000
Subject: 3.0.5
---
diff --git a/.gitignore b/.gitignore
index 7edb854..53250b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/yakuake-3.0.4.tar.xz
+/yakuake-3.0.5.tar.xz
diff --git a/sources b/sources
index 7e49bcf..d9dfdfc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (yakuake-3.0.4.tar.xz) = e50fe742349e02116bb9d7edd61178fcbc215ace39d50b48fb8ec3095c948a7ff91add7be5d8778c817f9d5b4663d4cefe3e0ef197c7ec6e0b88b3158ff39659
+SHA512 (yakuake-3.0.5.tar.xz) = 17640590bb87b7c27e1e336cb82141b986103af95cfae2da129b69537d89a78eb0e21a6f5fb9ab26ed9e572f9edad055264f642afee6012e1a5a5c55d9dc2d22
diff --git a/yakuake.spec b/yakuake.spec
index 3a1082a..d064f69 100644
--- a/yakuake.spec
+++ b/yakuake.spec
@@ -3,8 +3,8 @@
%global _changelog_trimtime %(date +%s -d "1 year ago")
Name: yakuake
-Version: 3.0.4
-Release: 6%{?dist}
+Version: 3.0.5
+Release: 1%{?dist}
Summary: A drop-down terminal emulator
# KDE e.V. may determine that future GPL versions are accepted
@@ -38,6 +38,7 @@ BuildRequires: kf5-kparts-devel
BuildRequires: kf5-kwidgetsaddons-devel
BuildRequires: kf5-kwindowsystem-devel
%if 0%{?fedora}
+%global appstream_validate 1
BuildRequires: libappstream-glib
%endif
BuildRequires: qt5-qtx11extras-devel
@@ -56,7 +57,7 @@ pushd %{_target_platform}
%{cmake_kf5} ..
popd
-make %{?_smp_mflags} -C %{_target_platform}
+%make_build -C %{_target_platform}
%install
@@ -66,7 +67,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%check
-appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.yakuake.appdata.xml ||:
+%if 0%{?appstream_validate}
+appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.yakuake.appdata.xml
+%endif
desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.yakuake.desktop
%files -f %{name}.lang
@@ -82,6 +85,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.yakuake.
%changelog
+* Thu Mar 29 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 3.0.5-1
+- 3.0.5
+
* Mon Feb 12 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 3.0.4-6
- use %%_kf5_metainfodir
https://src.fedoraproject.org/rpms/yakuake/c/05f0bd9c00674b2785a7c17e7f6b...
5Â years, 5Â months
rdieter pushed to yakuake (f27). "use %_kf5_metainfodir"
by notificationsï¼ fedoraproject.org
From 0a97620a2b037b06b1ace13d508a6f1efc6ea73e Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter(a)gmail.com>
Date: Feb 13 2018 04:27:24 +0000
Subject: use %_kf5_metainfodir
---
diff --git a/yakuake.spec b/yakuake.spec
index 4d1d3e0..3a1082a 100644
--- a/yakuake.spec
+++ b/yakuake.spec
@@ -4,7 +4,7 @@
Name: yakuake
Version: 3.0.4
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: A drop-down terminal emulator
# KDE e.V. may determine that future GPL versions are accepted
@@ -66,7 +66,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%check
-appstream-util validate-relax --nonet %{buildroot}%{_kf5_datadir}/appdata/org.kde.yakuake.appdata.xml ||:
+appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.yakuake.appdata.xml ||:
desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.yakuake.desktop
%files -f %{name}.lang
@@ -74,7 +74,7 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.yakuake.
%license COPYING
%{_kf5_bindir}/yakuake
%{_kf5_sysconfdir}/xdg/yakuake.knsrc
-%{_kf5_datadir}/appdata/org.kde.yakuake.appdata.xml
+%{_kf5_metainfodir}/org.kde.yakuake.appdata.xml
%{_kf5_datadir}/applications/org.kde.yakuake.desktop
%{_kf5_datadir}/knotifications5/yakuake.notifyrc
%{_kf5_datadir}/yakuake/
@@ -82,6 +82,9 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.yakuake.
%changelog
+* Mon Feb 12 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 3.0.4-6
+- use %%_kf5_metainfodir
+
* Fri Feb 09 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
https://src.fedoraproject.org/rpms/yakuake/c/0a97620a2b037b06b1ace13d508a...
5Â years, 5Â months
rdieter pushed to yakuake (master). "update %%files"
by notificationsï¼ fedoraproject.org
From d388845d0f3647e038e0b5ff3e402fa0344353aa Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter(a)gmail.com>
Date: Mar 31 2018 22:56:47 +0000
Subject: update %%files
---
diff --git a/yakuake.spec b/yakuake.spec
index d064f69..2e438e0 100644
--- a/yakuake.spec
+++ b/yakuake.spec
@@ -82,6 +82,7 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.yakuake.
%{_kf5_datadir}/knotifications5/yakuake.notifyrc
%{_kf5_datadir}/yakuake/
%{_kf5_datadir}/icons/hicolor/*/apps/yakuake.*
+%{_kf5_datadir}/dbus-1/services/org.kde.yakuake.service
%changelog
https://src.fedoraproject.org/rpms/yakuake/c/d388845d0f3647e038e0b5ff3e40...
5Â years, 5Â months
rdieter pushed to yakuake (f28). "update %%files"
by notificationsï¼ fedoraproject.org
From d388845d0f3647e038e0b5ff3e402fa0344353aa Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter(a)gmail.com>
Date: Mar 31 2018 22:56:47 +0000
Subject: update %%files
---
diff --git a/yakuake.spec b/yakuake.spec
index d064f69..2e438e0 100644
--- a/yakuake.spec
+++ b/yakuake.spec
@@ -82,6 +82,7 @@ desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.yakuake.
%{_kf5_datadir}/knotifications5/yakuake.notifyrc
%{_kf5_datadir}/yakuake/
%{_kf5_datadir}/icons/hicolor/*/apps/yakuake.*
+%{_kf5_datadir}/dbus-1/services/org.kde.yakuake.service
%changelog
https://src.fedoraproject.org/rpms/yakuake/c/d388845d0f3647e038e0b5ff3e40...
5Â years, 5Â months