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



--- Comment #5 from Karel Volný <[email protected]> ---
Created attachment 886100
  --> https://bugzilla.redhat.com/attachment.cgi?id=886100&action=edit
trojita-0.4.1-2

$ diff trojita.spec~ trojita.spec                                               
3c3                                                                             
< Release:        1%{?dist}                                                     
---                                                                             
> Release:        2%{?dist}                                                     
>                                                                               
>                                                                               
>  
47a48                                                                           
> # https://bugs.kde.org/show_bug.cgi?id=332578                                 
>                                                                               
>                                                                               
>  
52a54,55                                                                        
> # change path for the library                                                 
>                                                                               
>                                                                               
>  
> # https://bugs.kde.org/show_bug.cgi?id=332579                                 
>                                                                               
>                                                                               
>  
87a91,105
> %post
> /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
> 
> 
> %postun
> if [ $1 -eq 0 ] ; then
>     /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
>     /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
> fi
> 
> 
> %posttrans
> /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
> 
> 
88a107,110
> * Mon Apr 14 2014 Karel Volný <[email protected]> 0.4.1-2
> - Fixed icon handling and added comments as per the package review
> - https://bugzilla.redhat.com/show_bug.cgi?id=1080411#c2
>

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

Reply via email to