← Back to team overview

ius-coredev team mailing list archive

[Bug 1244248] Re: WL: php-pecl-lzf

 

Hello Mark,

Thanks for taking the time to create these SPEC files and submit this
request.

I have a had a quick look over the spec files and noticed that you
cleared the change log.  There are some RPM developers that frown upon
this, as it has the appearance as taking credit for others work and we
lose the back history on when some changes were made. Granted. you
mentioned the RPM you started with.  Given how short the change log is
on the f20 SRPM, I don't see a good reason not to include the whole
change log.

<nitpick>
The formatting could also use some cleaning up, just so it is easier to read.
</nitpick>

If you could make these changes that would be great, if not I would be
more than happy to when I get a chance.


-Ben


  

** Changed in: ius
     Assignee: (unassigned) => bharper (bharper)

-- 
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/1244248

Title:
  WL: php-pecl-lzf

Status in IUS Community Project:
  New

Bug description:
  php-pecl-lzf would be great:

  https://github.com/mmckinst/php53u-pecl-lzf
  https://github.com/mmckinst/php54-pecl-lzf
  https://github.com/mmckinst/php55u-pecl-lzf

  built and tested with the following code:

  <?php
  $foo =  lzf_compress ('this should be compressed');
  print "compressed string as hex: ". bin2hex($foo) . "\n";
  print "decompressed string: " . lzf_decompress ($foo) . "\n";

To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/1244248/+subscriptions


References