[Bug 1601186] Review Request: wpewebkit - A WebKit port optimized for low-end devices

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1601186



--- Comment #36 from Robert-André Mauchin  ---
Following this cmake script:

# Use ld.gold if it is available and isn't disabled explicitly
CMAKE_DEPENDENT_OPTION(USE_LD_GOLD "Use GNU gold linker" ON
   "NOT CXX_ACCEPTS_MFIX_CORTEX_A53_835769;NOT
ARM_TRADITIONAL_DETECTED;NOT WIN32;NOT APPLE" OFF)
if (USE_LD_GOLD)
execute_process(COMMAND ${CMAKE_C_COMPILER} -fuse-ld=gold -Wl,--version
ERROR_QUIET OUTPUT_VARIABLE LD_VERSION)
if ("${LD_VERSION}" MATCHES "GNU gold")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fuse-ld=gold
-Wl,--disable-new-dtags")
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fuse-ld=gold
-Wl,--disable-new-dtags")
else ()
message(WARNING "GNU gold linker isn't available, using the default
system linker.")
set(USE_LD_GOLD OFF)
endif ()
endif ()


we can see that CMAKE_SHARED_LINKER_FLAGS is not set to
${CMAKE_EXE_LINKER_FLAGS} om ARM arches.

Thus you should add it in your cmake call:

%cmake \
  -DPORT=WPE \
  -DCMAKE_BUILD_TYPE=Release \
  -DENABLE_MINIBROWSER=ON \
  -DCMAKE_EXE_LINKER_FLAGS="${CMAKE_EXE_LINKER_FLAGS} -lrt" \
  -DCMAKE_SHARED_LINKER_FLAGS="${CMAKE_SHARED_LINKER_FLAGS} -lrt" \
%ifarch s390 aarch64
  -DUSE_LD_GOLD=OFF \
%endif
%ifarch s390 s390x ppc %{power64}
  -DENABLE_JIT=OFF \
  -DUSE_SYSTEM_MALLOC=ON \
%endif

See successful build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=28909553

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/RU5KZD2HQGH2KMY64GQMHUKFVZSB5CIU/


[Bug 1613654] New: Review Request: erlang-bbmustache - Binary pattern match based Mustache template engine for erlang

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613654

Bug ID: 1613654
   Summary: Review Request: erlang-bbmustache - Binary pattern
match based Mustache template engine for erlang
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: timothee.flo...@fnux.ch
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL:
https://fedorapeople.org/cgit/fnux/public_git/rpm-erlang-bbmustache.git/plain/erlang-bbmustache.spec?id=df9baaed9b0779cd5aff1eb94b85b8a5d654156a
SRPM URL:
https://fnux.fedorapeople.org/pkg-reviews/erlang-bbmustache/df9baaed9b0779cd5aff1eb94b85b8a5d654156a/erlang-bbmustache-1.5.0-1.fc28.src.rpm
Description: Binary pattern match based Mustache template engine for erlang.
Fedora Account System Username: fnux

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/666N767VLZPJ5UDBBG65EFILC5WWVB56/


[Bug 1613643] New: Review Request: erlang-providers - An Erlang providers library

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613643

Bug ID: 1613643
   Summary: Review Request: erlang-providers - An Erlang providers
library
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: timothee.flo...@fnux.ch
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL:
https://fedorapeople.org/cgit/fnux/public_git/rpm-erlang-providers.git/tree/erlang-providers.spec?id=32ce4775029845ae341aa3579719f2d279cb
SRPM URL:
https://fnux.fedorapeople.org/pkg-reviews/erlang-providers/32ce4775029845ae341aa3579719f2d279cb/erlang-providers-1.7.0-1.fc28.src.rpm
Description: An Erlang providers library.
Fedora Account System Username: fnux

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/6Q7W6AB5I3ROD4YZT4KGVT6QELLKMCCP/


[Bug 1613642] New: Review Request: erlang-cf - Terminal color helper

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613642

Bug ID: 1613642
   Summary: Review Request: erlang-cf - Terminal color helper
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: timothee.flo...@fnux.ch
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL:
https://fedorapeople.org/cgit/fnux/public_git/rpm-erlang-cf.git/plain/erlang-cf.spec?id=eef7ae6ee4ce3a78f8ac81444b0c352a79f82b8e
SRPM URL:
https://fnux.fedorapeople.org/pkg-reviews/erlang-cf/eef7ae6ee4ce3a78f8ac81444b0c352a79f82b8e/erlang-cf-0.3.1-1.fc28.src.rpm
Description: Terminal color helper.
Fedora Account System Username: fnux

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/KIV22VDPYTSF6UTW4EPJIXO7IIP5DZ5G/


[Bug 1613641] New: Review Request: erlang-cth_readable - Common test hooks for more readable erlang logs

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613641

Bug ID: 1613641
   Summary: Review Request: erlang-cth_readable - Common test
hooks for more readable erlang logs
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: timothee.flo...@fnux.ch
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL:
https://fedorapeople.org/cgit/fnux/public_git/rpm-erlang-cth_readable.git/tree/erlang-cth_readable.spec?id=553a728c3bd4fca74f6f7de77b1de900d0fd3a00
SRPM URL:
https://fnux.fedorapeople.org/pkg-reviews/erlang-cth_readable/553a728c3bd4fca74f6f7de77b1de900d0fd3a00/erlang-cth_readable-1.4.2-1.fc28.src.rpm
Description: Common test hooks for more readable erlang logs.
Fedora Account System Username: fnux

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/Z3MFIN5TRCET7RU4IJPSVC2MEOVG4JTN/


[Bug 1613640] New: Review Request: erlang-eunit_formatters - Provides better output format for eunit test suites

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613640

Bug ID: 1613640
   Summary: Review Request: erlang-eunit_formatters - Provides
better output format for eunit test suites
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: timothee.flo...@fnux.ch
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL:
https://fedorapeople.org/cgit/fnux/public_git/rpm-erlang-eunit_formatters.git/plain/erlang-eunit_formatters.spec?id=ac19b9a78c2d147cb3c13fcca1ae88be1217f961
SRPM URL:
https://fnux.fedorapeople.org/pkg-reviews/erlang-eunit_formatters/ac19b9a78c2d147cb3c13fcca1ae88be1217f961/erlang-eunit_formatters-0.5.0-1.fc28.src.rpm
Description: Provides better output format for eunit test suites.
Fedora Account System Username: fnux

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/73C22C3FO5DWP4GFDKPS7J6WXD2XERPG/


[Bug 1157255] Review Request: ufoai - UFO: Alien Invasion strategy game

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1157255



--- Comment #29 from Ben Rosser  ---
Actually, on further thought, I do not believe it makes sense for ufoai and
ufoai-data to be separate source packages. This makes the directory ownership
logic simpler-- if all the packages (data and data-server) included can depend
on ufoai-common, ufoai-common can own /usr/share/ufoai and
/usr/share/ufoai/base.

I'm guessing this separation predated noarch subpackages?

The licensing needs to be checked carefully, and I have not done that (I don't
know if the License: tag breakdown that was in the spec is accurate). And a
decision needs to be reached on unbundling. So I'm not proposing this for
review. But you can grab my revised spec here:

https://tc01.fedorapeople.org/ufoai/ufoai.spec

A patch from Osipov is mirrored here, along with my configure script patch:

https://tc01.fedorapeople.org/ufoai/ufoai-2.5-desktop-files.patch
https://tc01.fedorapeople.org/ufoai/ufoai-configure-invalid-option.patch

And a SRPM of ufoai 2.5 is here:

https://tc01.fedorapeople.org/ufoai/ufoai-2.5-3.fc28.src.rpm

If I feel sufficiently motivated to double-check all the licensing and look at
the bundling over the next few days, I might even submit a new review request.

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/KM2K6AFM7LGU2PLLQGYFV5BSHZUV5QWH/


[Bug 1157255] Review Request: ufoai - UFO: Alien Invasion strategy game

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1157255



--- Comment #28 from Ben Rosser  ---
Well... I have gone through ufoai.spec and cleaned it up, modernizing and
fixing some things.

In particular I patched the configure script so that it does not fail when it
receives unrecognized options, meaning that the %configure macro can be used.

I then had to do some work to get the package to build at all; the biggest
thing that worries me is that I had to add -Wno-narrowing to CFLAGS to get
things to compile, which maybe isn't okay.

I have yet to take a detailed look at the ufoai-data package, but I am assuming
the issue with unbundling things is that all the data files are compressed into
.pk3 archives, so the pk3s would need to be extracted, content unbundled, and
then re-packed.

I am not sure if this is worth it, honestly, especially given the more lenient
bundling guidelines of the present day. Since we know that horai-ume-fonts has
been approved by Fedora Legal, I don't know if there's really a problem with
keeping it in this package anymore. I don't particularly feel motivated to do
it, anyway.

But I will post the updated specs somewhere.

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/2IBT74RB5JY5SGSRYM5ZHUO5REYJMDAL/


[Bug 1601186] Review Request: wpewebkit - A WebKit port optimized for low-end devices

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1601186



--- Comment #35 from Michael Catanzaro  ---
I notice https://trac.webkit.org/changeset/230385/webkit touched the librt
check recently. May or may not be related.

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/6I5X5QVT7KWCVGDPE3SDNCLKF4SKUTCX/


[Bug 1601186] Review Request: wpewebkit - A WebKit port optimized for low-end devices

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1601186



--- Comment #34 from Michael Catanzaro  ---
No clue.

Maybe it's time to figure out why you needed to specify -lrt in
CMAKE_EXE_LINKER_FLAGS, since of course that should not be necessary.

I see the error you're getting for ARM is:

/usr/bin/ld:
CMakeFiles/WebKit.dir/__/__/DerivedSources/WebKit/unified-sources/UnifiedSource10.cpp.o:
in function `WebKit::SharedMemory::create(void*, unsigned long,
WebKit::SharedMemory::Protection)':
/builddir/build/BUILD/wpewebkit-2.21.2/Source/WebKit/Platform/unix/SharedMemoryUnix.cpp:119:
undefined reference to `shm_open'
/usr/bin/ld:
/builddir/build/BUILD/wpewebkit-2.21.2/Source/WebKit/Platform/unix/SharedMemoryUnix.cpp:142:
undefined reference to `shm_unlink'
/usr/bin/ld:
/builddir/build/BUILD/wpewebkit-2.21.2/Source/WebKit/Platform/unix/SharedMemoryUnix.cpp:138:
undefined reference to `shm_unlink'
collect2: error: ld returned 1 exit status

And shm_open(3) does say clearly: "Link with -lrt."

I see in Source/WebKit/CMakeLists.txt:

if (UNIX)
check_function_exists(shm_open SHM_OPEN_EXISTS)
if (NOT SHM_OPEN_EXISTS)
set(CMAKE_REQUIRED_LIBRARIES rt)
check_function_exists(shm_open SHM_OPEN_REQUIRES_LIBRT)
if (SHM_OPEN_REQUIRES_LIBRT)
list(APPEND WebKit_LIBRARIES PRIVATE rt)
endif ()
unset(CMAKE_REQUIRED_LIBRARIES)
endif ()
endif ()

And in the aarch64 build log:

-- Looking for shm_open
-- Looking for shm_open - found

If -lrt were required for shm_open, I would have expected it to have printed:

-- Looking for shm_open
-- Looking for shm_open - not found
-- Looking for shm_open
-- Looking for shm_open - found

That output is the same on x86_64, as well.

So something seems to be going wrong there, which I don't understand. That
problem creates the need for you to manually pass -lrt. And then something
additional is going wrong on ARM for the -lrt to get lost

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/N3JMSWGLOMYOK2GIBX36M74MWEY3LRHM/


[Bug 1613574] Review Request: DCD - The D Completion Daemon

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613574

MERCIER Jonathan  changed:

   What|Removed |Added

Summary|Review Request: |Review Request: DCD -  The
   ||D Completion Daemon



-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/CZHMY7MN3INAGH34I3N4EUQWKMLLHZA6/


[Bug 1613573] Review Request: dsymbol - Symbol lookup support for libdparse

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613573

MERCIER Jonathan  changed:

   What|Removed |Added

 Blocks||1613574




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1613574
[Bug 1613574] Review Request:
-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/SS2PZ25IJVVTITDVDRY327MP4VZ4ZIEJ/


[Bug 1613572] Review Request: libdparse - Library for lexing and parsing D source code

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613572

MERCIER Jonathan  changed:

   What|Removed |Added

 Blocks||1613574




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1613574
[Bug 1613574] Review Request:
-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/ELX2OCWYDAOK7K7JJACM65F6DOZUYGGP/


[Bug 1613568] Review Request: stdx-allocator - High-level interface for allocators for D

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613568

MERCIER Jonathan  changed:

   What|Removed |Added

 Blocks||1613574




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1613574
[Bug 1613574] Review Request:
-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/X7WF5UUAQ3ZVIK2PTTDEXLSEJEUZSPXO/


[Bug 1613570] Review Request: msgpack-d - A pure D implementation of MessagePack

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613570

MERCIER Jonathan  changed:

   What|Removed |Added

 Blocks||1613574




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1613574
[Bug 1613574] Review Request:
-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/6UOJGENEU6L2GTP7PSYJJKSS5ITE76HZ/


[Bug 1613571] Review Request: containers - Efficient library to use collection in D

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613571

MERCIER Jonathan  changed:

   What|Removed |Added

 Blocks||1613574




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1613574
[Bug 1613574] Review Request:
-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/SITPDMVGQI7LATRI2IRHCDWKVQOAXIBW/


[Bug 1613574] New: Review Request:

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613574

Bug ID: 1613574
   Summary: Review Request:
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: bioinfornat...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
Depends On: 1613568, 1613570, 1613571, 1613572, 1613573



Dear,

SPEC: https://bioinfornatics.fedorapeople.org/packages/DCD.spec
SRPM:
https://bioinfornatics.fedorapeople.org/packages/DCD-0.9.10-1.fc28.src.rpm


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1613568
[Bug 1613568] Review Request: stdx-allocator - High-level interface for
allocators for D
https://bugzilla.redhat.com/show_bug.cgi?id=1613570
[Bug 1613570] Review Request: msgpack-d - A pure D implementation of
MessagePack
https://bugzilla.redhat.com/show_bug.cgi?id=1613571
[Bug 1613571] Review Request: containers - Efficient library to use
collection in D
https://bugzilla.redhat.com/show_bug.cgi?id=1613572
[Bug 1613572] Review Request: libdparse -  Library for lexing and parsing D
source code
https://bugzilla.redhat.com/show_bug.cgi?id=1613573
[Bug 1613573] Review Request: dsymbol - Symbol lookup support for libdparse
-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/V3WGHV2CHM4SBQFYKZE6NP4DN4BJUUNW/


[Bug 1613572] Review Request: libdparse - Library for lexing and parsing D source code

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613572

MERCIER Jonathan  changed:

   What|Removed |Added

 Blocks||1613573




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1613573
[Bug 1613573] Review Request: dsymbol - Symbol lookup support for libdparse
-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/5K6QBX2UA3QH7RHFMRDQWOGOAMHCC57S/


[Bug 1613573] New: Review Request: dsymbol - Symbol lookup support for libdparse

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613573

Bug ID: 1613573
   Summary: Review Request: dsymbol - Symbol lookup support for
libdparse
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: bioinfornat...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
Depends On: 1613571, 1613572



Dear,

In order to provides to fedora community, DCD tools for enable autocomplete
dlang  statement with your favourite IDE. It is necessary to package its
dependencies.

SPEC: https://bioinfornatics.fedorapeople.org/packages/dsymbol.spec
SRPMS:
https://bioinfornatics.fedorapeople.org/packages/dsymbol-0.4.0-1.fc28.src.rpm


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1613571
[Bug 1613571] Review Request: containers - Efficient library to use
collection in D
https://bugzilla.redhat.com/show_bug.cgi?id=1613572
[Bug 1613572] Review Request: libdparse -  Library for lexing and parsing D
source code
-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/KSNCC7YRRDCWCA2BIKTRIA27X4LTFIQB/


[Bug 1613571] Review Request: containers - Efficient library to use collection in D

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613571

MERCIER Jonathan  changed:

   What|Removed |Added

 Blocks||1613573




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1613573
[Bug 1613573] Review Request: dsymbol - Symbol lookup support for libdparse
-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/NS5VW2HXNVPLFSDQCWKFDVB5ZXBZK5QQ/


[Bug 1613568] Review Request: stdx-allocator - High-level interface for allocators for D

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613568

MERCIER Jonathan  changed:

   What|Removed |Added

 Blocks||1613572




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1613572
[Bug 1613572] Review Request: libdparse -  Library for lexing and parsing D
source code
-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/5KJSFEIOVPVLYLKAHWBYML5ZFC6XYLKS/


[Bug 1613572] New: Review Request: libdparse - Library for lexing and parsing D source code

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613572

Bug ID: 1613572
   Summary: Review Request: libdparse -  Library for lexing and
parsing D source code
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: bioinfornat...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org
Depends On: 1613568



Dear,

In order to provides to fedora community, DCD tools for enable autocomplete
dlang  statement with your favourite IDE. It is necessary to package its
dependencies.

SPEC: https://bioinfornatics.fedorapeople.org/packages/libdparse.spec
SRPMS:
https://bioinfornatics.fedorapeople.org/packages/libdparse-0.9.0-1.fc28.src.rpm


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1613568
[Bug 1613568] Review Request: stdx-allocator - High-level interface for
allocators for D
-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/H6TGYG5OLQ7NKGGLJPIUJO74B6FAKI55/


[Bug 1613571] Review Request: containers - Efficient library to use collection in D

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613571

MERCIER Jonathan  changed:

   What|Removed |Added

Summary|Review Request: containers  |Review Request: containers
   |- Effificient library to|- Efficient library to use
   |use collection in D |collection in D



-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/C7XYGIKMOLBO4PYUWXWVOYGT3Q6IJSPN/


[Bug 1613568] Review Request: stdx-allocator - High-level interface for allocators for D

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613568

MERCIER Jonathan  changed:

   What|Removed |Added

 Blocks||1613571




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1613571
[Bug 1613571] Review Request: containers - Effificient library to use
collection in D
-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/Y3RDBTZI3Z7QD57H4ENRNBEPWMEM3H6Q/


[Bug 1613571] Review Request: containers - Effificient library to use collection in D

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613571

MERCIER Jonathan  changed:

   What|Removed |Added

 Depends On||1613568
  Flags||fedora-review?




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1613568
[Bug 1613568] Review Request: stdx-allocator - High-level interface for
allocators for D
-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/D366YUINA2ML7JR6K7YWH4AB6DNAEOI4/


[Bug 1613571] New: Review Request: containers - Effificient library to use collection in D

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613571

Bug ID: 1613571
   Summary: Review Request: containers - Effificient library to
use collection in D
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: bioinfornat...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Dear,

In order to provides to fedora community DCD tools for enable autocomplete
dlang  statement with your favourite IDE. It is necessary to package its
dependencies.

SPEC: https://bioinfornatics.fedorapeople.org/packages/containers.spec
SRPMS:
https://bioinfornatics.fedorapeople.org/packages/containers-0.8.0-1.alpha.9.fc28.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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/WTUEJL3UXR7HCTG3UQ72QSEENIGAMQJ2/


[Bug 1613570] Review Request: msgpack-d - A pure D implementation of MessagePack

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613570

MERCIER Jonathan  changed:

   What|Removed |Added

  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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/QD3MCI5GXRBNDHUDGKK6OOCP37NZSVTT/


[Bug 1613568] Review Request: stdx-allocator - High-level interface for allocators for D

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613568

MERCIER Jonathan  changed:

   What|Removed |Added

  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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/ODWNVTJFTNKSRZ3LN267XIRKCFHYJSGL/


[Bug 1613570] New: Review Request: msgpack-d - A pure D implementation of MessagePack

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613570

Bug ID: 1613570
   Summary: Review Request: msgpack-d - A pure D implementation of
MessagePack
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: bioinfornat...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Dear,

In order to provides to fedora community DCD tools for enable autocomplete
dlang  statement with your favourite IDE. It is necessary to package its
dependencies.

Spec URL: https://bioinfornatics.fedorapeople.org/packages/msgpack-d.spec
SRPM URL:
https://bioinfornatics.fedorapeople.org/packages/msgpack-d-1.0.0-1.20180529gitf5c0bd0.fc28.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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/IV4L7F3NZR2RYNFWP54Z6BIWGURPCPF2/


[Bug 1613568] New: Review Request: stdx-allocator - High-level interface for allocators for D

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613568

Bug ID: 1613568
   Summary: Review Request: stdx-allocator - High-level interface
for allocators for D
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Assignee: nob...@fedoraproject.org
  Reporter: bioinfornat...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Dear,

In order to provides to fedora community DCD tools for enable autocomplete
dlang  statement with your favourite IDE. It is necessary to package its
dependencies.

SPEC: https://bioinfornatics.fedorapeople.org/packages/stdx-allocator.spec
SRPMS:
https://bioinfornatics.fedorapeople.org/packages/stdx-allocator-2.77.2-1.fc28.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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/XIF62EHE2KQRF6HGKL3M2N3OSOG5PSG2/


[Bug 1293043] Review Request: python-epac - Machine learning workflow builder

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1293043

Ilya Gradina  changed:

   What|Removed |Added

  Flags|needinfo?(ilya.gradina@gmai |
   |l.com)  |



--- Comment #6 from Ilya Gradina  ---
(In reply to Ankur Sinha (FranciscoD) from comment #5)
> Hi Ilya,
> 
> Would you like to continue the review so that the package can be included in
> NeuroFedora?
> 
> Cheers!
> Ankur

Hi Ankur,
yes, I  will continue the 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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/7CUNCGCPTYJVNRMMPX3MMAJLXOWSYLOT/


[Bug 1601186] Review Request: wpewebkit - A WebKit port optimized for low-end devices

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1601186



--- Comment #33 from Chris King  ---
My build seems to be failing on both ARM arches.

See here: https://koji.fedoraproject.org/koji/taskinfo?taskID=28904171

Looking into it, the -lrt flag I passed in my cmake section of the spec does
not seem to be respected at the point in the build where it fails. 

Looking at the same part of the build where it fails on the ARM arches on other
arches (such as x86), the -lrt option is being passed on other arches that
built successfully, but not on the ARM arches. I don't believe any of the arch
specific areas of the spec should effect this.

Any ideas why this may be?

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/V3IWX66B6PDUM3XLIJHDVIUM665WCWKJ/


[Bug 1352837] Review Request: vassal - Game engine for building and playing online adaptations of board games and card games

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1352837

Ben Rosser  changed:

   What|Removed |Added

 CC||rosser@gmail.com
  Flags||needinfo?(ignatenko@redhat.
   ||com)



--- Comment #13 from Ben Rosser  ---
Hi Igor,

Somehow I missed this package on my previous pass through the FE-GAMESIG
tickets, apologies. :( Are you still interested in it? I can review if so.

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/P2MIORACXOSQBKBUCVA3HUNTDAVWOZEK/


[Bug 1178361] Review Request: stuntrally - Stunt Rally game with Track Editor, based on VDrift and OGRE

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1178361

Ben Rosser  changed:

   What|Removed |Added

 CC||mgans...@alice.de,
   ||rosser@gmail.com
  Flags||needinfo?(mgans...@alice.de
   ||)



--- Comment #19 from Ben Rosser  ---
Hi Martin,

Are you still interested in this submission?

It's not clear to me what the final status was-- does the package currently not
build?

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/UTB6E2X74NT7YOULHCYNALDLAMZ2CQDE/


[Bug 1085612] Review Request: voxelands - The Fun-Focused Free Software Voxel World Game (was: minetest-classic)

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1085612

Ben Rosser  changed:

   What|Removed |Added

  Flags||needinfo?(mavj...@gmail.com
   ||)



--- Comment #23 from Ben Rosser  ---
Hi Maverick,

Any news? Please respond soon, or (as mentioned before) I'll close the ticket
in accordance with the "stalled reviews" policy. :(

Note that if you are still interested in packaging voxelands you're more than
welcome to open a new ticket, should this one get closed. (Or if someone else
wants to package voxelands they can too).

As I said before, I'm still happy to sponsor you if you are interested.

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/KBJVB7PLLHOGLFO4XSLM5SM4TZVNVRU5/


[Bug 1308367] Review Request: raknet - C++ networking engine for game programmers

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308367

Ben Rosser  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Blocks||201449 (FE-DEADREVIEW)
 Resolution|--- |NOTABUG
Last Closed||2018-08-07 16:46:01



--- Comment #17 from Ben Rosser  ---
Okay, I'm going to close this ticket in accordance with the stalled review
policy (which I linked in my previous comment), as it's been much longer than a
week with no response here...

If someone (Mark?) is still interested in packaging raknet (or a fork of
raknet), please open a new ticket for that request. I'm happy to review.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=201449
[Bug 201449] FE-DEADREVIEW -- Reviews stalled due to lack of submitter
response should be blocking this 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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/LL27G5BDDH2CDHMN554STOOH3DF5MABJ/


[Bug 1324212] Review Request: gargoyle - Interactive fiction interpreter with excellent text rendering

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1324212

Ben Rosser  changed:

   What|Removed |Added

 CC||a...@n0r.co
  Flags||needinfo?(a...@n0r.co)



--- Comment #5 from Ben Rosser  ---
Hi Andrew,

If you are still interested in getting gargoyle into Fedora, please let me know
and I'll be happy to sponsor you / help review the package.

Please respond within the next week or so, or I'll close the ticket in
accordance with the stalled packager review policy. 

https://fedoraproject.org/wiki/Policy_for_stalled_package_reviews

In which case you (or anyone else) are always welcome to open another ticket,
or send me an email.

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/YGA2QNEGPKCTRYMQMLKI7S5FZ24DYR4A/


[Bug 1601186] Review Request: wpewebkit - A WebKit port optimized for low-end devices

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1601186



--- Comment #32 from Chris King  ---
Fixed.

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/Y4BAM3H7LEU54FYLMUAVQVNDBBIX7CDA/


[Bug 1601186] Review Request: wpewebkit - A WebKit port optimized for low-end devices

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1601186



--- Comment #31 from Michael Catanzaro  ---
Also, in the README and description: "inmind" -> "in mind"

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/WJ7SHXXLSVLFXXQWVBKZADMNH43REHHP/


[Bug 1601186] Review Request: wpewebkit - A WebKit port optimized for low-end devices

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1601186



--- Comment #30 from Michael Catanzaro  ---
The spec is named:

wpewebkit-rawhide.spec

Should be renamed to wpewebkit.spec.

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/Y2BNB22OGC6UAWUJT55UFYYFZIWM7XQL/


[Bug 1601186] Review Request: wpewebkit - A WebKit port optimized for low-end devices

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1601186



--- Comment #29 from Gwyn Ciesla  ---
(fedscm-admin):  The Pagure repository was created at
https://src.fedoraproject.org/rpms/wpewebkit

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/7VL4SLRJPZDRXNKWFKM3S3VEBXUPSTLA/


[Bug 1610554] Review Request: hsxkpasswd - Secure memorable password generator

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1610554



--- Comment #5 from Robert-André Mauchin  ---
Thanks for your comments!

I updated the License comment regarding the dictionaries as per Iñaki Ucar
comment.

I removed the source dictionaries and the build script.

Spec URL:
https://copr-be.cloud.fedoraproject.org/results/eclipseo/hsxkpasswd/fedora-rawhide-x86_64/00785457-hsxkpasswd/hsxkpasswd.spec
SRPM URL:
https://copr-be.cloud.fedoraproject.org/results/eclipseo/hsxkpasswd/fedora-rawhide-x86_64/00785457-hsxkpasswd/hsxkpasswd-3.6-1.fc29.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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/TOT34BEGCO544YKWLTRIO4EI545MUYTB/


[Bug 1607543] Review Request: python-pluginlib - A framework for creating and importing plugins in Python

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1607543



--- Comment #21 from Fedora Update System  ---
python-pluginlib-0.6.1-1.el7 has been submitted as an update to Fedora EPEL 7.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-437510cf18

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/246EPNYIRC26NIQNH4XSYANS5KOMFYR7/


[Bug 1607543] Review Request: python-pluginlib - A framework for creating and importing plugins in Python

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1607543



--- Comment #22 from Fedora Update System  ---
python-pluginlib-0.6.1-1.el6 has been submitted as an update to Fedora EPEL 6.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-5dbf2e4a71

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/AT4RCZEB5ANLHKZOVEIVTG2F3U5FJNDQ/


[Bug 1601186] Review Request: wpewebkit - A WebKit port optimized for low-end devices

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1601186

Robert-André Mauchin  changed:

   What|Removed |Added

 Status|NEW |POST
   Assignee|nob...@fedoraproject.org|zebo...@gmail.com
  Flags||fedora-review+



--- Comment #28 from Robert-André Mauchin  ---
Looks good to me, package approved.

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/ICT66U5DIAECPTW3NWYUI4LNQZXBSFJD/


[Bug 1601186] Review Request: wpewebkit - A WebKit port optimized for low-end devices

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1601186



--- Comment #27 from Chris King  ---
Fixed all of that, thanks again for reviewing.

New spec:
https://copr-dist-git.fedorainfracloud.org/cgit/bunnyapocalypse/wpewebkit-rawhide/wpewebkit.git/tree/wpewebkit-rawhide.spec?id=2cba6e9992cecf9bc2d072b6a3ebcc9f20ed82e2

Updated srpm at same URL.

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/VGSLDTZUAILDTKQQIGEHRMJVV4D2TFDE/


[Bug 1609285] Review Request: chafa - Image-to-text converter for terminal

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1609285

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2018-08-07 11:32:23



--- Comment #10 from Fedora Update System  ---
chafa-0.9.0-1.fc28 has been pushed to the Fedora 28 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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/FN77BZDXMHLVDX45A5CVIIV27UJPXCHB/


[Bug 1609465] Review Request: libmobi - library for handling Kindle (MOBI) formats of ebook documents

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1609465

Fedora Update System  changed:

   What|Removed |Added

 Resolution|RAWHIDE |ERRATA



--- Comment #7 from Fedora Update System  ---
libmobi-0.4-1.fc28 has been pushed to the Fedora 28 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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/CFUG6S5VDSNVPAATERFM6DR76Q2GRGUF/


[Bug 1601186] Review Request: wpewebkit - A WebKit port optimized for low-end devices

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1601186



--- Comment #26 from Robert-André Mauchin  ---
Also license should be:

LGPLv2+ and BSD

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/EOMDUKCR2BZLGJU5DSL3WC6SW6XJS764/


[Bug 1601186] Review Request: wpewebkit - A WebKit port optimized for low-end devices

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1601186



--- Comment #25 from Robert-André Mauchin  ---
 - Split the description to stay below 80 characters per line

 - Own these directories:

 Note: No known owner of /usr/libexec/wpe-webkit-0.1, /usr/lib64/wpe-
 webkit-0.1/injected-bundle, /usr/include/wpe-webkit-0.1, /usr/lib64
 /wpe-webkit-0.1




Package Review
==

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



= MUST items =

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: Development (unversioned) .so files in -devel subpackage, if present.
 Note: Unversioned so-files in private %_libdir subdirectory (see
 attachment). Verify they are not in ld path.
[x]: If your application is a C or C++ application you must list a
 BuildRequires against gcc, gcc-c++ or clang.
[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 successfully compiles and builds into binary rpms on at least
 one supported primary architecture.
 Note: Using prebuilt packages
[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: "MPL (v1.1) GPL (v2 or later) or LGPL (v2.1 or later)", "Public
 domain BSD (3 clause)", "MPL (v1.1) LGPL (v2 or later)", "BSD
 (unspecified)", "MPL (v1.1) LGPL (v2.1 or later)", "LGPL (v2.1)",
 "ISC", "*No copyright* Apache (v2.0)", "LGPL (v2 or later)", "GPL (v3
 or later)", "AFL (v2.0) LGPL (v2 or later)", "BSL", "BSD (2 clause)",
 "Apache (v2.0)", "GPL (v2 or later)", "MIT/X11 (BSD like)", "MPL
 (v1.1)", "*No copyright* LGPL", "*No copyright* Public domain", "*No
 copyright* BSD (unspecified)", "BSD (3 clause)", "MPL (v2.0)", "ICU",
 "LGPL (v2)", "Unknown or generated", "*No copyright* SGI Free Software
 License B", "LGPL (v2.1 or later)". 2544 files have unknown license.
 Detailed output of licensecheck in
 /home/bob/packaging/review/wpewebkit/review-wpewebkit/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[!]: Package requires other packages for directories it uses.
 Note: No known owner of /usr/libexec/wpe-webkit-0.1, /usr/lib64/wpe-
 webkit-0.1/injected-bundle, /usr/include/wpe-webkit-0.1, /usr/lib64
 /wpe-webkit-0.1
[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.
[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.
[-]: 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.
[-]: Large documentation must go in a -doc subpackage. Large could be size
 (~1MB) or number of files.
 Note: Documentation size is 10240 bytes in 1 files.
[x]: Package complies to the Packaging Guidelines
[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 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 sourc

[Bug 1592254] Review Request: python-symver-smap - A helper for library maintainers to use symbol versioning

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1592254

Anderson Sasaki  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |DUPLICATE
Last Closed||2018-08-07 09:45:25



--- Comment #4 from Anderson Sasaki  ---
This was replaced by https://bugzilla.redhat.com/show_bug.cgi?id=1612551

This request is no longer valid.

*** This bug has been marked as a duplicate of bug 1612551 ***

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/M4HFHT44QWPBDXGRJRYYOQZ3XLFLIN4C/


[Bug 1612551] Review Request: python-abimap - A helper for library maintainers to use symbol versioning

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1612551



--- Comment #9 from Anderson Sasaki  ---
*** Bug 1592254 has been marked as a duplicate of this 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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/PUAACIEICJWPQK3V63ZR3QIBD675J6RT/


[Bug 1550565] Re-Review Request: openssl-pkcs11 - Renaming package libp11 to openssl-pkcs11

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1550565

Anderson Sasaki  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2018-08-07 09:41:50



-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/VMGMWO6THXO42B6W66CYS3UUDBY34P2M/


[Bug 1612551] Review Request: python-abimap - A helper for library maintainers to use symbol versioning

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1612551

Anderson Sasaki  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2018-08-07 09:39:47



-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/XJGDH4EK27YZUPN5EYTH4IVQ32LQYY4L/


[Bug 1613383] Review Request: postgresql-timescaledb - Open-source time-series database powered by PostgreSQL

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613383

Pavel Raiskup  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|nob...@fedoraproject.org|prais...@redhat.com



--- Comment #1 from Pavel Raiskup  ---
> %define short_name  timescaledb
> Name:   postgresql-timescaledb

Please use 'Name: timescaledb'.  Otherwise it evokes that the package comes
from postgresql.spec.

> BuildRequires:  cmake gcc postgresql-devel

Since we install postgresql module, you should also use:
%{?postgresql_module_requires} macro.

Otherwise looks pretty nice.  I'll have a look at fedora-review output
tomorrow.

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/C5FQKC4QROMJZ3AIHH2OTLYIA4OMBTZ5/


[Bug 1613383] Review Request: postgresql-timescaledb - Open-source time-series database powered by PostgreSQL

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613383

Patrik Novotný  changed:

   What|Removed |Added

 CC||prais...@redhat.com
 Blocks||177841 (FE-NEEDSPONSOR)




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=177841
[Bug 177841] Tracker: Review requests from new Fedora packagers who need a
sponsor
-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/KAECMWCMEMIYF453B5N3PKZMYUBGD5PX/


[Bug 1613383] New: Review Request: postgresql-timescaledb - Open-source time-series database powered by PostgreSQL

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1613383

Bug ID: 1613383
   Summary: Review Request: postgresql-timescaledb - Open-source
time-series database powered by PostgreSQL
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: panov...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL:
https://raw.githubusercontent.com/UncleAlbie/timescale-rpm/master/postgresql-timescaledb.spec

SRPM URL:
https://github.com/UncleAlbie/timescale-rpm/blob/master/postgresql-timescaledb-0.10.1-1.fc28.src.rpm?raw=true

Description: 
TimescaleDB is an open-source database designed to make SQL scalable for
time-series data.  It is engineered up from PostgreSQL, providing automatic
partitioning across time and space (partitioning key), as well as full SQL
support.

Fedora Account System Username: panovotn

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/OHXVDYLHUCGXXTRHLA45J6W4QD6LKFZ5/


[Bug 1532364] Review Request: rpcsvc-proto - RPC protocol definition

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1532364

Steve Dickson  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2018-08-07 08:13:27



-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/US26KF4MSSEFHB6CI7Z7X4GJTWLXU2MI/


[Bug 1532364] Review Request: rpcsvc-proto - RPC protocol definition

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1532364

Igor Gnatenko  changed:

   What|Removed |Added

  Flags|needinfo?(i.gnatenko.brain@ |
   |gmail.com)  |



--- Comment #39 from Igor Gnatenko  ---
(In reply to Steve Dickson from comment #38)
> (In reply to Igor Gnatenko from comment #37)
> > Any news here?
> 
> What do I need to do here???

You have submitted review, but you never closed this 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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/Z7LH3DBR6EYLIHGAVOZKRORB4XPV2FWC/


[Bug 1532364] Review Request: rpcsvc-proto - RPC protocol definition

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1532364

Steve Dickson  changed:

   What|Removed |Added

  Flags|needinfo?(ste...@redhat.com |needinfo?(i.gnatenko.brain@
   |)   |gmail.com)



--- Comment #38 from Steve Dickson  ---
(In reply to Igor Gnatenko from comment #37)
> Any news here?

What do I need to do here???

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/PXGH6AU3AUQRFAH7PVXUTMYTJRHYGJ3K/


[Bug 1610554] Review Request: hsxkpasswd - Secure memorable password generator

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1610554

Zbigniew Jędrzejewski-Szmek  changed:

   What|Removed |Added

 CC||zbys...@in.waw.pl



--- Comment #4 from Zbigniew Jędrzejewski-Szmek  ---
So... if I read the script to build .pms,
/usr/share/doc/hsxkpasswd/xscripts/generateDictionaries.pl correctly, it
converts sample_dict_DE.txt into DE.pm and so on, for each language. So the
"sample_dict_*.txt" files should be considered sources.

Then they are packaged twice:
$ rpm -ql hsxkpasswd-3.6-1.fc27.noarch|grep sample
/usr/share/doc/hsxkpasswd/share/sample_config.json
/usr/share/doc/hsxkpasswd/share/sample_dict_DE.txt
/usr/share/doc/hsxkpasswd/share/sample_dict_EN.txt
/usr/share/doc/hsxkpasswd/share/sample_dict_ES.txt
/usr/share/doc/hsxkpasswd/share/sample_dict_FR.txt
/usr/share/doc/hsxkpasswd/share/sample_dict_IT.txt
/usr/share/doc/hsxkpasswd/share/sample_dict_NL.txt
/usr/share/doc/hsxkpasswd/share/sample_dict_PT.txt
/usr/share/doc/hsxkpasswd/share/sample_hsxkpasswdrc
/usr/share/perl5/vendor_perl/auto/share/dist/Crypt-HSXKPasswd/sample_config.json
/usr/share/perl5/vendor_perl/auto/share/dist/Crypt-HSXKPasswd/sample_dict_DE.txt
/usr/share/perl5/vendor_perl/auto/share/dist/Crypt-HSXKPasswd/sample_dict_EN.txt
/usr/share/perl5/vendor_perl/auto/share/dist/Crypt-HSXKPasswd/sample_dict_ES.txt
/usr/share/perl5/vendor_perl/auto/share/dist/Crypt-HSXKPasswd/sample_dict_FR.txt
/usr/share/perl5/vendor_perl/auto/share/dist/Crypt-HSXKPasswd/sample_dict_IT.txt
/usr/share/perl5/vendor_perl/auto/share/dist/Crypt-HSXKPasswd/sample_dict_NL.txt
/usr/share/perl5/vendor_perl/auto/share/dist/Crypt-HSXKPasswd/sample_dict_PT.txt
/usr/share/perl5/vendor_perl/auto/share/dist/Crypt-HSXKPasswd/sample_hsxkpasswdrc

I don't think those files are useful for anything, just drop them from the
binary package. Similarly, the script could be considered a build script and
dropped from documentation too.

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/6I44DYCIDXDTDTIZNLS6N3W7VZNUQJJP/


[Bug 1154750] Review Request: mozilla-privacy-badger - Protects your privacy by blocking spying ads and invisible trackers

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1154750

Dominik 'Rathann' Mierzejewski  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2018-08-07 05:45:58



--- Comment #21 from Dominik 'Rathann' Mierzejewski  ---
Not sure why I missed this, but this was built for F27+.

-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/33OM5RV4Y5E63NPCEYLUYPJ3GAKADZ2V/


[Bug 1612450] Review Request: rust-varlink_stdinterfaces - Varlink common interfaces

2018-08-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1612450

Igor Gnatenko  changed:

   What|Removed |Added

 Status|POST|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2018-08-07 04:29:48



-- 
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
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org/message/GQGUUG6NMJIGSDSP4XKXO6SMWZMJ6BDX/