[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-05-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553

Raphael Groner  changed:

   What|Removed |Added

 Blocks||928937 (qt-reviews)
  Alias||nitroshare




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=928937
[Bug 928937] Qt-related package review tracker
-- 
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
http://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-05-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553

MartinKG  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||mgans...@alice.de
   Assignee|nob...@fedoraproject.org|mgans...@alice.de
  Flags||fedora-review?



--- Comment #1 from MartinKG  ---
the desktopfile should be corrected with a patch.

rpmlint -i nitroshare-0.3.1-1.fc25.src.rpm nitroshare-0.3.1-1.fc25.x86_64.rpm
nitroshare-breeze-0.3.1-1.fc25.noarch.rpm
nitroshare-debuginfo-0.3.1-1.fc25.x86_64.rpm
nitroshare-gnome-0.3.1-1.fc25.noarch.rpm
nitroshare.x86_64: E: invalid-desktopfile
/usr/share/applications/nitroshare.desktop value "Network;FileTransfer" for
string list key "Categories" in group "Desktop Entry" does not have a semicolon
(';') as trailing character
.desktop file is not valid, check with desktop-file-validate

nitroshare.x86_64: E: invalid-desktopfile
/usr/share/applications/nitroshare.desktop value "network;transfer" for locale
string list key "Keywords" in group "Desktop Entry" does not have a semicolon
(';') as trailing character
.desktop file is not valid, check with desktop-file-validate

-- 
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
http://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #2 from Raphael Groner  ---
Spec URL: https://raphgro.fedorapeople.org/review/util/nitroshare.spec
SRPM URL:
https://raphgro.fedorapeople.org/review/util/nitroshare-0.3.1-1.fc24.src.rpm

%changelog
* Tue Jun 07 2016 Raphael Groner <> - 0.3.1-2
- validate desktop file

https://github.com/nitroshare/nitroshare-desktop/pull/71

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #3 from MartinKG  ---
(In reply to Raphael Groner from comment #2)
> Spec URL: https://raphgro.fedorapeople.org/review/util/nitroshare.spec
> SRPM URL:
> https://raphgro.fedorapeople.org/review/util/nitroshare-0.3.1-1.fc24.src.rpm
> 
> %changelog
> * Tue Jun 07 2016 Raphael Groner <> - 0.3.1-2
> - validate desktop file
> 
> https://github.com/nitroshare/nitroshare-desktop/pull/71

Issues:
===

$ rpmlint -i
/home/martin/rpmbuild/RPMS/x86_64/nitroshare-0.3.1-1.fc24.x86_64.rpm
nitroshare.x86_64: E: invalid-desktopfile
/usr/share/applications/nitroshare.desktop value "Network;FileTransfer" for
string list key "Categories" in group "Desktop Entry" does not have a semicolon
(';') as trailing character
.desktop file is not valid, check with desktop-file-validate

nitroshare.x86_64: E: invalid-desktopfile
/usr/share/applications/nitroshare.desktop value "network;transfer" for locale
string list key "Keywords" in group "Desktop Entry" does not have a semicolon
(';') as trailing character
.desktop file is not valid, check with desktop-file-validate

1 packages and 0 specfiles checked; 2 errors, 0 warnings.


- Please provide a proper patch for the desktop file. It makes it easier for
  further updates.

- Package installs a %{name}.desktop using desktop-file-install or desktop-
  file-validate if there is such a file.

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #4 from Raphael Groner  ---
Typo, sorry ...

Spec URL: https://raphgro.fedorapeople.org/review/util/nitroshare.spec
SRPM URL:
https://raphgro.fedorapeople.org/review/util/nitroshare-0.3.1-2.fc24.src.rpm

%changelog
* Tue Jun 07 2016 Raphael Groner <> - 0.3.1-2
- validate desktop file

https://github.com/nitroshare/nitroshare-desktop/pull/71

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553

MartinKG  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #5 from MartinKG  ---
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]: 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: "MIT/X11 (BSD like)", "Unknown or generated". 1 files have
 unknown license. Detailed output of licensecheck in
 /home/martin/rpmbuild/SPECS/nitroshare/licensecheck.txt
[-]: 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.
[-]: 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.
[-]: 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]: gtk-update-icon-cache is invoked in %postun and %posttrans if package
 contains icons.
 Note: icons in nitroshare, nitroshare-breeze, nitroshare-gnome
[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 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]: All build dependencies are listed in BuildRequires, except for any
 that are listed in the exceptions section of Packaging Guidelines.
[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]: Package contains desktop file if it is a GUI application.
[x]: Package installs a %{name}.desktop using desktop-file-install or
 desktop-file-validate if there is such a file.
[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
 nitroshare-breeze , nitroshare-gnome , nitroshare-debuginfo
[?]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package

[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553

Raphael Groner  changed:

   What|Removed |Added

 Status|ASSIGNED|POST



--- Comment #6 from Raphael Groner  ---
Thanks for 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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553

Raphael Groner  changed:

   What|Removed |Added

 Status|POST|RELEASE_PENDING



-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553

Fedora Update System  changed:

   What|Removed |Added

 Status|RELEASE_PENDING |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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553

Raphael Groner  changed:

   What|Removed |Added

  Alias|nitroshare  |



-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #8 from Fedora Update System  ---
nitroshare-0.3.1-2.fc24 has been submitted as an update to Fedora 24.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-f0d64d86f6

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #9 from Fedora Update System  ---
nitroshare-0.3.1-2.fc23 has been submitted as an update to Fedora 23.
https://bodhi.fedoraproject.org/updates/FEDORA-2016-8f9c517c78

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #10 from Fedora Update System  ---
nitroshare-0.3.1-2.el7 has been submitted as an update to Fedora EPEL 7.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-9fe7e4e3c3

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #11 from Fedora Update System  ---
nitroshare-0.3.1-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-2016-f0d64d86f6

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #12 from Fedora Update System  ---
nitroshare-0.3.1-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-2016-9fe7e4e3c3

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #13 from Fedora Update System  ---
nitroshare-0.3.1-2.fc23 has been pushed to the Fedora 23 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-2016-8f9c517c78

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553

Nathan Osman  changed:

   What|Removed |Added

 CC||nathan.os...@gmail.com



--- Comment #14 from Nathan Osman  ---
Wow - this is exciting!

As the author of the program, I'd like to point something important out before
it becomes an issue. A lot of the internal graphics that NitroShare uses are
SVG files and therefore you will want to add a Requires for "qt5-qtsvg" or some
images won't display correctly.

The reason it isn't automatically detected as a required package is because the
application doesn't directly link against the library but rather loads it as a
plugin (through Qt's image API).

The next version of NitroShare hopefully won't have this problem since the
build script forces the application to link against the library.

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553

Raphael Groner  changed:

   What|Removed |Added

 Status|ON_QA   |ASSIGNED



--- Comment #15 from Raphael Groner  ---
Hi Nathan,
I'm happy to can help with development. Thanks for your feedback and the hint
to qt5-qtsvg. You do not document it somewhere else, on GitHub, right? If so,
please fix. I'll fix the additional dependency soonish, is that a hard
requirement or just a recommendation?

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553

Raphael Groner  changed:

   What|Removed |Added

 Status|ASSIGNED|POST



-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #16 from Raphael Groner  ---
Okay, about qt5-qtsvg see
https://github.com/nitroshare/nitroshare-desktop/commit/11c61c7aefea21b6578f67a9349efb3d47fd8bed

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #17 from Nathan Osman  ---
Although the application will run without the library, some icons will not
display correctly and the logo in the About dialog will be missing. I would
consider it a hard requirement.

The reason it isn't documented is because the problem was discovered after the
last release. It has been fixed in Git and will no longer be a problem when the
next version is released.

I've got Fedora 23 in a virtual machine, so I will test out the package
hopefully sometime this weekend to confirm that everything works correctly.

Thanks again.

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #20 from Fedora Update System  ---
nitroshare-0.3.1-3.20160612git930c9b7.fc24 has been submitted as an update to
Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-5479660d5a

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #18 from Fedora Update System  ---
nitroshare-0.3.1-3.20160612git930c9b7.fc23 has been submitted as an update to
Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-62f9ce37df

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #19 from Fedora Update System  ---
nitroshare-0.3.1-3.20160612git930c9b7.el7 has been submitted as an update to
Fedora EPEL 7.
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-c812458f3c

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #21 from Fedora Update System  ---
nitroshare-0.3.1-3.20160612git930c9b7.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-2016-5479660d5a

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #22 from Raphael Groner  ---
Well, that's now nearly v0.3.2 as promised on upstream homepage.

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #23 from Fedora Update System  ---
nitroshare-0.3.1-3.20160612git930c9b7.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-2016-c812458f3c

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #24 from Fedora Update System  ---
nitroshare-0.3.1-3.20160612git930c9b7.fc23 has been pushed to the Fedora 23
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-2016-62f9ce37df

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #25 from Nathan Osman  ---
I installed nitroshare-0.3.1-3.20160612git930c9b7.fc23 on my Fedora 23
Workstation VM and tested sending and receiving files. Everything seems to work
perfectly and the icons/images display without any problem.

I am hoping to have version 0.3.2 released around the end of the month or the
beginning of July, depending on how things go.

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #26 from Raphael Groner  ---
Nathan, thanks for your support. We'll get a notification from Anitya when
v0.3.2 gets in the game. That's the reason I chose to use 0.3.1-3 instead of
0.3.2-0.1 to not confuse upstream monitoring cause of a bug with pre-releases.

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-18 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #27 from Fedora Update System  ---
nitroshare-0.3.1-3.20160612git930c9b7.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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-18 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2016-06-18 14:33:03



-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-18 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #28 from Fedora Update System  ---
nitroshare-0.3.1-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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #29 from Fedora Update System  ---
nitroshare-0.3.1-3.20160612git930c9b7.fc23 has been pushed to the Fedora 23
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-06-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #30 from Fedora Update System  ---
nitroshare-0.3.1-3.20160612git930c9b7.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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #31 from Nathan Osman  ---
Alright, the 0.3.2 release is out now. Please let me know if you have any
questions and I would be more than happy to answer them.

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1338553] Review Request: nitroshare - Transfer files from one device to another made extremely simple

2016-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1338553



--- Comment #32 from Raphael Groner  ---
(In reply to Nathan Osman from comment #31)
> Alright, the 0.3.2 release is out now. Please let me know if you have any
> questions and I would be more than happy to answer them.

See bug #1354081.

-- 
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
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org