[Bug 869228] Review Request: photo - Simple, yet powerful and good looking image viewer

2015-07-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=869228

Miroslav Suchý  changed:

   What|Removed |Added

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

[Bug 869228] Review Request: photo - Simple, yet powerful and good looking image viewer

2014-01-18 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=869228

Volker Fröhlich  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NOTABUG
Last Closed|2014-01-03 05:46:11 |2014-01-18 18:53:19



--- Comment #11 from Volker Fröhlich  ---
No response for ages. Re-open if necessary!

-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 869228] Review Request: photo - Simple, yet powerful and good looking image viewer

2014-01-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=869228

Miro Hrončok  changed:

   What|Removed |Added

 Status|CLOSED  |NEW
 Resolution|NOTABUG |---
   Keywords||Reopened



--- Comment #10 from Miro Hrončok  ---
(sorry a mistake)

-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 869228] Review Request: photo - Simple, yet powerful and good looking image viewer

2014-01-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=869228

Miro Hrončok  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||mhron...@redhat.com
 Resolution|--- |NOTABUG
Last Closed||2014-01-03 05:46:11



-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 869228] Review Request: photo - Simple, yet powerful and good looking image viewer

2013-07-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=869228

Christopher Meng  changed:

   What|Removed |Added

 CC||cicku...@gmail.com

--- Comment #9 from Christopher Meng  ---
Veaceslav, please try review some new tickets if you want to become a packager,
this one has been marked as dead, you shouldn't care too much about it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=d76YOPrIlm&a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 869228] Review Request: photo - Simple, yet powerful and good looking image viewer

2013-07-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=869228

--- Comment #8 from Veaceslav Mindru  ---
A good thing to start with, is run rpmlint  on your specfile. 
if run with "-i" flag it will give more detailed info. 

[mindruv@localhost rpmbuild]$ rpmlint SPECS/photo0.8.spec
SPECS/photo0.8.spec:5: W: non-standard-group Design Suite
SPECS/photo0.8.spec: W: invalid-url Source0:
http://photoqt.co.cc/pkgs/photo-0.8.tar.gz HTTP Error 504: Gateway Timeout
0 packages and 1 specfiles checked; 0 errors, 2 warnings.
[mindruv@localhost rpmbuild]$

i am not able to build your package from SRPM 

you are trying to include image.hpp and it's not present there.

[mindruv@localhost rpmbuild]$ grep image.hpp
/home/mindruv/rpmbuild/BUILD/photo-0.8/exifdata.h
#include "exiv2/image.hpp"
[mindruv@localhost rpmbuild]$

It's not clear for me where from you are trying to include it. 


[mindruv@localhost rpmbuild]$ find ./ -name image.hpp
[mindruv@localhost rpmbuild]$ find BUILD -name image.hpp
[mindruv@localhost rpmbuild]$



[mindruv@localhost rpmbuild]$ rpmbuild -ba SPECS/photo0.8.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.VX2aDV
+ umask 022
+ cd /home/mindruv/rpmbuild/BUILD
+ cd /home/mindruv/rpmbuild/BUILD
+ rm -rf photo-0.8
+ /usr/bin/gzip -dc /home/mindruv/rpmbuild/SOURCES/photo-0.8.tar.gz
+ /usr/bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd photo-0.8
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xSmSGf
+ umask 022
+ cd /home/mindruv/rpmbuild/BUILD
+ cd photo-0.8
+ cd build/
+ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/lib64/ccache/cc
-- Check for working C compiler: /usr/lib64/ccache/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/lib64/ccache/c++
-- Check for working CXX compiler: /usr/lib64/ccache/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /usr/bin/qmake-qt4 (found version "4.8.4")
-- Configuring done
-- Generating done
-- Build files have been written to:
/home/mindruv/rpmbuild/BUILD/photo-0.8/build
+ make
[  1%] Generating qrc_resImg.cxx
[  3%] Generating moc_thbthread.cxx
[  4%] Generating moc_mainwindow.cxx
[  6%] Generating moc_thumbnail.cxx
[  7%] Generating moc_settings.cxx
[  9%] Generating moc_tabshortcuts.cxx
[ 10%] Generating moc_image.cxx
[ 12%] Generating moc_menuitem.cxx
[ 14%] Generating moc_menu.cxx
[ 15%] Generating moc_filehandling.cxx
[ 17%] Generating moc_tabinterface.cxx
[ 18%] Generating moc_tabthumbnail.cxx
[ 20%] Generating moc_exifdata.cxx
[ 21%] Generating moc_graphicsitem.cxx
[ 23%] Generating moc_about.cxx
[ 25%] Generating moc_tablang.cxx
[ 26%] Generating moc_tabexif.cxx
[ 28%] Generating moc_exifrotconfirm.cxx
[ 29%] Generating moc_openpixmapitem.cxx
[ 31%] Generating moc_opennav.cxx
[ 32%] Generating moc_open.cxx
[ 34%] Generating qrc_resLang.cxx
Scanning dependencies of target photo
[ 35%] Building CXX object CMakeFiles/photo.dir/main.cpp.o
In file included from /home/mindruv/rpmbuild/BUILD/photo-0.8/mainwindow.h:9:0,
 from /home/mindruv/rpmbuild/BUILD/photo-0.8/main.cpp:3:
/home/mindruv/rpmbuild/BUILD/photo-0.8/exifdata.h:20:27: fatal error:
exiv2/image.hpp: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/photo.dir/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/photo.dir/all] Error 2
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.xSmSGf (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.xSmSGf (%build)
[mindruv@localhost rpmbuild]$

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=uEoj97WA0Q&a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 869228] Review Request: photo - Simple, yet powerful and good looking image viewer

2013-07-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=869228

Veaceslav Mindru  changed:

   What|Removed |Added

 CC||mind...@gmail.com

--- Comment #7 from Veaceslav Mindru  ---
Hello ONURALP SEZER ,

are you still interested to package this peace of software?  If yes we will
have to rewrite the spec file and drop down some deprecated lines.


VM

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=MTUMILoxHR&a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 869228] Review Request: photo - Simple, yet powerful and good looking image viewer

2013-05-05 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=869228

--- Comment #6 from Volker Fröhlich  ---
Onuralp, any progress here?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=fl6t81YKJI&a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 869228] Review Request: photo - Simple, yet powerful and good looking image viewer

2013-03-17 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=869228

Michael Schwendt  changed:

   What|Removed |Added

 Blocks||201449 (FE-DEADREVIEW)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=xvbj1jchTe&a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 869228] Review Request: photo - Simple, yet powerful and good looking image viewer

2012-12-08 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=869228

--- Comment #4 from Michael Schwendt  ---
Agreeing with Volker. One further attempt at trying to review your own package,
please.

A good entry-point are the Review Guidelines:
https://fedoraproject.org/wiki/Packaging:ReviewGuidelines

No immediate need to process all the items on that page, but it could be
beneficial to comment on as many MUST/SHOULD items as are relevant with regard
to your package.

And it would be a good opportunity to ask questions or point out whether
there's something in the guidelines you don't agree with.
https://fedoraproject.org/wiki/Category:Package_Maintainers

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=EGapHNuqDB&a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 869228] Review Request: photo - Simple, yet powerful and good looking image viewer

2012-10-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=869228

--- Comment #3 from ONURALP SEZER  ---
I aware what I doing. Thank you for wrong part. I will read all and after that
I will join to packager team and make new Spec and SRPM files and submit again
to here.

Thank you

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 869228] Review Request: photo - Simple, yet powerful and good looking image viewer

2012-10-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=869228

--- Comment #2 from Volker Fröhlich  ---
There's a huge lot of things wrong in the specfile. Please go through the
guidelines again:

http://fedoraproject.org/wiki/Packaging:Guidelines

and also

http://fedoraproject.org/wiki/Packaging:ScriptletSnippets

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 869228] Review Request: photo - Simple, yet powerful and good looking image viewer

2012-10-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=869228

Volker Fröhlich  changed:

   What|Removed |Added

 Blocks||177841 (FE-NEEDSPONSOR)

--- Comment #1 from Volker Fröhlich  ---
Are you aware of the procedure for submitting packages to Fedora?

https://fedoraproject.org/wiki/Join_the_package_collection_maintainers

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 869228] Review Request: photo - Simple, yet powerful and good looking image viewer

2012-10-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=869228

Volker Fröhlich  changed:

   What|Removed |Added

 CC||volke...@gmx.at
Summary|Review Request:  -   |Review Request: photo -
   ||Simple, yet powerful and
   ||good looking image viewer

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review