EPEL Fedora 6 updates-testing report

2014-08-15 Thread updates
The following Fedora EPEL 6 Security updates need testing:
 Age  URL
 845  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6
 192  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-0440/fwsnort-1.6.4-1.el6
 177  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-0590/oath-toolkit-2.0.2-4.el6
  64  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1616/puppet-2.7.26-1.el6
  55  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1693/perl-Email-Address-1.905-1.el6
  15  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2084/drupal7-date-2.8-1.el6
  15  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2088/tor-0.2.4.23-1.el6
  14  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2099/v8-3.14.5.10-11.el6
   8  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2123/ReviewBoard-1.7.27-1.el6
   8  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2117/ansible-1.7-1.el6
   8  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2144/mediawiki119-1.19.18-1.el6
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2159/iodine-0.7.0-1.el6
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2158/drupal7-7.31-1.el6
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2148/drupal6-6.33-1.el6
   6  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2162/wordpress-3.9.2-3.el6
   2  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2185/sks-1.1.5-2.el6
   0  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2218/pen-0.25.1-1.el6


The following builds have been pushed to Fedora EPEL 6 updates-testing

cmake-fedora-2.1.3-1.el6
derrick-0.3-3.el6
drupal7-features-2.2-1.el6
fts-3.2.26.2-2.el6
fts-monitoring-3.2.26.2-2.el6
golang-1.2.2-22.el6
imapsync-1.592-1.el6
librabbitmq-0.5.1-1.el6
libytnef-1.5-12.el6
lxc-1.0.5-3.el6
mlpack-1.0.8-5.el6
pen-0.25.1-1.el6
perl-File-FindLib-0.001004-1.el6
perl-IO-Tee-0.64-1.el6
php-tcpdf-6.0.091-1.el6
php-theseer-autoload-1.15.1-1.el6
python-fedmsg-meta-fedora-infrastructure-0.2.18-3.el6
python-fmn-lib-0.2.7-1.el6
python-simplevisor-1.0-1.el6
python-trollius-1.0.1-1.el6
satyr-0.14-2.el6
ytnef-2.6-12.el6

Details about builds:



 cmake-fedora-2.1.3-1.el6 (FEDORA-EPEL-2014-2220)
 CMake helper modules for fedora developers

Update Information:

- Fixed cmake-fedora-fedpkg
- Resolves Bug 1058631 - ManagePRM generate Broken %defattr
- Enhancement:
  + ManageTarget: ADD_CUSTOM_TARGET_COMMAND: NO_FORCE: new option.
  + Projects that includes cmake-fedora as submodule are no longer requires 
cmake-fedora.conf
- Changed:
  + ManageTranslation: Fix po build
  + ManageRPM: Fix defattr
  + ManageReleaseFedora: helper scripts in CMAKE_SOURCE_DIR/cmake-fedora 
can also be located
- Resolves Bug 1040333 - RFE: Suiport .gitignore file as 
  source of CPACK_SOURCE_IGNORE_FILES
- Resolves Bug 1046213 - RFE: RPM ChangeLog should be generated by 
  newest build from koji 
- Enhancement:
  + ChangeLog.prev is no longer required.
  + RPM-ChangeLog.prev is provide by koji now.
  + cmake-fedora-koji: 
- new subcommand: newest-build and newest-changelog.
  + cmake-fedora-changelog: new script. 
  + New targets:
- tag_push: Push to git.
  + ManageFile:
- Add absolute file support
- MANAGE_FILE_INSTALL: Add TARGETS support.
- MANAGE_FILE_INSTALL: Add RENAME support.
- GIT_GLOB_TO_CMAKE_REGEX: Convert git glob to cmake regex
  + ManageArchive:
- PACK_SOURCE_CPACK: Pack with CPack
- PACK_SOURCE_ARCHIVE: Now can specify OUTPUT_FILE.
- SOURCE_ARCHIVE_CONTENTS_ADD: Add file to source archive.
- SOURCE_ARCHIVE_CONTENTS_ADD_NO_CHECK: 
  Add file to source archive without checking.
+ ManageDependency: Manage dependencies.
  + ManageRPM: 
- PACK_RPM: New options: SPEC_IN and SPEC.
- RPM_SPEC_STRING_ADD: Add a string to SPEC string.
- RPM_SPEC_STRING_ADD_DIRECTIVE: Add a directive to SPEC string.
- RPM_SPEC_STRING_ADD_TAG: Add a string to SPEC string.
  + ManageString:
- STRING_APPEND: Append a string to a variable.
- STRING_PADDING: Padding the string to specified length
- STRING_PREPEND: Prepend a string to a variable.
  + ManageTranslation:
- MANAGE_GETTEXT: 
  + Can specify MSGFMT_OPTIONS and MSGMERGE_OPTIONS
  + Add gettext-devel to BUILD_REQUIRES.
  + ManageVariable:
- VARIABLE_TO_ARGN: Merge the variable and options to 
  the form of ARGN.
  + Cached variables:
- RPM_SPEC_CMAKE_FLAG: cmake flags in rpm build.
- RPM_SPEC_MAKE_FLAG: make flags in rpm build.
- Changed Modules:
  + ManageArchive:
- PACK_SOURCE_ARCHIVE: Can now pass either 
  empty, outputDir, or source File. 
  + ManageGConf2: 

EPEL Fedora 5 updates-testing report

2014-08-15 Thread updates
The following Fedora EPEL 5 Security updates need testing:
 Age  URL
 845  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5
 300  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-11893/libguestfs-1.20.12-1.el5
  64  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1626/puppet-2.7.26-1.el5
  55  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1696/perl-Email-Address-1.905-1.el5
  49  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1747/mediawiki119-1.19.17-1.el5
  15  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2087/drupal7-date-2.8-1.el5
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2165/iodine-0.7.0-1.el5
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2153/drupal6-6.33-1.el5
   7  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2150/drupal7-7.31-1.el5
   6  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2155/wordpress-3.9.2-3.el5
   2  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2184/389-ds-base-1.2.11.30-1.el5


The following builds have been pushed to Fedora EPEL 5 updates-testing

cmake-fedora-2.1.3-1.el5
davix-0.3.6-2.el5
drupal7-features-2.2-1.el5
imapsync-1.592-1.el5
libytnef-1.5-12.el5
perl-IO-Tee-0.64-1.el5
python-simplevisor-1.0-1.el5
ytnef-2.6-12.el5

Details about builds:



 cmake-fedora-2.1.3-1.el5 (FEDORA-EPEL-2014-2221)
 CMake helper modules for fedora developers

Update Information:

- Fixed cmake-fedora-fedpkg
- Resolves Bug 1058631 - ManagePRM generate Broken %defattr
- Enhancement:
  + ManageTarget: ADD_CUSTOM_TARGET_COMMAND: NO_FORCE: new option.
  + Projects that includes cmake-fedora as submodule are no longer requires 
cmake-fedora.conf
- Changed:
  + ManageTranslation: Fix po build
  + ManageRPM: Fix defattr
  + ManageReleaseFedora: helper scripts in CMAKE_SOURCE_DIR/cmake-fedora 
can also be located
- Resolves Bug 1040333 - RFE: Suiport .gitignore file as 
  source of CPACK_SOURCE_IGNORE_FILES
- Resolves Bug 1046213 - RFE: RPM ChangeLog should be generated by 
  newest build from koji 
- Enhancement:
  + ChangeLog.prev is no longer required.
  + RPM-ChangeLog.prev is provide by koji now.
  + cmake-fedora-koji: 
- new subcommand: newest-build and newest-changelog.
  + cmake-fedora-changelog: new script. 
  + New targets:
- tag_push: Push to git.
  + ManageFile:
- Add absolute file support
- MANAGE_FILE_INSTALL: Add TARGETS support.
- MANAGE_FILE_INSTALL: Add RENAME support.
- GIT_GLOB_TO_CMAKE_REGEX: Convert git glob to cmake regex
  + ManageArchive:
- PACK_SOURCE_CPACK: Pack with CPack
- PACK_SOURCE_ARCHIVE: Now can specify OUTPUT_FILE.
- SOURCE_ARCHIVE_CONTENTS_ADD: Add file to source archive.
- SOURCE_ARCHIVE_CONTENTS_ADD_NO_CHECK: 
  Add file to source archive without checking.
+ ManageDependency: Manage dependencies.
  + ManageRPM: 
- PACK_RPM: New options: SPEC_IN and SPEC.
- RPM_SPEC_STRING_ADD: Add a string to SPEC string.
- RPM_SPEC_STRING_ADD_DIRECTIVE: Add a directive to SPEC string.
- RPM_SPEC_STRING_ADD_TAG: Add a string to SPEC string.
  + ManageString:
- STRING_APPEND: Append a string to a variable.
- STRING_PADDING: Padding the string to specified length
- STRING_PREPEND: Prepend a string to a variable.
  + ManageTranslation:
- MANAGE_GETTEXT: 
  + Can specify MSGFMT_OPTIONS and MSGMERGE_OPTIONS
  + Add gettext-devel to BUILD_REQUIRES.
  + ManageVariable:
- VARIABLE_TO_ARGN: Merge the variable and options to 
  the form of ARGN.
  + Cached variables:
- RPM_SPEC_CMAKE_FLAG: cmake flags in rpm build.
- RPM_SPEC_MAKE_FLAG: make flags in rpm build.
- Changed Modules:
  + ManageArchive:
- PACK_SOURCE_ARCHIVE: Can now pass either 
  empty, outputDir, or source File. 
  + ManageGConf2: Fixed.
  + ManageString: STRING_SPLIT: New Option: ALLOW_EMPTY
  + ManageRPM
- Add support of pre, post, and preun
  + ManageVariable:
- VARIABLE_PARSE_ARGN can now handle multiple-appeared options.
- Changed:
  + CMake policy no longer enforced by default.
  + ManageString: STRING_SPLIT is changed from macro to function,
so no need to put excessive backslashes.
- Removed:
  + Target after_release_commit and related are no longer required 
and thus removed.

ChangeLog:

* Fri Aug 15 2014 Ding-Yi Chen dchen at redhat.com - 2.1.3-1
- Fixed cmake-fedora-fedpkg
* Thu Aug 14 2014 Ding-Yi Chen dchen at redhat.com - 2.1.0-3
- Fix long changelog
* Mon Aug 11 2014 Ding-Yi Chen dchen at redhat.com - 2.1.0-2
- Fixed rpmlint warning: macro-in-changelog
* Mon Aug 11 2014 Ding-Yi Chen dchen at redhat.com - 2.1.0-1
- Fixed Bug 1093336 - date(1): -u 

Re: EPEL Proposed meeting: Fri Aug 22 16:00:00 UTC 2014

2014-08-15 Thread Kevin Fenzi
On Thu, 14 Aug 2014 17:51:04 -0600
Stephen John Smoogen smo...@gmail.com wrote:

 I am proposing that the EPEL community hold a meeting in #epel on
 Friday August 22, 2014 16:00:00 UTC to go over various community
 items:

Sure. I will be there. :) 

Thanks for trying to organize things again. 

 Suggested topics:
 
 #topic Forking of EPEL packages to a faster moving repository
 
 a) Proposed name of repository is EPIC
 b) What packages stay, which packages go.
 
 #topic Setup and controls for said repository
 
 When do packages update in EPIC repository, how are they announced and
 where?

There are a ton of logistical issues if we create a new repo. 

- Is it in regular fedora git as another branch? If not, where else?
- Can we teach bodhi how to deal with it? Or does it just not use
  bodhi/updates?
- Does it build in koji? 
- Package reviews the same as other packages?
 
 #topic Review and cleanup of EPEL policies
 
 There was a problem with several packages being removed which broke
 other packages. These packages were removed because we have in the
 past not allow orphaned or non-maintain packages.. but where is this
 documented.

The mongodb thing turns out to have just been a mistake. ;) 
But yeah, documenting more process would be good. 

kevin


signature.asc
Description: PGP signature
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel


Re: EPEL Proposed meeting: Fri Aug 22 16:00:00 UTC 2014

2014-08-15 Thread Jim Perrin


On 08/14/2014 06:51 PM, Stephen John Smoogen wrote:
 I am proposing that the EPEL community hold a meeting in #epel on Friday
 August 22, 2014 16:00:00 UTC to go over various community items:

I'll be there.

 Suggested topics:
 
 #topic Forking of EPEL packages to a faster moving repository
 
 a) Proposed name of repository is EPIC
 b) What packages stay, which packages go.
 
 #topic Setup and controls for said repository
 
 When do packages update in EPIC repository, how are they announced and
 where?
 
 #topic Review and cleanup of EPEL policies
 
 There was a problem with several packages being removed which broke other
 packages. These packages were removed because we have in the past not allow
 orphaned or non-maintain packages.. but where is this documented.
 
 #topic Open Floor
 
 Place for the meeting will be in #epel
 
 To determine when this meeting occurs in your timezone please type:
 
 date -d '2014-08-22 16:00:00 UTC'
 
 example:
 
 [smooge@seiji ~]$ date -d '2014-08-22 16:00:00 UTC'
 Fri Aug 22 10:00:00 MDT 2014
 
 
 
 
 ___
 epel-devel mailing list
 epel-devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/epel-devel
 

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
epel-devel mailing list
epel-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/epel-devel