[Gelistirici] 2009/stable/network/chat/choqok - Merge from devel/network/chat/choqok

H. İbrahim Güngör ibrahim at pardus.org.tr
23 Ağu 2010 Pzt 14:38:51 EEST


Selamlar,

Twitter, kimlik denetiminde OAuth'a geçti ve bu ayın sonuna kadar OAuth
üzerinden oturum açmayan kullanıcıların erişimini kapatıyor. Bu
commitle Choqok OAuth üzerinden kimlik denetimi yapabiliyor. Hızlıca
teste girip kararlı depoya alabilirsek güzel olur.

On Thu, 19 Aug 2010 11:55:44 +0300 (EEST)
H. İbrahim Güngör <paketler-commits at pardus.org.tr> wrote:

> Author: igungor
> Date: Thu Aug 19 11:55:42 2010
> New Revision: 97600
> 
> Added:
>    2009/stable/network/chat/choqok/files/dont-show-splash.patch
>       - copied unchanged from r97599,
> 2009/devel/network/chat/choqok/files/dont-show-splash.patch
> 2009/stable/network/chat/choqok/files/fix-pkgconfig-name-of-qoauth.patch
>       - copied unchanged from r97599,
> 2009/devel/network/chat/choqok/files/fix-pkgconfig-name-of-qoauth.patch
> 2009/stable/network/chat/choqok/files/qt47_fix.patch
>       - copied unchanged from r97599,
> 2009/devel/network/chat/choqok/files/qt47_fix.patch Modified:
>    2009/stable/network/chat/choqok/   (props changed)
>    2009/stable/network/chat/choqok/files/choqok.po
>    2009/stable/network/chat/choqok/pspec.xml
> Log:
> Merge from devel/network/chat/choqok:
> 
> rev. 92831, by onur on 2010-05-24
> change BuildDependencies of qt to qt-devel
> 
> rev. 93057, by igungor on 2010-05-27
> dont show splash on startup
> 
> rev. 93058, by igungor on 2010-05-27
> apply the patch
> 
> rev. 95445, by gokmen.goksel on 2010-07-06
>  * Work with Qt 4.7 
> 
> rev. 97176, by igungor on 2010-08-16
> Version bump, new version supports many new features including new
> authentication type of Twitter, oauth.
> 
> Waiting for new QOAuth.
> 
> rev. 97599, by igungor on 2010-08-19
> Complete Turkish translation.
> 
> ---
>  files/choqok.po                          | 1800 ++++++++++++++
> +---------------- files/dont-show-splash.patch             |   13 
>  files/fix-pkgconfig-name-of-qoauth.patch |   13 
>  files/qt47_fix.patch                     |   13 
>  pspec.xml                                |   25 
>  5 files changed, 937 insertions(+), 927 deletions(-)
> 
> Modified: 2009/stable/network/chat/choqok/files/choqok.po
> =================================================================
> Suppressed!
> 	Too long (more than 250 lines) diff output suppressed...
> Modified: 2009/stable/network/chat/choqok/pspec.xml
> =================================================================
> --- 2009/stable/network/chat/choqok/pspec.xml	(original)
> +++ 2009/stable/network/chat/choqok/pspec.xml	Thu Aug 19
> 11:55:42 2010 @@ -13,18 +13,23 @@
>          <IsA>app:gui</IsA>
>          <Summary>Twitter and Identi.ca client for KDE4</Summary>
>          <Description>Choqok is a Twitter and Identi.ca client that
> supports URL shortening services, notifications and
> systemtray.</Description>
> -        <Archive sha1sum="3d3ab1bc992c0c89cb0dbf216be7f236dcb8b9fc"
> type="tarbz2">http://d10xg45o6p6dbl.cloudfront.net/projects/c/choqok/choqok-0.9.55.tar.bz2</Archive>
> +        <Archive sha1sum="10dc8bd44a9f8547d4a48ac61d7b7ffaa81bf080"
> type="tarbz2">http://d10xg45o6p6dbl.cloudfront.net/projects/c/choqok/choqok-0.9.85.tar.bz2</Archive>
> <AdditionalFiles> <AdditionalFile
> target="po/tr/choqok.po">choqok.po</AdditionalFile> </AdditionalFiles>
>          <BuildDependencies>
>              <Dependency
> versionFrom="4.4.3">kdebase-runtime</Dependency> <Dependency
> versionFrom="4.4.3">kdelibs-devel</Dependency>
> -            <Dependency versionFrom="4.6.2">qt</Dependency>
> +            <Dependency versionFrom="4.6.2">qt-devel</Dependency>
> +            <Dependency versionFrom="0.7.1">libqjson</Dependency>
> +            <Dependency versionFrom="1.0.1">qoauth-devel</Dependency>
>              <Dependency>automoc4</Dependency>
> +            <Dependency>libnotify</Dependency>
>          </BuildDependencies>
>          <Patches>
>              <Patch level="1">fix-actions-button-padding.patch</Patch>
> +            <Patch level="1">dont-show-splash.patch</Patch>
> +            <Patch
> level="1">fix-pkgconfig-name-of-qoauth.patch</Patch> </Patches>
>      </Source>
>  
> @@ -34,6 +39,8 @@
>              <Dependency
> versionFrom="4.4.3">kdebase-runtime</Dependency> <Dependency
> versionFrom="4.4.3">kdelibs</Dependency> <Dependency
> versionFrom="4.6.2">qt</Dependency>
> +            <Dependency versionFrom="0.7.1">libqjson</Dependency>
> +            <Dependency versionFrom="1.0.1">qoauth</Dependency>
>              <Dependency>libnotify</Dependency>
>          </RuntimeDependencies>
>          <Files>
> @@ -54,6 +61,20 @@
>      </Package>
>  
>      <History>
> +        <Update release="12">
> +            <Date>2010-08-19</Date>
> +            <Version>0.9.85</Version>
> +            <Comment>Version bump, new version supports many new
> features including new authentication type of Twitter, oauth.
> Complete Turkish translation.</Comment>
> +            <Name>H. İbrahim Güngör</Name>
> +            <Email>ibrahim at pardus.org.tr</Email>
> +        </Update>
> +        <Update release="11">
> +            <Date>2010-07-06</Date>
> +            <Version>0.9.55</Version>
> +            <Comment>Qt 4.7 Fix</Comment>
> +            <Name>Gökmen Göksel</Name>
> +            <Email>gokmen at pardus.org.tr</Email>
> +        </Update>
>          <Update release="10">
>              <Date>2010-05-21</Date>
>              <Version>0.9.55</Version>
> _______________________________________________
> paketler-commits mailing list
> paketler-commits at pardus.org.tr
> http://liste.pardus.org.tr/mailman/listinfo/paketler-commits

-- 
H. İbrahim Güngör <ibrahim () pardus.org.tr>



Gelistirici mesaj listesiyle ilgili daha fazla bilgi