Dear all,
You are kindly invited to the meeting:
EPSCo weekly meeting on 2015-08-21 from 17:00:00 to 18:00:00 UTC
At epel(a)irc.freenode.net
The meeting will be about:
Source: https://apps.fedoraproject.org/calendar/meeting/2542/
Sorry for the cross posting - let's follow up on the EPEL list
We now have python34 in EPEL (yay - thanks Matej and others!). Starting to
look at packaging some modules. We have
https://fedoraproject.org/wiki/User:Bkabrda/EPEL7_Python3 as a starting point
which looks pretty good. One wrinkle though is that we have a bunch of
python2 packages provided by RHEL that we'll want to provide python3X versions
for in EPEL, but not ship python2 versions. So a question becomes, where do
they get maintained? Either:
- epel7 branch of the python-blah package in Fedora?
- a new python3X-blah package?
And if in an epel7 branch of an existing package, is it conceivable to
maintain a common spec across EPEL and Fedora?
I think this is somewhat representative of the changes needed in a more
complicated package (setuptools) which isn't actually too terrrible:
diff --git a/python-setuptools.spec b/python-setuptools.spec
index 7f37e90..cb96b9f 100644
--- a/python-setuptools.spec
+++ b/python-setuptools.spec
@@ -1,9 +1,9 @@
-%if 0%{?fedora}
+%if 0%{?fedora} || 0%{?rhel} >= 7
%global with_python3 1
# This controls whether setuptools is build as a wheel or not,
# simplifying Python 3.4 bootstraping process
-%global build_wheel 1
+%global build_wheel 0
%else
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print (get_python_lib())")}
%endif
@@ -44,10 +44,10 @@ BuildRequires: python-pip
BuildRequires: python-wheel
%endif
%if 0%{?with_python3}
-BuildRequires: python3-devel
+BuildRequires: python%{python3_pkgversion}-devel
%if 0%{?build_wheel}
-BuildRequires: python3-pip
-BuildRequires: python3-wheel
+BuildRequires: python%{python3_pkgversion}-pip
+BuildRequires: python%{python3_pkgversion}-wheel
%endif
%endif # if with_python3
# For unittests
@@ -68,7 +68,7 @@ This package also contains the runtime components of
setuptools, necessary to
execute the software that requires pkg_resources.py.
%if 0%{?with_python3}
-%package -n python3-setuptools
+%package -n python%{python3_pkgversion}-setuptools
Summary: Easily build and distribute Python 3 packages
Group: Applications/System
@@ -76,7 +76,7 @@ Group: Applications/System
# has been present since python3-3.2. We do not ship python3-3.0 or
# python3-3.1 anywhere
-%description -n python3-setuptools
+%description -n python%{python3_pkgversion}-setuptools
Setuptools is a collection of enhancements to the Python 3 distutils that allow
you to more easily build and distribute Python 3 packages, especially ones that
have dependencies on other packages.
@@ -156,6 +156,9 @@ chmod +x
%{buildroot}%{python3_sitelib}/setuptools/command/easy_install.py
popd
%endif # with_python3
+%if 0%{?epel}
+rm %{buildroot}/%{_bindir}/easy_install
+%else
%if 0%{?build_wheel}
pip2 install -I dist/%{python2_wheelname} --root %{buildroot}
--strip-file-prefix %{buildroot}
%else
@@ -167,9 +170,11 @@ rm -rf %{buildroot}%{python_sitelib}/setuptools/tests
sed -i '/^setuptools\/tests\//d' %{buildroot}%{python2_record}
%endif
-install -p -m 0644 %{SOURCE1} %{SOURCE2} .
find %{buildroot}%{python_sitelib} -name '*.exe' | xargs rm -f
chmod +x %{buildroot}%{python_sitelib}/setuptools/command/easy_install.py
+%endif # 0%{?epel}
+
+install -p -m 0644 %{SOURCE1} %{SOURCE2} .
%check
%{__python} setup.py test
@@ -184,15 +189,17 @@ popd
rm -rf %{buildroot}
+%if !0%{?epel}
%files
%defattr(-,root,root,-)
%doc *.txt docs
%{python_sitelib}/*
%{_bindir}/easy_install
%{_bindir}/easy_install-2.*
+%endif
%if 0%{?with_python3}
-%files -n python3-setuptools
+%files -n python%{python3_pkgversion}-setuptools
%defattr(-,root,root,-)
%doc psfl.txt zpl.txt docs
%{python3_sitelib}/*
One note - according to
https://fedoraproject.org/wiki/User:Bkabrda/EPEL7_Python3#Specfiles.2C_Macr…
%{python3_pkgversion} is supposed to be defined in Fedora, but I don't see it
(at least not in F22). In the review
(https://bugzilla.redhat.com/show_bug.cgi?id=1219411#c8) there seems to be
some uncertainty as to where it will land?
Comments?
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane orion(a)nwra.com
Boulder, CO 80301 http://www.nwra.com
I'm putting TeXmacs into EPEL7 due to sympy deps and I figure someone must
like it. But I'd really rather not maintain it. If you would like to, please
apply:
https://admin.fedoraproject.org/pkgdb/package/TeXmacs/
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane orion(a)nwra.com
Boulder, CO 80301 http://www.nwra.com
The following Fedora EPEL 6 Security updates need testing:
Age URL
278 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4008/cross-binutil…
58 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6828/chicken-4.9.0…
40 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7031/python-virtua…
35 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7116/nx-libs-3.5.0…
35 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7168/rubygem-crack…
13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7353/wordpress-4.2…
11 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7535/nagios-plugin…
9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7564/golang-1.4.2-…
4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7618/php-twig-1.20…
4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7634/zabbix20-2.0.…
0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7706/drupal6-views…
The following builds have been pushed to Fedora EPEL 6 updates-testing
drupal6-views_bulk_operations-1.17-1.el6
elasticdump-0.14.3-1.el6
golang-bitbucket-kardianos-osext-0-0.7.hg364fb577de68.el6
innotop-1.10.0-0.2.4131ed5.el6
python-affinity-0.1.0-5.el6
python-fedora-0.5.2-1.el6
python-shapely-1.5.2-2.el6
Details about builds:
================================================================================
drupal6-views_bulk_operations-1.17-1.el6 (FEDORA-EPEL-2015-7706)
Augments Views by allowing bulk operations to be executed
--------------------------------------------------------------------------------
Update Information:
## 6.x-1.17
Fixes #2516976: Fix security issue and make release to bring back D6 releases.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 17 2015 Shawn Iwinski <shawn.iwinski(a)gmail.com> - 1.17-1
- Updated to 1.17 (RHBZ #1250276)
- Spec cleanup
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.16-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.16-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1250276 - drupal6-views_bulk_operations-1.17 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1250276
--------------------------------------------------------------------------------
================================================================================
elasticdump-0.14.3-1.el6 (FEDORA-EPEL-2015-7701)
Import and export tools for elasticsearch
--------------------------------------------------------------------------------
Update Information:
Update to 0.14.3
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1231564 - Review Request: elasticdump - Import and export tools for elasticsearch
https://bugzilla.redhat.com/show_bug.cgi?id=1231564
--------------------------------------------------------------------------------
================================================================================
golang-bitbucket-kardianos-osext-0-0.7.hg364fb577de68.el6 (FEDORA-EPEL-2015-7710)
Extensions to the standard Go OS package
--------------------------------------------------------------------------------
Update Information:
Update spec file to spec-2.0
--------------------------------------------------------------------------------
ChangeLog:
* Wed Aug 12 2015 Fridolin Pokorny <fpokorny(a)redhat.com> - 0-0.7.hg364fb577de68
- Update spec file to spec-2.0
resolves: #1254591
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0-0.6.hg364fb577de68
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0-0.5.hg364fb577de68
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1254591 - Tracker for golang-bitbucket-kardianos-osext
https://bugzilla.redhat.com/show_bug.cgi?id=1254591
--------------------------------------------------------------------------------
================================================================================
innotop-1.10.0-0.2.4131ed5.el6 (FEDORA-EPEL-2015-7702)
A MySQL and InnoDB monitor program
--------------------------------------------------------------------------------
Update Information:
multiple bugfixes from trunk
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jul 31 2015 Fabio Alessandro Locati <fabio(a)locati.cc> - 1.10.0-0.2.4131ed5
- Improve dependencies
* Sun Jul 26 2015 Fabio Alessandro Locati <fabio(a)locati.cc> - 1.10.0-0.1.4131ed5
- Bump to current dev version since a lot of updates have been made since last release
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.9.1-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Fri Jun 5 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.9.1-9
- Perl 5.22 rebuild
--------------------------------------------------------------------------------
================================================================================
python-affinity-0.1.0-5.el6 (FEDORA-EPEL-2015-7707)
Control processor affinity on windows and linux
--------------------------------------------------------------------------------
Update Information:
Initial package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1091100 - Review Request: python-affinity - control processor affinity on windows and linux
https://bugzilla.redhat.com/show_bug.cgi?id=1091100
--------------------------------------------------------------------------------
================================================================================
python-fedora-0.5.2-1.el6 (FEDORA-EPEL-2015-7700)
Python modules for talking to Fedora Infrastructure Services
--------------------------------------------------------------------------------
Update Information:
Better version checking of the bodhi server.
Bodhi2 compatibility. munch objects are now returned by the OpenIdBaseClient for a more symmetric API. There is also a minor python3 compat fix.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 17 2015 Ralph Bean <rbean(a)redhat.com> - 0.5.2-1
- Better version checking against the bodhi server.
* Mon Aug 17 2015 Ralph Bean <rbean(a)redhat.com> - 0.5.1-1
- Typofix in the BodhiClient.
* Mon Aug 17 2015 Ralph Bean <rbean(a)redhat.com> - 0.5.0-1
- Bodhi2 compatibility.
- Return munch object from OpenIdBaseClient.
- Minor python3 fixes.
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Mon May 4 2015 Ralph Bean <rbean(a)redhat.com> - 0.4.0-2
- More specific directory ownership for the core packages.
* Tue Apr 28 2015 Ralph Bean <rbean(a)redhat.com> - 0.4.0-1
- Upstream release.
- python3 subpackages.
- New deps on python-munch and python-six.
--------------------------------------------------------------------------------
================================================================================
python-shapely-1.5.2-2.el6 (FEDORA-EPEL-2015-7703)
Manipulation and analysis of geometric objects in the Cartesian plane
--------------------------------------------------------------------------------
Update Information:
Build python-shapely for EL6.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #656938 - Review Request: python-shapely - Geometric objects, predicates, and operations
https://bugzilla.redhat.com/show_bug.cgi?id=656938
--------------------------------------------------------------------------------
The following Fedora EPEL 7 Security updates need testing:
Age URL
278 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3989/cross-binutil…
162 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1087/dokuwiki-0-0.…
83 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6262/cabal-install…
58 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6813/chicken-4.9.0…
35 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7143/nx-libs-3.5.0…
13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7512/nbd-3.11-1.el7
13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7366/wordpress-4.2…
11 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7549/nagios-plugin…
9 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7562/erlang-R16B-0…
7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7600/libpgf-6.14.1…
4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7613/zabbix20-2.0.…
4 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7612/php-twig-1.20…
The following builds have been pushed to Fedora EPEL 7 updates-testing
asio-1.10.6-1.el7
elasticdump-0.14.3-1.el7
fslint-2.45-1.el7
innotop-1.10.0-0.2.4131ed5.el7
python-UcsSdk-0.8.2.4-1.el7
python-affinity-0.1.0-5.el7
python-fedora-0.5.2-1.el7
python-oauth-1.0.1-10.el7
python-shapely-1.5.2-2.el7
qbittorrent-3.2.3-2.el7
rb_libtorrent-1.0.6-1.el7
reposurgeon-3.28-1.el7
Details about builds:
================================================================================
asio-1.10.6-1.el7 (FEDORA-EPEL-2015-7694)
A cross-platform C++ library for network programming
--------------------------------------------------------------------------------
Update Information:
bugfix upstream release
--------------------------------------------------------------------------------
ChangeLog:
* Sun Jul 26 2015 Fabio Alessandro Locati <fabio(a)locati.cc> -1.10.6-1
- Update to 1.10.6 version
* Wed Jul 22 2015 David Tardon <dtardon(a)redhat.com> - 1.10.4-5
- rebuild for Boost 1.58
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.10.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Mon Jan 26 2015 Petr Machata <pmachata(a)redhat.com> - 1.10.4-3
- Rebuild for boost 1.57.0
--------------------------------------------------------------------------------
================================================================================
elasticdump-0.14.3-1.el7 (FEDORA-EPEL-2015-7704)
Import and export tools for elasticsearch
--------------------------------------------------------------------------------
Update Information:
Update to 0.14.3
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1231564 - Review Request: elasticdump - Import and export tools for elasticsearch
https://bugzilla.redhat.com/show_bug.cgi?id=1231564
--------------------------------------------------------------------------------
================================================================================
fslint-2.45-1.el7 (FEDORA-EPEL-2015-7713)
File System "lint" discovery and cleaning utility
--------------------------------------------------------------------------------
Update Information:
* Fixes:
* Selecting within and removal of GUI groups works again.
This regression was introduced in 2.44.
* "Bad symlinks" functionality works in the GUI again.
This regression was introduced in 2.44.
* Dangling symlinks are reported correctly for symlinks
whose names end in 2 digits.
* Empty directories now only lists actual empty dirs
even if extra find parameters are specified.
* Empty directories now ignore specified exluded paths, as
they can impact whether an "empty" directory can be removed.
* Improvements:
* findup now includes zero length files by default. This can
be changed with -size +0c, or the new GUI min size option.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Aug 18 2015 Moez Roy <moez.roy(a)gmail.com> - 2.45-1
* Fixes:
* Selecting within and removal of GUI groups works again.
This regression was introduced in 2.44.
* "Bad symlinks" functionality works in the GUI again.
This regression was introduced in 2.44.
* Dangling symlinks are reported correctly for symlinks
whose names end in 2 digits.
* Empty directories now only lists actual empty dirs
even if extra find parameters are specified.
* Empty directories now ignore specified exluded paths, as
they can impact whether an "empty" directory can be removed.
* Improvements:
* findup now includes zero length files by default. This can
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.44-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
innotop-1.10.0-0.2.4131ed5.el7 (FEDORA-EPEL-2015-7695)
A MySQL and InnoDB monitor program
--------------------------------------------------------------------------------
Update Information:
Multiple fixes from upstream trunk
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jul 31 2015 Fabio Alessandro Locati <fabio(a)locati.cc> - 1.10.0-0.2.4131ed5
- Improve dependencies
* Sun Jul 26 2015 Fabio Alessandro Locati <fabio(a)locati.cc> - 1.10.0-0.1.4131ed5
- Bump to current dev version since a lot of updates have been made since last release
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.9.1-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Fri Jun 5 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.9.1-9
- Perl 5.22 rebuild
--------------------------------------------------------------------------------
================================================================================
python-UcsSdk-0.8.2.4-1.el7 (FEDORA-EPEL-2015-7709)
Python SDK for Cisco UCS Manager
--------------------------------------------------------------------------------
Update Information:
Initial RPM release
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1242011 - Review Request: python-UcsSdk - Python SDK for Cisco UCS Manager
https://bugzilla.redhat.com/show_bug.cgi?id=1242011
--------------------------------------------------------------------------------
================================================================================
python-affinity-0.1.0-5.el7 (FEDORA-EPEL-2015-7708)
Control processor affinity on windows and linux
--------------------------------------------------------------------------------
Update Information:
Initial package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1091100 - Review Request: python-affinity - control processor affinity on windows and linux
https://bugzilla.redhat.com/show_bug.cgi?id=1091100
--------------------------------------------------------------------------------
================================================================================
python-fedora-0.5.2-1.el7 (FEDORA-EPEL-2015-7696)
Python modules for talking to Fedora Infrastructure Services
--------------------------------------------------------------------------------
Update Information:
Better version checking of the bodhi server.
Bodhi2 compatibility(!) munch objects are now returned by the OpenIdBaseClient for a more symmetric API. There is also a minor python3 compat fix.
upstream release
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 17 2015 Ralph Bean <rbean(a)redhat.com> - 0.5.2-1
- Better version checking against the bodhi server.
* Mon Aug 17 2015 Ralph Bean <rbean(a)redhat.com> - 0.5.1-1
- Typofix in the BodhiClient.
* Mon Aug 17 2015 Ralph Bean <rbean(a)redhat.com> - 0.5.0-1
- Bodhi2 compatibility.
- Return munch object from OpenIdBaseClient.
- Minor python3 fixes.
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Mon May 4 2015 Ralph Bean <rbean(a)redhat.com> - 0.4.0-2
- More specific directory ownership for the core packages.
* Tue Apr 28 2015 Ralph Bean <rbean(a)redhat.com> - 0.4.0-1
- Upstream release.
- python3 subpackages.
- New deps on python-munch and python-six.
* Sat Jan 24 2015 Xavier Lamien <laxathom(a)fedoraproject.org> - 0.3.37-1
- Upstream release.
--------------------------------------------------------------------------------
================================================================================
python-oauth-1.0.1-10.el7 (FEDORA-EPEL-2015-7712)
Library for OAuth version 1.0a
--------------------------------------------------------------------------------
Update Information:
Rebuilt for EPEL 7
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1123238 - Please Branch python-oauth for EPEL 7
https://bugzilla.redhat.com/show_bug.cgi?id=1123238
--------------------------------------------------------------------------------
================================================================================
python-shapely-1.5.2-2.el7 (FEDORA-EPEL-2015-7705)
Manipulation and analysis of geometric objects in the Cartesian plane
--------------------------------------------------------------------------------
Update Information:
Build of python-shapely for EPEL7.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #656938 - Review Request: python-shapely - Geometric objects, predicates, and operations
https://bugzilla.redhat.com/show_bug.cgi?id=656938
--------------------------------------------------------------------------------
================================================================================
qbittorrent-3.2.3-2.el7 (FEDORA-EPEL-2015-7711)
A Bittorrent Client
--------------------------------------------------------------------------------
Update Information:
Security fix for rb_libtorrent (fixed uTP vulnerability)
--------------------------------------------------------------------------------
ChangeLog:
* Sat Aug 15 2015 Fabio Alessandro Locati <fabio(a)locati.cc> - 1:3.2.3-1
- New upstream
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1:3.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
* Sun Jul 26 2015 Fabio Alessandro Locati <fabio(a)locati.cc> - 1:3.2.1-1
- New upstream
- Less lint warning (7->2)
* Wed Jul 22 2015 David Tardon <dtardon(a)redhat.com> - 1:3.2.0-3
- rebuild for Boost 1.58
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1:3.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sun May 10 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:3.2.0-1
- update to 3.2.0 release
* Sun May 3 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:3.2.0-0.16.git6e4fbcf
- update to the latest git (RC1)
* Sun Apr 26 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:3.2.0-0.15.git866f965
- fix systemd file
* Sat Apr 25 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:3.2.0-0.14.git866f965
- include systemd file for nox
* Sat Apr 25 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1:3.2.0-0.13.git866f965
- update to the latest git (pre beta)
* Tue Jan 27 2015 Petr Machata <pmachata(a)redhat.com> - 1:3.2.0-0.12.git060d3fc
- Rebuild for boost 1.57.0
* Tue Dec 2 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:3.2.0-0.11.git060d3fc
- fix ARM build
* Tue Nov 25 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:3.2.0-0.10.git060d3fc
- update to the latest git
- armv7hl build disabled till upstream fixes it
* Mon Oct 27 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:3.2.0-0.9.gitb0f767e
- update to the latest git
--------------------------------------------------------------------------------
================================================================================
rb_libtorrent-1.0.6-1.el7 (FEDORA-EPEL-2015-7711)
A C++ BitTorrent library aiming to be the best alternative
--------------------------------------------------------------------------------
Update Information:
Security fix for rb_libtorrent (fixed uTP vulnerability)
--------------------------------------------------------------------------------
ChangeLog:
* Sat Aug 15 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.6-1
- Upstream release 1.0.6
- Change source URL
- Install license files properly
- Remove pkgconfig requires
- Clean up requires
- Filter private-shared-object-provides on python sub-package
- Specify version for python buildrequires
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
* Sun Jul 26 2015 Fabio Alessandro Locati <fabio(a)locati.cc> - 1.0.5-1
- Upstream release 1.0.5
- Lint the spec file
* Wed Jul 22 2015 David Tardon <dtardon(a)redhat.com> - 1.0.4-3
- rebuild for Boost 1.58
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat Apr 18 2015 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.4-1
- upstream release 1.0.4
* Tue Jan 27 2015 Petr Machata <pmachata(a)redhat.com> - 1.0.3-2
- Rebuild for boost 1.57.0
* Fri Dec 19 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.3-1
- upstream release 1.0.3
* Tue Sep 16 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.2-1
- upstream release 1.0.2
* Mon Aug 18 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.1-1
- upstream release 1.0.1
- update patches
--------------------------------------------------------------------------------
================================================================================
reposurgeon-3.28-1.el7 (FEDORA-EPEL-2015-7697)
SCM Repository Manipulation Tool
--------------------------------------------------------------------------------
Update Information:
== 3.28: 2015-07-05 ==
* Make repotool honor the mirror directory argument for CVS.
* Fix gitlab issue 4: even successful CVS export returns error code.
* Fix some name lookup issues from the cache needing invalidation.
* Implement and document that action stamps from author dates are preferred.
* New --filter option to mailbox_out for selective emission of headers.
* Fix gitlab issue #9: blank lines in svn:ignore misinterpreted.
== 3.27: 2015-06-22 ==
* Per-repo-type preserves aren't clobbered when there's a lister.
* Git repository hooks are preserved.
* Read support for Monotone, not yet very well tested.
== 3.26: 2015-06-10 ==
* Output redirect with '>>' appends to the output file.
* The strip blob command can take a selection set.
* Repo source type is now kept inline in stream files and emitted on write.
* Legacy IDs are now kept inline in stream files and emitted on write.
* The selection syntax <#nnn> now names commit nnn, 1-origin numbering.
== 3.25: 2015-06-03 ==
* Reading hg is now supported through an extractor class, no plugin required.
* Now 'blob' command allows creating new content from lift scripts.
== 3.24: 2015-05-31 ==
* Fix repository-type detection bug introduced in 3.23.
* DVCS Migration HOWTO is now merged into this distribution.
* Legacy-ID detection is now more discriminating, based on sourcetype.
== 3.23: 2015-05-29 ==
* The 'prefer' command no longer changes the repo type, but 'sourcetype' does.
* The =N set is all commits and tags with text matching a legacy ID.
* Legacy-ID recognition is more intelligent, depending on the source type.
* The 'lint' command now checks for time and action-stamp collisions.
* Exporters can now embed a repository type declaration in an import stream.
* Fast-import syntax extensions are documented.
== 3.22: 2015-05-20 ==
* The path rename --relax option has been removed as too confusing.
* In selection expressions, =Z is the set of all commits with no fileops.
* repopuller has been replaced by the more general repotool.
* For consistency, the 'changed' modifier of mailbox_in is now '--changed'.
* New '--create' option of mailbox_in to create new tags and commits.
* The command prompt can be queried or set with the new command 'prompt'.
* Change in terminology: fossil IDs and maps are now legacy IDs and maps.
* The 'fossils {read.write}' commands are now 'legacy {read,write}'.
* A front end can now set legacy IDs via the "legacy-id" property.
* DMRCN suffix flags on restrict path regexp matches to specified op types.
* The 'remove' command can now be told to look for specific fileop types.
== 3.21: 2015-04-02 ==
* In selection expressions, =U is the set of all commits with callouts.
== 3.20: 2015-02-22 ==
* Code is now fully functional, all regression tests passing, on Mac OS X.
* Warn in the docs about the consequences of case-smashing filesystems.
* diff command no longer relies on external diff(1).
* Bugfix for writing callouts in partial dumps.
--------------------------------------------------------------------------------
ChangeLog:
* Sun Jul 19 2015 Christopher Meng <rpm(a)cicku.me> - 3.28-1
- Update to 3.28
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #492369 - problem assigning the special permissions (suid, sgid and sticky), isn't possible clear its ussing the numeric method
https://bugzilla.redhat.com/show_bug.cgi?id=492369
[ 2 ] Bug #538044 - fonty.py from pygame examples don't work
https://bugzilla.redhat.com/show_bug.cgi?id=538044
[ 3 ] Bug #530974 - CLOSED "F12 doesn't make it through 2 routers" - stupid me.
https://bugzilla.redhat.com/show_bug.cgi?id=530974
[ 4 ] Bug #490150 - multiport in fwmark example
https://bugzilla.redhat.com/show_bug.cgi?id=490150
[ 5 ] Bug #1096934 - Duplicate files in same path. Possible Split-brain with distribute.
https://bugzilla.redhat.com/show_bug.cgi?id=1096934
[ 6 ] Bug #499465 - Almost impossible to play opengl games on ati open drivers
https://bugzilla.redhat.com/show_bug.cgi?id=499465
[ 7 ] Bug #497880 - unable to handle kernel NULL pointer dereference at 0000000000000068 while PALM Treo plugging in
https://bugzilla.redhat.com/show_bug.cgi?id=497880
[ 8 ] Bug #487885 - Asus M51VA+Fedora 10: Microphone does not work
https://bugzilla.redhat.com/show_bug.cgi?id=487885
[ 9 ] Bug #730885 - no
https://bugzilla.redhat.com/show_bug.cgi?id=730885
--------------------------------------------------------------------------------
The following Fedora EPEL 5 Security updates need testing:
Age URL
667 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-11893/libguestfs-1…
432 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1626/puppet-2.7.26…
282 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3849/sblim-sfcb-1.…
13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7370/wordpress-4.2…
0 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7699/drupal6-views…
The following builds have been pushed to Fedora EPEL 5 updates-testing
drupal6-views_bulk_operations-1.17-1.el5
innotop-1.10.0-0.2.4131ed5.el5
Details about builds:
================================================================================
drupal6-views_bulk_operations-1.17-1.el5 (FEDORA-EPEL-2015-7699)
Augments Views by allowing bulk operations to be executed
--------------------------------------------------------------------------------
Update Information:
## 6.x-1.17
Fixes #2516976: Fix security issue and make release to bring back D6 releases.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 17 2015 Shawn Iwinski <shawn.iwinski(a)gmail.com> - 1.17-1
- Updated to 1.17 (RHBZ #1250276)
- Spec cleanup
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.16-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.16-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Fri Aug 16 2013 Peter Borsa <peter.borsa(a)gmail.com> - 1.16-1
- Update to upstream 1.16 release for bug fixes
- Upstream changelog for this release is available at https://drupal.org/node/1856704
* Sat Aug 3 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1250276 - drupal6-views_bulk_operations-1.17 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1250276
--------------------------------------------------------------------------------
================================================================================
innotop-1.10.0-0.2.4131ed5.el5 (FEDORA-EPEL-2015-7698)
A MySQL and InnoDB monitor program
--------------------------------------------------------------------------------
Update Information:
multiple fixes from trunk
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jul 31 2015 Fabio Alessandro Locati <fabio(a)locati.cc> - 1.10.0-0.2.4131ed5
- Improve dependencies
* Sun Jul 26 2015 Fabio Alessandro Locati <fabio(a)locati.cc> - 1.10.0-0.1.4131ed5
- Bump to current dev version since a lot of updates have been made since last release
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.9.1-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Fri Jun 5 2015 Jitka Plesnikova <jplesnik(a)redhat.com> - 1.9.1-9
- Perl 5.22 rebuild
--------------------------------------------------------------------------------
The following Fedora EPEL 6 Security updates need testing:
Age URL
277 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4008/cross-binutil…
57 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6828/chicken-4.9.0…
40 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7031/python-virtua…
35 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7116/nx-libs-3.5.0…
34 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7168/rubygem-crack…
12 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7353/wordpress-4.2…
10 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7535/nagios-plugin…
8 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7564/golang-1.4.2-…
3 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7618/php-twig-1.20…
3 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7634/zabbix20-2.0.…
The following builds have been pushed to Fedora EPEL 6 updates-testing
R-3.2.2-1.el6
docker-io-1.7.1-2.el6
drupal7-domain-3.12-1.el6
drupal7-features_extra-1.0-1.el6
golang-github-SeanDolphin-bqschema-0-0.6.git41d07ee.el6
golang-github-mreiferson-go-httpclient-0-0.3.gitc121dfe.el6
golang-github-onsi-gomega-0-0.5.git8adf9e1.el6
golang-github-rcrowley-go-metrics-0-0.5.gitdee209f.el6
golang-github-skratchdot-open-golang-0-0.4.gitba570a1.el6
golang-github-smartystreets-assertions-0-0.3.git4727d76.el6
golang-github-smartystreets-go-aws-auth-0-0.2.git1f0db8c.el6
hitch-1.0.0-0.5.1.beta5.el6
libdmtx-0.7.2-3.el6.2
php-pecl-imagick-2.2.2-5.el6
python-fedora-0.5.0-1.el6
python-libcloud-0.18.0-1.el6
python-munch-2.0.2-4.el6
rubygem-gem2rpm-0.11.2-1.el6
smaclient-1.1-3.el6
zbar-0.10-25.el6
Details about builds:
================================================================================
R-3.2.2-1.el6 (FEDORA-EPEL-2015-7657)
A language for data analysis and graphics
--------------------------------------------------------------------------------
Update Information:
Update R to 3.2.2. Rebuild rkward. Update rpy to 2.6.2.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 14 2015 Tom Callaway <spot(a)fedoraproject.org> - 3.2.2-1
- update to 3.2.2
--------------------------------------------------------------------------------
================================================================================
docker-io-1.7.1-2.el6 (FEDORA-EPEL-2015-7681)
Automates deployment of containerized applications
--------------------------------------------------------------------------------
Update Information:
* updated to upstream v1.7.1
* minor bugfix in sysvinit script
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 14 2015 Aditya "adimania" Patawari <adimania(a)fedoraproject.org> - 1.7.1-2
- typo in spec changelog
* Fri Aug 14 2015 Aditya "adimania" Patawari <adimania(a)fedoraproject.org> - 1.8.1-1
- fix a sysvinit bug where location change of binary is not prompted
- update to upstream v1.7.1
--------------------------------------------------------------------------------
================================================================================
drupal7-domain-3.12-1.el6 (FEDORA-EPEL-2015-7662)
A domain-based access control system
--------------------------------------------------------------------------------
Update Information:
## 7.x-3.12
The 7.x-3.12 release is a maintenance release.
If you are running Domain Alias, you must run update.php.
### Major changes are:
* Aliases can now be set to "temporary" or "permanent" redirects (301, 302).
* Migrate module support has been improved.
* Fixed a conflict with Variable module. This may impact developers, as domain_conf_variable_delete() has been renamed to domain_conf_delete_variable().
* Improved support for adding Domain Access in an install profile.
### Commit log
* Issue #2106803: Domain access user form fields don't respect field UI weight by agentrickard, fearlsgroove: Domain access user form fields don't respect field UI weight
* Issue #2123795: Domain assignments are incorrectly reset to default if "domain" field is not explicitly mapped in an Update migration by agentrickard, burningdog, badrange: Domain assignments are incorrectly reset to default if "domain" field is not explicitly mapped in an Update migration
* Issue #2381403: Broken Link on domain conf settings page by kjala, agentrickard: Broken link on domain conf settings page
* Issue #772406: domain alias redirects for search engines - 302 vs 301 by Ignigena, royharink, captainack: domain alias redirects for search engines - 302 vs 301
* Issue #2346709: Variable delete accidentally called by Variable module via hook by ChristianEsbensen, scotttimmins: Variable delete accidentally called by Variable module via hook
* Issue #1647016: Infinite redirect loop when redirecting from disabled domains by agentrickard, Yaron Tal, bforchhammer, fago: Infinite redirect loop when redirecting from disabled domains
* Issue #2499603: Error associating user to domain by Daniel Royo: Error associating user to domain.
* Issue #2499603: Error associating user to domain by a.milkovsky and fago: Load full domain in by machine_name doesn't work
* Patch #1941336: How to include Domain Access in my install profile ? by nevergone, FreekVR, mstef, DuaelFr, davidsonjames. Allow proper installation via site install profiles.
* Patch #2221723: Add migrate support for Domain Source by lee20. Adds migrate module support to Domain Source.
--------------------------------------------------------------------------------
ChangeLog:
* Sun Aug 16 2015 Shawn Iwinski <shawn.iwinski(a)gmail.com> - 3.12-1
- Updated to 3.12 (RHBZ #1249432)
- %license usage
- Keep documentation where end-users expect it
- Removed RPM README b/c it only explained common Drupal workflow
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1249432 - drupal7-domain-3.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1249432
--------------------------------------------------------------------------------
================================================================================
drupal7-features_extra-1.0-1.el6 (FEDORA-EPEL-2015-7693)
Provides faux exportables of several site-building components
--------------------------------------------------------------------------------
Update Information:
## 7.x-1.0
Features Extra 7.x-1.0 is released, containing a handful of bug fixes and new features.
Changelog:
* Issue #1279928: Features Extra support for date_formats by derhasi, RoSk0, mrfelton, yingtho.
* Issue #2418635: Do not try to import non-existent roles to nodequeues by alberto56.
* Issue #2018515: Invalid argument supplied to foreach in fe_nodequeue_features_revert() and fe_profile_features_revert() by splatio.
* Issue #1973926: Block cache alter support by tatyana, pfrenssen.
--------------------------------------------------------------------------------
ChangeLog:
* Sun Aug 16 2015 Shawn Iwinski <shawn.iwinski(a)gmail.com> - 1.0-1
- Updated to 1.0 (RHBZ #1252867)
- %license usage
- Keep documentation where end-users expect it
- Removed RPM README b/c it only explained common Drupal workflow
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.0-0.6.beta1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.0-0.5.beta1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sat Aug 3 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.0-0.4.beta1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1252867 - drupal7-features_extra-1.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1252867
--------------------------------------------------------------------------------
================================================================================
golang-github-SeanDolphin-bqschema-0-0.6.git41d07ee.el6 (FEDORA-EPEL-2015-7674)
Package for creating Google Big Query from Go structs
--------------------------------------------------------------------------------
Update Information:
Uncomment out Requires
new golang package
First package for Fedora
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1250505 - Tracker for golang-github-SeanDolphin-bqschema
https://bugzilla.redhat.com/show_bug.cgi?id=1250505
[ 2 ] Bug #1148460 - Review Request: golang-github-SeanDolphin-bqschema - Package for creating Google Big Query from Go structs
https://bugzilla.redhat.com/show_bug.cgi?id=1148460
--------------------------------------------------------------------------------
================================================================================
golang-github-mreiferson-go-httpclient-0-0.3.gitc121dfe.el6 (FEDORA-EPEL-2015-7661)
A Go HTTP client library
--------------------------------------------------------------------------------
Update Information:
Update spec file to spec-2.0
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1250495 - Tracker for golang-github-mreiferson-go-httpclient
https://bugzilla.redhat.com/show_bug.cgi?id=1250495
--------------------------------------------------------------------------------
================================================================================
golang-github-onsi-gomega-0-0.5.git8adf9e1.el6 (FEDORA-EPEL-2015-7664)
Ginkgo's Preferred Matcher Library
--------------------------------------------------------------------------------
Update Information:
internal packages are no longer provided
Update of spec file to spec-2.0
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 17 2015 jchaloup <jchaloup(a)redhat.com> - 0-0.5.git8adf9e1
- internal packages are no longer provided
related: #1248013
* Wed Jul 29 2015 Fridolin Pokorny <fpokorny(a)redhat.com> - 0-0.1.git8adf9e1
- Update of spec file to spec-2.0
resolves: #1248013
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0-0.4.git8adf9e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1248013 - Tracker for golang-github-onsi-gomega
https://bugzilla.redhat.com/show_bug.cgi?id=1248013
--------------------------------------------------------------------------------
================================================================================
golang-github-rcrowley-go-metrics-0-0.5.gitdee209f.el6 (FEDORA-EPEL-2015-7659)
Go port of Coda Hales Metrics library
--------------------------------------------------------------------------------
Update Information:
Remove superfluous Provides
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 17 2015 jchaloup <jchaloup(a)redhat.com> - 0-0.5.gitdee209f
- Remove superfluous Provides
related: #1250501
* Mon Aug 10 2015 Fridolin Pokorny <fpokorny(a)redhat.com> - 0-0.4.gitdee209f
- Update spec file to spec-2.0
- Disabled check due to test failure
resolves: #1250501
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0-0.3.gitdee209f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1250501 - Tracker for golang-github-rcrowley-go-metrics
https://bugzilla.redhat.com/show_bug.cgi?id=1250501
--------------------------------------------------------------------------------
================================================================================
golang-github-skratchdot-open-golang-0-0.4.gitba570a1.el6 (FEDORA-EPEL-2015-7679)
Open a file, directory, or URI using the OS's default application
--------------------------------------------------------------------------------
Update Information:
Remove superfluous Provides
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1250507 - Tracker for golang-github-skratchdot-open-golang
https://bugzilla.redhat.com/show_bug.cgi?id=1250507
--------------------------------------------------------------------------------
================================================================================
golang-github-smartystreets-assertions-0-0.3.git4727d76.el6 (FEDORA-EPEL-2015-7682)
Fluent assertion-style functions
--------------------------------------------------------------------------------
Update Information:
internal packages can not be provided since go-1.5
Update spec file to spec-2.0
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 17 2015 jchaloup <jchaloup(a)redhat.com> - 0-0.3.git4727d76
- internal packages can not be provided since go-1.5
related: #1250509
* Mon Aug 10 2015 Fridolin Pokorny <fpokorny(a)redhat.com> - 0-0.2.git4727d76
- Update spec file to spec-2.0
resolves: #1250509
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1250509 - Tracker for golang-github-smartystreets-assertions
https://bugzilla.redhat.com/show_bug.cgi?id=1250509
--------------------------------------------------------------------------------
================================================================================
golang-github-smartystreets-go-aws-auth-0-0.2.git1f0db8c.el6 (FEDORA-EPEL-2015-7676)
Signs requests to Amazon Web Services (AWS)
--------------------------------------------------------------------------------
Update Information:
Update spec file to spec-2.0
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 10 2015 Fridolin Pokorny <fpokorny(a)redhat.com> - 0-0.2.git1f0db8c
- Update spec file to spec-2.0
resolves: 1250510
--------------------------------------------------------------------------------
================================================================================
hitch-1.0.0-0.5.1.beta5.el6 (FEDORA-EPEL-2015-7688)
Network proxy that terminates TLS/SSL connections
--------------------------------------------------------------------------------
Update Information:
New upstream beta
Exchanged a large patch for a simple one from upstream
New upstream beta release
New upstream beta release
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
New upstream beta release
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Exchanged a large patch for a simple one from upstream
New upstream beta release
New upstream beta release
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
New upstream beta release
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Exchanged a large patch for a simple one from upstream
New upstream beta release
New upstream beta release
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
New upstream beta release
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1235305 - Review Request: hitch - Network proxy that terminates TLS/SSL connections
https://bugzilla.redhat.com/show_bug.cgi?id=1235305
--------------------------------------------------------------------------------
================================================================================
libdmtx-0.7.2-3.el6.2 (FEDORA-EPEL-2015-7666)
Library for working with Data Matrix 2D bar-codes
--------------------------------------------------------------------------------
Update Information:
- rebuilt for new ImageMagick
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 17 2015 Dan Horák <dan(a)danny.cz> - 0.7.2-3.2
- disable tests until SDL bug #1249970 is resolved
* Mon Aug 3 2015 Dan Horák <dan(a)danny.cz> - 0.7.2-3.1
- rebuild for new ImageMagick
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1249935 - Needs to be rebuilt for new ImageMagick
https://bugzilla.redhat.com/show_bug.cgi?id=1249935
--------------------------------------------------------------------------------
================================================================================
php-pecl-imagick-2.2.2-5.el6 (FEDORA-EPEL-2015-7690)
Provides a wrapper to the ImageMagick library
--------------------------------------------------------------------------------
Update Information:
Rebuild against ImageMagick 6.7.2.7 (RHEL 6.7)
--------------------------------------------------------------------------------
ChangeLog:
* Sat Aug 15 2015 Robert Scheck <robert(a)fedoraproject.org> - 2.2.2-5
- Rebuild against ImageMagick 6.7.2.7 (RHEL 6.7)
--------------------------------------------------------------------------------
================================================================================
python-fedora-0.5.0-1.el6 (FEDORA-EPEL-2015-7663)
Python modules for talking to Fedora Infrastructure Services
--------------------------------------------------------------------------------
Update Information:
Bodhi2 compatibility. munch objects are now returned by the OpenIdBaseClient for a more symmetric API. There is also a minor python3 compat fix.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 17 2015 Ralph Bean <rbean(a)redhat.com> - 0.5.0-1
- Bodhi2 compatibility.
- Return munch object from OpenIdBaseClient.
- Minor python3 fixes.
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Mon May 4 2015 Ralph Bean <rbean(a)redhat.com> - 0.4.0-2
- More specific directory ownership for the core packages.
* Tue Apr 28 2015 Ralph Bean <rbean(a)redhat.com> - 0.4.0-1
- Upstream release.
- python3 subpackages.
- New deps on python-munch and python-six.
--------------------------------------------------------------------------------
================================================================================
python-libcloud-0.18.0-1.el6 (FEDORA-EPEL-2015-7684)
A Python library to address multiple cloud provider APIs
--------------------------------------------------------------------------------
Update Information:
Libcloud 0.18.0 release with new features, improvements and bug-fixes.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 17 2015 Daniel Bruno <dbruno(a)fedoraproject.org> - 0.18.0-1
- Libcloud 0.18.0 release with new features, improvements and bug-fixes.
--------------------------------------------------------------------------------
================================================================================
python-munch-2.0.2-4.el6 (FEDORA-EPEL-2015-7687)
A dot-accessible dictionary (a la JavaScript objects)
--------------------------------------------------------------------------------
Update Information:
We need this for the bodhi2 python-fedora client.
--------------------------------------------------------------------------------
================================================================================
rubygem-gem2rpm-0.11.2-1.el6 (FEDORA-EPEL-2015-7671)
Generate rpm specfiles from gems
--------------------------------------------------------------------------------
Update Information:
Update to gem2rpm 0.11.2.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 17 2015 Vít Ondruch <vondruch(a)redhat.com> - 0.11.2-1
- Update to gem2rpm 0.11.2.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1253872 - rubygem-gem2rpm-0.11.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1253872
--------------------------------------------------------------------------------
================================================================================
smaclient-1.1-3.el6 (FEDORA-EPEL-2015-7686)
Provides access to z/VM System Management functions
--------------------------------------------------------------------------------
Update Information:
Add new smaclient package.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1252530 - Review Request: smaclient - Provides access to z/VM System Management functions
https://bugzilla.redhat.com/show_bug.cgi?id=1252530
--------------------------------------------------------------------------------
================================================================================
zbar-0.10-25.el6 (FEDORA-EPEL-2015-7692)
Bar code reader
--------------------------------------------------------------------------------
Update Information:
Add patch to include m4_pattern_allow([AM_PROG_AR])
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 14 2015 Douglas Schilling Landgraf <dougsland(a)redhat.com> - 0.10-25
- Add patch to include m4_pattern_allow([AM_PROG_AR])
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.10-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat Jun 6 2015 Douglas Schilling Landgraf <dougsland(a)redhat.com> - 0.10-23
- Add patch to use REQBUFS properly
* Sat May 2 2015 Kalev Lember <kalevlember(a)gmail.com> - 0.10-22
- Rebuilt for GCC 5 C++11 ABI change
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.10-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.10-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Tue Aug 6 2013 Mauro Carvalho Chehab <m.chehab(a)samsung.com> - 0.10-19
- Fix Fedora 20 build problems
* Sun Aug 4 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.10-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Tue Mar 26 2013 Brian Pepple <bpepple(a)fedoraproject.org> - 0.10-17
- Rebuild.
* Fri Feb 22 2013 Mauro Carvalho Chehab <mchehab(a)redhat.com> - 0.10-16
- Change zbar to use GraphicsMagick instead of ImageMagick
* Fri Feb 22 2013 Mauro Carvalho Chehab <mchehab(a)redhat.com> - 0.10-15
- zbar 0.10 source generated via hg archive -r 0.10 ../zbar-0.10.tar.bz2
That allows to better handle the difference from 0.10 to -hg
- Update to the latest hg patch
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.10-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 0.10-13
- rebuild against new libjpeg
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.10-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Thu Mar 1 2012 Brian Pepple <bpepple(a)fedoraproject.org> - 0.10-11
- Rebuild
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.10-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Dec 6 2011 Adam Jackson <ajax(a)redhat.com> - 0.10-9
- Rebuild for new libpng
* Wed Feb 9 2011 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.10-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1249691 - zbar failed dependencies, cannot install
https://bugzilla.redhat.com/show_bug.cgi?id=1249691
--------------------------------------------------------------------------------
The following Fedora EPEL 7 Security updates need testing:
Age URL
277 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-3989/cross-binutil…
161 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-1087/dokuwiki-0-0.…
82 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6262/cabal-install…
57 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-6813/chicken-4.9.0…
35 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7143/nx-libs-3.5.0…
12 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7512/nbd-3.11-1.el7
12 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7366/wordpress-4.2…
10 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7549/nagios-plugin…
8 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7562/erlang-R16B-0…
6 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7600/libpgf-6.14.1…
3 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7613/zabbix20-2.0.…
3 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2015-7612/php-twig-1.20…
The following builds have been pushed to Fedora EPEL 7 updates-testing
R-3.2.2-1.el7
conky-manager-2.3.4-1.el7
gdl-0.9.5-2.el7
guake-0.8.0-1.el7
hitch-1.0.0-0.5.1.beta5.el7
mingw-crt-4.0.4-1.el7
mingw-headers-4.0.4-3.el7
mingw-winpthreads-4.0.4-1.el7
parcimonie.sh-0-0.4.20150804gitc009937.el7
perl-Alien-Packages-0.003-2.el7
php-guzzlehttp-psr7-1.2.0-1.el7
python-fedora-0.5.0-1.el7
python-libcloud-0.18.0-1.el7
rubygem-gem2rpm-0.11.2-1.el7
smaclient-1.1-3.el7
sticky-notes-0.4-4.el7
teeworlds-0.6.3-4.el7
Details about builds:
================================================================================
R-3.2.2-1.el7 (FEDORA-EPEL-2015-7689)
A language for data analysis and graphics
--------------------------------------------------------------------------------
Update Information:
Update R to 3.2.2. Rebuild rkward. Update rpy to 2.6.2.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 14 2015 Tom Callaway <spot(a)fedoraproject.org> - 3.2.2-1
- update to 3.2.2
--------------------------------------------------------------------------------
================================================================================
conky-manager-2.3.4-1.el7 (FEDORA-EPEL-2015-7675)
Conky scripts manager
--------------------------------------------------------------------------------
Update Information:
Conky Package (require) coming here:
https://admin.fedoraproject.org/updates/conky-1.9.0-16.20140617gitab826d.el7
- Fix #1187095
- Update to 2.3.4
- Fix #1239408
- Upstream uses xz instead gz
- Improve summary
- Use %%license
- Use gee 0.8 instead 0.6
--------------------------------------------------------------------------------
ChangeLog:
* Sun Aug 16 2015 Mosaab Alzoubi <moceap(a)hotmail.com> - 2.3.4-1
- Update to 2.3.4
- Fix #1239408
- Upstream uses xz instead gz
- Improve summary
- Use %license
- Use gee 0.8 instead 0.6
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1187095 - I can not install conky-manager from EPEL 7 in CentOS 7 x86_64
https://bugzilla.redhat.com/show_bug.cgi?id=1187095
--------------------------------------------------------------------------------
================================================================================
gdl-0.9.5-2.el7 (FEDORA-EPEL-2015-7683)
GNU Data Language
--------------------------------------------------------------------------------
Update Information:
Rebuild with eigen 3.2.5
--------------------------------------------------------------------------------
ChangeLog:
* Fri Oct 31 2014 Orion Poplawski <orion(a)cora.nwra.com> - 0.9.5-2
- No longer need cmake28 on RHEL6
--------------------------------------------------------------------------------
================================================================================
guake-0.8.0-1.el7 (FEDORA-EPEL-2015-7680)
Drop-down terminal for GNOME
--------------------------------------------------------------------------------
Update Information:
- Drop merged patch
- Add R and BR to python-keybinder
- Convert the package to noarch
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 14 2015 Pierre-Yves Chibon <pingou(a)pingoured.fr> - 0.8.0-1
- Update to 0.8.0
- Drop merged patch
- Add R and BR to python-keybinder
- Convert the package to noarch
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.7.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
hitch-1.0.0-0.5.1.beta5.el7 (FEDORA-EPEL-2015-7665)
Network proxy that terminates TLS/SSL connections
--------------------------------------------------------------------------------
Update Information:
New upstream beta
Exchanged a large patch for a simple one from upstream
New upstream beta release
New upstream beta release
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
New upstream beta release
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Exchanged a large patch for a simple one from upstream
New upstream beta release
New upstream beta release
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
New upstream beta release
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Exchanged a large patch for a simple one from upstream
New upstream beta release
New upstream beta release
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
New upstream beta release
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
Network proxy that terminates TLS/SSL connections
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1235305 - Review Request: hitch - Network proxy that terminates TLS/SSL connections
https://bugzilla.redhat.com/show_bug.cgi?id=1235305
--------------------------------------------------------------------------------
================================================================================
mingw-crt-4.0.4-1.el7 (FEDORA-EPEL-2015-7557)
MinGW Windows cross-compiler runtime
--------------------------------------------------------------------------------
Update Information:
Update to mingw-w64 v4.0.4 and added support for building the latest wine-gecko and mingw-qt5-qtactiveqt
--------------------------------------------------------------------------------
ChangeLog:
* Wed Aug 5 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 4.0.4-1
- Update to 4.0.4
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 4.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
mingw-headers-4.0.4-3.el7 (FEDORA-EPEL-2015-7557)
Win32/Win64 header files
--------------------------------------------------------------------------------
Update Information:
Update to mingw-w64 v4.0.4 and added support for building the latest wine-gecko and mingw-qt5-qtactiveqt
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 14 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 4.0.4-3
- Backport more commits which are required to build wine-gecko 2.40
* Fri Aug 7 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 4.0.4-2
- Backport commit 5f5e2c (duplicate defines in activscp.h)
as it is required by mingw-qt5-qtactiveqt 5.5.0
* Wed Aug 5 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 4.0.4-1
- Update to 4.0.4
- Backport various commits which are required by wine-gecko 2.40-beta1
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 4.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
mingw-winpthreads-4.0.4-1.el7 (FEDORA-EPEL-2015-7557)
MinGW pthread library
--------------------------------------------------------------------------------
Update Information:
Update to mingw-w64 v4.0.4 and added support for building the latest wine-gecko and mingw-qt5-qtactiveqt
--------------------------------------------------------------------------------
ChangeLog:
* Wed Aug 5 2015 Erik van Pienbroek <epienbro(a)fedoraproject.org> - 4.0.4-1
- Update to 4.0.4
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 4.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
parcimonie.sh-0-0.4.20150804gitc009937.el7 (FEDORA-EPEL-2015-7672)
Refresh your GnuPG keyring over Tor
--------------------------------------------------------------------------------
Update Information:
Initial package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1242086 - Review Request: parcimonie.sh - Refresh your GnuPG keyring over Tor
https://bugzilla.redhat.com/show_bug.cgi?id=1242086
--------------------------------------------------------------------------------
================================================================================
perl-Alien-Packages-0.003-2.el7 (FEDORA-EPEL-2015-7668)
Find information of installed packages
--------------------------------------------------------------------------------
Update Information:
Initial import (#1242723)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1242723 - Review Request: perl-Alien-Packages - Find information of installed packages
https://bugzilla.redhat.com/show_bug.cgi?id=1242723
--------------------------------------------------------------------------------
================================================================================
php-guzzlehttp-psr7-1.2.0-1.el7 (FEDORA-EPEL-2015-7670)
PSR-7 message implementation
--------------------------------------------------------------------------------
Update Information:
## 1.2.0 - 2015-08-15
* Body as `"0"` is now properly added to a response.
* Now allowing forward seeking in CachingStream.
* Now properly parsing HTTP requests that contain proxy targets in `parse_request`.
* functions.php is now conditionally required.
* user-info is no longer dropped when resolving URIs.
--------------------------------------------------------------------------------
ChangeLog:
* Sun Aug 16 2015 Shawn Iwinski <shawn.iwinski(a)gmail.com> - 1.2.0-1
- Updated to 1.2.0 (RHBZ #1253997)
- Updated autoloader to load dependencies after self registration
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1253997 - php-guzzlehttp-psr7-1.2.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1253997
--------------------------------------------------------------------------------
================================================================================
python-fedora-0.5.0-1.el7 (FEDORA-EPEL-2015-7667)
Python modules for talking to Fedora Infrastructure Services
--------------------------------------------------------------------------------
Update Information:
Bodhi2 compatibility(!) munch objects are now returned by the OpenIdBaseClient for a more symmetric API. There is also a minor python3 compat fix.
upstream release
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 17 2015 Ralph Bean <rbean(a)redhat.com> - 0.5.0-1
- Bodhi2 compatibility.
- Return munch object from OpenIdBaseClient.
- Minor python3 fixes.
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Mon May 4 2015 Ralph Bean <rbean(a)redhat.com> - 0.4.0-2
- More specific directory ownership for the core packages.
* Tue Apr 28 2015 Ralph Bean <rbean(a)redhat.com> - 0.4.0-1
- Upstream release.
- python3 subpackages.
- New deps on python-munch and python-six.
* Sat Jan 24 2015 Xavier Lamien <laxathom(a)fedoraproject.org> - 0.3.37-1
- Upstream release.
--------------------------------------------------------------------------------
================================================================================
python-libcloud-0.18.0-1.el7 (FEDORA-EPEL-2015-7673)
A Python library to address multiple cloud provider APIs
--------------------------------------------------------------------------------
Update Information:
Libcloud 0.18.0 release with new features, improvements and bug-fixes.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 17 2015 Daniel Bruno <dbruno(a)fedoraproject.org> - 0.18.0-1
- Libcloud 0.18.0 release with new features, improvements and bug-fixes.
--------------------------------------------------------------------------------
================================================================================
rubygem-gem2rpm-0.11.2-1.el7 (FEDORA-EPEL-2015-7660)
Generate rpm specfiles from gems
--------------------------------------------------------------------------------
Update Information:
Update to gem2rpm 0.11.2.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 17 2015 Vít Ondruch <vondruch(a)redhat.com> - 0.11.2-1
- Update to gem2rpm 0.11.2.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1253872 - rubygem-gem2rpm-0.11.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1253872
--------------------------------------------------------------------------------
================================================================================
smaclient-1.1-3.el7 (FEDORA-EPEL-2015-7685)
Provides access to z/VM System Management functions
--------------------------------------------------------------------------------
Update Information:
Add new smaclient package
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1252530 - Review Request: smaclient - Provides access to z/VM System Management functions
https://bugzilla.redhat.com/show_bug.cgi?id=1252530
--------------------------------------------------------------------------------
================================================================================
sticky-notes-0.4-4.el7 (FEDORA-EPEL-2015-7658)
Sticky notes is a free and open source paste-bin application
--------------------------------------------------------------------------------
Update Information:
Firt release for EPEL7 (forgot to built it)
--------------------------------------------------------------------------------
================================================================================
teeworlds-0.6.3-4.el7 (FEDORA-EPEL-2015-7677)
Online multi-player platform 2D shooter
--------------------------------------------------------------------------------
Update Information:
build for EPEL 7
--------------------------------------------------------------------------------