[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-01-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651

Ben Rosser  changed:

   What|Removed |Added

 Blocks||1364745 (FE-GAMESIG)




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1364745
[Bug 1364745] Games SIG tracker bug
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-01-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651

Daniel Moerner  changed:

   What|Removed |Added

 CC||dmoer...@gmail.com



--- Comment #1 from Daniel Moerner  ---
Hi,

This is a non-official package review. Just trying to get involved :).

This looks very good to me. I can't find any particular problems. Note that I
wrote a manpage which you can include, see below.

Versioning:

I worried a bit about the versioning in case upstream decides to issue a proper
release, but I see that upstream does have a single git tag with a date, and
which they used as the version for a Windows release, and which is the tag you
used for this release. So this is probably fine.

Relevant fedora-review output:

Issues:
===
- All build dependencies are listed in BuildRequires, except for any that
  are listed in the exceptions section of Packaging Guidelines.
  Note: These BR are not needed: gcc-c++
  See: http://fedoraproject.org/wiki/Packaging/Guidelines#Exceptions_2

^ As confirmed on IRC with nirik, this is actually seems to be a bug in
fedora-review. It is correct to list gcc-c++ as a BR, per
https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequires_and_Requires

I have filed a bug against fedora-review:
https://bugzilla.redhat.com/show_bug.cgi?id=1414065

Rpmlint
---
Checking: minetestmapper-20161218-1.fc25.x86_64.rpm
  minetestmapper-debuginfo-20161218-1.fc25.x86_64.rpm
  minetestmapper-20161218-1.fc25.src.rpm
minetestmapper.x86_64: W: spelling-error %description -l en_US py -> pt, p, y
minetestmapper.x86_64: W: no-manual-page-for-binary minetestmapper
minetestmapper.src: W: spelling-error Summary(en_US) minetest -> minutest, mine
test, mine-test
minetestmapper.src: W: spelling-error %description -l en_US minetest ->
minutest, mine test, mine-test
minetestmapper.src: W: spelling-error %description -l en_US py -> pt, p, y
3 packages and 0 specfiles checked; 0 errors, 5 warnings.

^ The spelling errors are fine. But manpages are good, so I wrote a manpage! I
filed a pull request with upstream:
https://github.com/minetest/minetestmapper/pull/43

You are of course welcome to include the manpage in the Fedora package itself
before upstream releases a new version. Here's a direct link:
https://github.com/dmoerner/minetestmapper/blob/master/minetestmapper.6
The manpage does include a reference to postgresql support, which is in
upstream master but not in 20161218. So if you want to include it you should
remove that. (sed -i 's/\*postgresql\*, //' minetestmapper.6)

Daniel

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651

Jeremy Cline  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||jer...@jcline.org
   Assignee|nob...@fedoraproject.org|jer...@jcline.org
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651



--- Comment #2 from Jeremy Cline  ---
I have just two things I'd like to see change.

First, it would be good to use the version macro in the source url like so:
https://github.com/minetest/minetestmapper/archive/%{version}/minetestmapper-%{version}.tar.gz
This makes it easy to update since you just bump the version and off you go.
Several tools expect (or hope, rather) to be able to simply bump the version
and retrieve the new tarball.

Second, I would recommend downloading the patch you're applying and reference
it like that since it will then get checked
into dist-git and not rely on a network service being up to build the SRPM. In
fact, I'm not sure that will even work during a real (non-scratch) Koji build.


Package Review
==

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed


Issues:
===
- All build dependencies are listed in BuildRequires, except for any that
  are listed in the exceptions section of Packaging Guidelines.
  Note: These BR are not needed: gcc-c++
  See: http://fedoraproject.org/wiki/Packaging/Guidelines#Exceptions_2


= MUST items =

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: Header files in -devel subpackage, if present.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.

Generic:
[x]: Package is licensed with an open-source compatible license and meets
 other legal requirements as defined in the legal section of Packaging
 Guidelines.
[x]: License field in the package spec file matches the actual license.
 Note: Checking patched sources after %prep for licenses. Licenses
 found: "BSD (2 clause)", "Unknown or generated". 30 files have unknown
 license. Detailed output of licensecheck in
 /home/vagrant/1410651-minetestmapper/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[x]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[!]: Package consistently uses macros (instead of hard-coded directory
 names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
 Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Useful -debuginfo package or justification otherwise.
[x]: Package is not known to require an ExcludeArch tag.
[-]: Large documentation must go in a -doc subpackage. Large could be size
 (~1MB) or number of files.
 Note: Documentation size is 10240 bytes in 2 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
 one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
 Note: There are rpmlint messages (see attachment).
[x]: 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 is included in %license.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
 beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
 work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
 provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
 %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

= SHOULD items =

Generic:
[-]: If the source package does not include license text(s) as a separate
 file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires

[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651



--- Comment #3 from Ben Rosser  ---
Daniel: thanks for writing a manpage (and getting it sent upstream)! I've
included it in the package.

Jeremy: thanks for the review! I've included your fixes (referring to the
patches-- plural now, due to the manpage-- without using a URL and using
%version in the Source URL):

Spec URL: https://tc01.fedorapeople.org/minetest/minetestmapper.spec
SRPM URL:
https://tc01.fedorapeople.org/minetest/minetestmapper-20161218-2.fc25.src.rpm

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-01-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651

Jeremy Cline  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #4 from Jeremy Cline  ---
Looks great, approved!

Package Review
==

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed


Issues:
===
- All build dependencies are listed in BuildRequires, except for any that
  are listed in the exceptions section of Packaging Guidelines.
  Note: These BR are not needed: gcc-c++
  See: http://fedoraproject.org/wiki/Packaging/Guidelines#Exceptions_2


= MUST items =

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: Header files in -devel subpackage, if present.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.

Generic:
[x]: Package is licensed with an open-source compatible license and meets
 other legal requirements as defined in the legal section of Packaging
 Guidelines.
[x]: License field in the package spec file matches the actual license.
 Note: Checking patched sources after %prep for licenses. Licenses
 found: "BSD (2 clause)", "Unknown or generated". 31 files have unknown
 license. Detailed output of licensecheck in
 /home/vagrant/mintestmapper/review-minetestmapper/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[x]: Package contains desktop file if it is a GUI application.
[x]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
 names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[x]: If the package is a rename of another package, proper Obsoletes and
 Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[x]: Package contains systemd file(s) if in need.
[x]: Useful -debuginfo package or justification otherwise.
[x]: Package is not known to require an ExcludeArch tag.
[x]: Large documentation must go in a -doc subpackage. Large could be size
 (~1MB) or number of files.
 Note: Documentation size is 10240 bytes in 2 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
 one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
 Note: There are rpmlint messages (see attachment).
[x]: 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 is included in %license.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
 beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
 work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
 provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
 %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

= SHOULD items =

Generic:
[x]: If the source package does not include license text(s) as a separate
 file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[x]: Fully versioned dependency in subpackages if applicable.
 Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in
 minetestmapper-debuginfo
[x]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: Patches link to upstream bugs/comments/lists or are otherwise
 justified.
[x]: Descripti

[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651



--- Comment #5 from Jon Ciesla  ---
Package request has been approved:
https://admin.fedoraproject.org/pkgdb/package/rpms/minetestmapper

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651

Fedora Update System  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651



--- Comment #6 from Fedora Update System  ---
minetestmapper-20161218-2.fc25 has been submitted as an update to Fedora 25.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-4d12a9ca59

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-01-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651



--- Comment #7 from Fedora Update System  ---
minetestmapper-20161218-2.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2017-e2b128f57a

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-01-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
minetestmapper-20161218-2.fc24 has been pushed to the Fedora 24 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-e2b128f57a

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-01-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651



--- Comment #9 from Fedora Update System  ---
minetestmapper-20161218-2.fc25 has been pushed to the Fedora 25 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2017-4d12a9ca59

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651



--- Comment #10 from Fedora Update System  ---
minetestmapper-20161218-2.el7 has been submitted as an update to Fedora EPEL 7.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-38eaf6ca86

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-02-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-02-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #11 from Fedora Update System  ---
minetestmapper-20161218-2.el7 has been pushed to the Fedora EPEL 7 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-38eaf6ca86

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651

Tuomo Soini  changed:

   What|Removed |Added

 CC||t...@foobar.fi



--- Comment #12 from Tuomo Soini  ---
epel7 build FTBFS on system with correct %{_pkgdocdir} setting.

error: Installed (but unpackaged) file(s) found:
   /usr/share/doc/minetestmapper/AUTHORS
   /usr/share/doc/minetestmapper/COPYING
   /usr/share/doc/minetestmapper/README.rst


on epel7 there should be versioned docdir.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-02-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651



--- Comment #13 from Tuomo Soini  ---
Fix for the issue is to change:

# Remove extra files from pkgdocdir?
rm -rf %{buildroot}%{_pkgdocdir}/*


to:

# Remove extra doc files
rm -rf %{buildroot}%{_defaultdocdir}/%{name}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-02-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651



--- Comment #14 from Ben Rosser  ---
Oh, I see; that would be why the build was failing on EPEL. Thanks!

Fixed, will send out a new bodhi update with that change.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-02-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |MODIFIED



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-02-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651



--- Comment #15 from Fedora Update System  ---
minetestmapper-20161218-3.el7 has been submitted as an update to Fedora EPEL 7.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-75083a4e0f

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-02-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |ERRATA
Last Closed||2017-02-05 15:20:24



--- Comment #16 from Fedora Update System  ---
minetestmapper-20161218-2.fc25 has been pushed to the Fedora 25 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-02-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651



--- Comment #17 from Fedora Update System  ---
minetestmapper-20161218-2.fc24 has been pushed to the Fedora 24 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-02-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651

Fedora Update System  changed:

   What|Removed |Added

 Status|CLOSED  |ON_QA
 Resolution|ERRATA  |---
   Keywords||Reopened



--- Comment #18 from Fedora Update System  ---
minetestmapper-20161218-3.el7 has been pushed to the Fedora EPEL 7 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-75083a4e0f

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org


[Bug 1410651] Review Request: minetestmapper - Generates a overview image of a minetest map

2017-02-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1410651

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed|2017-02-05 15:20:24 |2017-02-22 09:49:22



--- Comment #19 from Fedora Update System  ---
minetestmapper-20161218-3.el7 has been pushed to the Fedora EPEL 7 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org