[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-03 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

Hushan Jia  changed:

   What|Removed |Added

  Alias||shunit2

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-03 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

--- Comment #1 from Hushan Jia  2011-05-03 23:26:46 EDT ---
rpmlint:
$ rpmlint SPECS/shunit2.spec /home/rpmbuild/SRPMS/shunit2-2.1.6-1.el6.src.rpm
/home/rpmbuild/RPMS/noarch/shunit2-2.1.6-1.el6.noarch.rpm
shunit2.src: W: spelling-error Summary(en_US) xUnit -> x Unit, unit, Unitas
shunit2.src: W: spelling-error %description -l en_US shUnit -> sh Unit, shunt,
sh-unit
shunit2.src: W: spelling-error %description -l en_US xUnit -> x Unit, unit,
Unitas
shunit2.src: W: spelling-error %description -l en_US Bourne -> Borne,
Bournemouth, Melbourne
shunit2.src: W: spelling-error %description -l en_US JUnit -> J Unit, Unit, Jun
it
shunit2.noarch: W: spelling-error Summary(en_US) xUnit -> x Unit, unit, Unitas
shunit2.noarch: W: spelling-error %description -l en_US shUnit -> sh Unit,
shunt, sh-unit
shunit2.noarch: W: spelling-error %description -l en_US xUnit -> x Unit, unit,
Unitas
shunit2.noarch: W: spelling-error %description -l en_US Bourne -> Borne,
Bournemouth, Melbourne
shunit2.noarch: W: spelling-error %description -l en_US JUnit -> J Unit, Unit,
Jun it
2 packages and 1 specfiles checked; 0 errors, 10 warnings.

scratch build:
http://koji.fedoraproject.org/koji/taskinfo?taskID=3048945

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

Daiki Ueno  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||du...@redhat.com
 AssignedTo|nob...@fedoraproject.org|du...@redhat.com
   Flag||fedora-review?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

--- Comment #2 from Daiki Ueno  2011-05-16 22:32:29 EDT ---
Here is the review:

 [+]:ok, [=]:needs attention, [-]:needs fixing, [ ]: not applicable

MUST Items:
[-] MUST: rpmlint must be run on every package.

After installing, rpmlint -i shunit2 gives an error:

  shunit2.noarch: E: incorrect-fsf-address
/usr/share/doc/shunit2-2.1.6/LGPL-2.1
  The Free Software Foundation address in this file seems to be outdated or
  misspelled.  Ask upstream to update the address, or if this is a license
file,
  possibly the entire file with a new copy available from the FSF.

[+] MUST: The package must be named according to the Package Naming Guidelines.
[+] MUST: The spec file name must match the base package %{name}
[+] MUST: The package must meet the Packaging Guidelines.
[+] MUST: The package must be licensed with a Fedora approved license and meet
the Licensing Guidelines.
[+] MUST: The License field in the package spec file must match the actual
license.
[+] MUST: If (and only if) the source package includes the text of the
license(s) in its own file, then that file, containing the text of the
license(s) for the package must be included in %doc.
[+] MUST: The spec file must be written in American English.
[+] MUST: The spec file for the package MUST be legible.
[+] MUST: The sources used to build the package must match the upstream source,
as provided in the spec URL.

  4af955ef88c454808754939c83afa22b  shunit2-2.1.6.tgz
  4af955ef88c454808754939c83afa22b  shunit2-2.1.6.tgz.upstream

[+] MUST: The package must successfully compile and build into binary rpms on
at least one supported architecture.
[+] MUST: If the package does not successfully compile, build or work on an
architecture, then those architectures should be listed in the spec in
ExcludeArch.
[+] MUST: All build dependencies must be listed in BuildRequires
[ ] MUST: The spec file MUST handle locales properly. This is done by using the
%find_lang macro.
[ ] MUST: Every binary RPM package which stores shared library files (not just
symlinks) in any of the dynamic linker's default paths, must call ldconfig in
%post and %postun.
[ ] MUST: If the package is designed to be relocatable, the packager must state
this fact in the request for review
[+] MUST: A package must own all directories that it creates. If it does not
create a directory that it uses, then it should require a package which does
create that directory.
[-] MUST: A package must not contain any duplicate files in the %files listing.

It seems that "%doc %{_docdir}/%{name}-%{version}/*" covers "%doc
%{_docdir}/%{name}-%{version}/examples/*" too.

  warning: File listed twice: /usr/share/doc/shunit2-2.1.6/examples
  warning: File listed twice:
/usr/share/doc/shunit2-2.1.6/examples/equality_test.sh
  warning: File listed twice:
/usr/share/doc/shunit2-2.1.6/examples/lineno_test.sh
  warning: File listed twice: /usr/share/doc/shunit2-2.1.6/examples/math.inc
  warning: File listed twice:
/usr/share/doc/shunit2-2.1.6/examples/math_test.sh
  warning: File listed twice:
/usr/share/doc/shunit2-2.1.6/examples/mkdir_test.sh
  warning: File listed twice:
/usr/share/doc/shunit2-2.1.6/examples/party_test.sh

[+] MUST: Permissions on files must be set properly. Executables should be set
with executable permissions, for example. Every %files section must include a
%defattr(...) line.
[+] MUST: Each package must consistently use macros, as described in the macros
section of Packaging Guidelines.
[+] MUST: The package must contain code, or permissible content. This is
described in detail in the code vs. content section of Packaging Guidelines.
[+] MUST: Large documentation files should go in a doc subpackage.
[+] MUST: If a package includes something as %doc, it must not affect the
runtime of the application.
[ ] MUST: Header files must be in a -devel package.
[ ] MUST: Static libraries must be in a -static package.
[ ] MUST: Packages containing pkgconfig(.pc) files must 'Requires: pkgconfig'
(for directory ownership and usability).
[ ] MUST: If a package contains library files with a suffix (e.g.
libfoo.so.1.1), then library files that end in .so (without suffix) must go in
a -devel package.
[ ] MUST: In the vast majority of cases, devel packages must require the base
package using a fully versioned dependency: Requires: %{name} =
%{version}-%{release} 
[+] MUST: Packages must NOT contain any .la libtool archives, these should be
removed in the spec.
[ ] MUST: Packages containing GUI applications must include a %{name}.desktop
file, and that file must be properly installed with desktop-file-install in the
%install section.
[+] MUST: Packages must not own files or directories already owned by other
packages.
[+] MUST: All filenames in rpm packages must be valid UTF-8.

SHOULD Items:
[ ] SHOULD: If the source package does not include license tex

[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

--- Comment #3 from Hushan Jia  2011-05-17 00:15:33 EDT ---
Hi Daiki,
I have fix the 3 issues, please review:

http://hushan.fedorapeople.org/pkgs/shunit2.spec
http://hushan.fedorapeople.org/pkgs/shunit2-2.1.6-2.el6.src.rpm

I plan to build for EPEL, so cleaning buildroot is required.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-16 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

Daiki Ueno  changed:

   What|Removed |Added

   Flag|fedora-review?  |fedora-review+

--- Comment #4 from Daiki Ueno  2011-05-17 02:06:17 EDT ---
It still warns about duplicate files:

 warning: File listed twice: /usr/share/doc/shunit2-2.1.6/examples

We could simply change:

 %dir %{_docdir}/%{name}-%{version}
 %dir %{_docdir}/%{name}-%{version}/examples
 %doc %{_docdir}/%{name}-%{version}/*

to:

 %{_docdir}/%{name}-%{version}

?  Even then, files under %{_docdir} seems to be automatically marked as %doc.

Except for this, the packaging looks fine.  APPROVED.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-17 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

Hushan Jia  changed:

   What|Removed |Added

   Flag||fedora-cvs?

--- Comment #5 from Hushan Jia  2011-05-17 04:12:28 EDT ---
New Package SCM Request
===
Package Name: shunit2
Short Description: shUnit2 is a xUnit unit test framework for Bourne based
shell scripts, and it is designed to work in a similar manner to JUnit, PyUnit,
etc.
If you have ever had the desire to write a unit test for a shell script,
shUnit2 can do the job.
Owners: hushan
Branches: f13 f14 f15 el5 el6

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-17 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

--- Comment #6 from Hushan Jia  2011-05-17 05:15:12 EDT ---
final update, fixed the warning:
http://hushan.fedorapeople.org/pkgs/shunit2.spec
http://hushan.fedorapeople.org/pkgs/shunit2-2.1.6-3.el6.src.rpm

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-18 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

--- Comment #7 from Jason Tibbitts  2011-05-18 18:22:07 EDT 
---
Is it possible to get a "Short Description" that is actually short?  Is there
any reason not to use the package Summary:?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-18 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

Hushan Jia  changed:

   What|Removed |Added

   Flag||needinfo?(ti...@math.uh.edu
   ||)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-18 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

--- Comment #8 from Hushan Jia  2011-05-18 19:59:36 EDT ---
ah, sorry, fixed now:

New Package SCM Request
===
Package Name: shunit2
Short Description: A xUnit based unit testing for Unix shell scripts
Owners: hushan
Branches: f13 f14 f15 el5 el6
InitialCC:

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-18 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

Jason Tibbitts  changed:

   What|Removed |Added

   Flag|needinfo?(ti...@math.uh.edu |
   |)   |

--- Comment #9 from Jason Tibbitts  2011-05-18 20:51:15 EDT 
---
Why did you set needinfo to me?  If you have the fedora-cvs flag set, your SCM
request will be processed when an admin next runs the script.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-19 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

--- Comment #10 from Jason Tibbitts  2011-05-19 11:56:59 EDT 
---
Git done (by process-git-requests).

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-19 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

Fedora Update System  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-19 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

--- Comment #11 from Fedora Update System  
2011-05-19 22:46:53 EDT ---
shunit2-2.1.6-3.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/shunit2-2.1.6-3.fc15

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-19 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

--- Comment #13 from Fedora Update System  
2011-05-19 23:01:10 EDT ---
shunit2-2.1.6-3.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/shunit2-2.1.6-3.fc14

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-19 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

--- Comment #14 from Fedora Update System  
2011-05-19 23:07:35 EDT ---
shunit2-2.1.6-3.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/shunit2-2.1.6-3.el6

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-19 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

--- Comment #15 from Fedora Update System  
2011-05-19 23:14:29 EDT ---
shunit2-2.1.6-3.el5 has been submitted as an update for Fedora EPEL 5.
https://admin.fedoraproject.org/updates/shunit2-2.1.6-3.el5

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-19 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

--- Comment #16 from Hushan Jia  2011-05-19 23:21:57 EDT ---
Thanks Daiki and Jason, updates have been submitted.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-19 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

--- Comment #12 from Fedora Update System  
2011-05-19 22:59:45 EDT ---
shunit2-2.1.6-3.fc13 has been submitted as an update for Fedora 13.
https://admin.fedoraproject.org/updates/shunit2-2.1.6-3.fc13

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-20 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA

--- Comment #17 from Fedora Update System  
2011-05-20 13:54:08 EDT ---
shunit2-2.1.6-3.el6 has been pushed to the Fedora EPEL 6 testing repository.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-24 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

--- Comment #18 from Fedora Update System  
2011-05-24 22:50:13 EDT ---
shunit2-2.1.6-3.fc15 has been pushed to the Fedora 15 stable repository.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-24 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||shunit2-2.1.6-3.fc15
 Resolution||ERRATA
Last Closed||2011-05-24 22:50:19

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-28 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

--- Comment #19 from Fedora Update System  
2011-05-28 19:54:34 EDT ---
shunit2-2.1.6-3.fc13 has been pushed to the Fedora 13 stable repository.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-28 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|shunit2-2.1.6-3.fc15|shunit2-2.1.6-3.fc13

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-28 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

--- Comment #20 from Fedora Update System  
2011-05-28 20:02:03 EDT ---
shunit2-2.1.6-3.fc14 has been pushed to the Fedora 14 stable repository.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-05-28 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|shunit2-2.1.6-3.fc13|shunit2-2.1.6-3.fc14

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-06-06 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

--- Comment #21 from Fedora Update System  
2011-06-06 17:32:42 EDT ---
shunit2-2.1.6-3.el5 has been pushed to the Fedora EPEL 5 stable repository.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-06-06 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

--- Comment #22 from Fedora Update System  
2011-06-06 17:34:20 EDT ---
shunit2-2.1.6-3.el6 has been pushed to the Fedora EPEL 6 stable repository.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-06-06 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|shunit2-2.1.6-3.fc14|shunit2-2.1.6-3.el5

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Bug 701845] Review Request: shunit2 - A xUnit based unit testing for Unix shell scripts

2011-06-06 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=701845

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|shunit2-2.1.6-3.el5 |shunit2-2.1.6-3.el6

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review