Date: Thursday, March 7, 2013 @ 08:35:25
  Author: andrea
Revision: 85783

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  newsbeuter/repos/community-staging-i686/
  newsbeuter/repos/community-staging-i686/PKGBUILD
    (from rev 85782, newsbeuter/trunk/PKGBUILD)
  newsbeuter/repos/community-staging-i686/gcc47.patch
    (from rev 85782, newsbeuter/trunk/gcc47.patch)
  newsbeuter/repos/community-staging-i686/libjson.patch
    (from rev 85782, newsbeuter/trunk/libjson.patch)
  newsbeuter/repos/community-staging-i686/newsbeuter.changelog
    (from rev 85782, newsbeuter/trunk/newsbeuter.changelog)
  newsbeuter/repos/community-staging-i686/newsbeuter.install
    (from rev 85782, newsbeuter/trunk/newsbeuter.install)
  newsbeuter/repos/community-staging-x86_64/
  newsbeuter/repos/community-staging-x86_64/PKGBUILD
    (from rev 85782, newsbeuter/trunk/PKGBUILD)
  newsbeuter/repos/community-staging-x86_64/gcc47.patch
    (from rev 85782, newsbeuter/trunk/gcc47.patch)
  newsbeuter/repos/community-staging-x86_64/libjson.patch
    (from rev 85782, newsbeuter/trunk/libjson.patch)
  newsbeuter/repos/community-staging-x86_64/newsbeuter.changelog
    (from rev 85782, newsbeuter/trunk/newsbeuter.changelog)
  newsbeuter/repos/community-staging-x86_64/newsbeuter.install
    (from rev 85782, newsbeuter/trunk/newsbeuter.install)

-----------------------------------------------+
 community-staging-i686/PKGBUILD               |   41 ++++++++++
 community-staging-i686/gcc47.patch            |   90 ++++++++++++++++++++++++
 community-staging-i686/libjson.patch          |   29 +++++++
 community-staging-i686/newsbeuter.changelog   |   27 +++++++
 community-staging-i686/newsbeuter.install     |    6 +
 community-staging-x86_64/PKGBUILD             |   41 ++++++++++
 community-staging-x86_64/gcc47.patch          |   90 ++++++++++++++++++++++++
 community-staging-x86_64/libjson.patch        |   29 +++++++
 community-staging-x86_64/newsbeuter.changelog |   27 +++++++
 community-staging-x86_64/newsbeuter.install   |    6 +
 10 files changed, 386 insertions(+)

Copied: newsbeuter/repos/community-staging-i686/PKGBUILD (from rev 85782, 
newsbeuter/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2013-03-07 07:35:25 UTC (rev 85783)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Sven Pfleiderer <[email protected]>
+
+pkgname=newsbeuter
+pkgver=2.5
+pkgrel=2
+pkgdesc="A RSS feed reader for the text console with special Podcast support"
+arch=('i686' 'x86_64')
+url="http://www.newsbeuter.org/";
+license=('custom: MIT')
+depends=('curl' 'json-c' 'libxml2' 'sqlite' 'stfl')
+makedepends=('swig' 'gettext')
+optdepends=('ruby')
+options=('!libtool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://www.newsbeuter.org/downloads/$pkgname-$pkgver.tar.gz
+        'gcc47.patch'
+        'libjson.patch')
+sha256sums=('abc54b7bee3e062cd166787edf35aadbeb0ae1f5fcc8d955b77143aaca096825'
+            '24f30f83649deb8e2e268ebd2394243eb25824701f0c576a6c20f3f64e70dd52'
+            '6fa9f8a814474e3262595745309c0263c7f3d40feb4ea8da29d2808ab710e781')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  patch -p1 -i "${srcdir}"/gcc47.patch
+  patch -p1 -i "${srcdir}"/libjson.patch
+
+  make prefix=/usr
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=/usr DESTDIR=$pkgdir install
+
+#license
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: newsbeuter/repos/community-staging-i686/gcc47.patch (from rev 85782, 
newsbeuter/trunk/gcc47.patch)
===================================================================
--- community-staging-i686/gcc47.patch                          (rev 0)
+++ community-staging-i686/gcc47.patch  2013-03-07 07:35:25 UTC (rev 85783)
@@ -0,0 +1,90 @@
+diff -u -r -U5 newsbeuter-2.5/src/controller.cpp 
newsbeuter-2.5.includes/src/controller.cpp
+--- newsbeuter-2.5/src/controller.cpp  2012-01-06 09:41:13.000000000 -0500
++++ newsbeuter-2.5.includes/src/controller.cpp 2012-02-18 15:57:32.525947811 
-0500
+@@ -36,10 +36,11 @@
+ 
+ #include <sys/types.h>
+ #include <sys/wait.h>
+ #include <sys/stat.h>
+ #include <pwd.h>
++#include <unistd.h>
+ 
+ #include <ncurses.h>
+ 
+ #include <libxml/xmlversion.h>
+ #include <libxml/parser.h>
+diff -u -r -U5 newsbeuter-2.5/src/google_api.cpp 
newsbeuter-2.5.includes/src/google_api.cpp
+--- newsbeuter-2.5/src/google_api.cpp  2012-01-06 09:41:13.000000000 -0500
++++ newsbeuter-2.5.includes/src/google_api.cpp 2012-02-18 15:28:32.287929217 
-0500
+@@ -7,10 +7,12 @@
+ #include <config.h>
+ #include <utils.h>
+ 
+ #include <curl/curl.h>
+ 
++#include <unistd.h>
++
+ #define GREADER_LOGIN                                 
"https://www.google.com/accounts/ClientLogin";
+ #define GREADER_API_PREFIX                            
"http://www.google.com/reader/api/0/";
+ #define GREADER_FEED_PREFIX                           
"http://www.google.com/reader/atom/";
+ 
+ #define GREADER_SUBSCRIPTION_LIST             GREADER_API_PREFIX 
"subscription/list"
+diff -u -r -U5 newsbeuter-2.5/src/pb_controller.cpp 
newsbeuter-2.5.includes/src/pb_controller.cpp
+--- newsbeuter-2.5/src/pb_controller.cpp       2012-01-06 09:41:13.000000000 
-0500
++++ newsbeuter-2.5.includes/src/pb_controller.cpp      2012-02-18 
15:57:48.241947978 -0500
+@@ -10,10 +10,11 @@
+ #include <sys/stat.h>
+ #include <sys/types.h>
+ #include <pwd.h>
+ #include <cstdlib>
+ #include <signal.h>
++#include <unistd.h>
+ 
+ #include <keymap.h>
+ #include <configcontainer.h>
+ #include <colormanager.h>
+ #include <exceptions.h>
+diff -u -r -U5 newsbeuter-2.5/src/queueloader.cpp 
newsbeuter-2.5.includes/src/queueloader.cpp
+--- newsbeuter-2.5/src/queueloader.cpp 2012-01-06 09:41:13.000000000 -0500
++++ newsbeuter-2.5.includes/src/queueloader.cpp        2012-02-18 
15:57:59.472948099 -0500
+@@ -5,10 +5,11 @@
+ #include <logger.h>
+ #include <fstream>
+ #include <cstring>
+ #include <config.h>
+ #include <libgen.h>
++#include <unistd.h>
+ 
+ using namespace newsbeuter;
+ 
+ namespace podbeuter {
+ 
+diff -u -r -U5 newsbeuter-2.5/src/reloadthread.cpp 
newsbeuter-2.5.includes/src/reloadthread.cpp
+--- newsbeuter-2.5/src/reloadthread.cpp        2012-01-06 09:41:13.000000000 
-0500
++++ newsbeuter-2.5.includes/src/reloadthread.cpp       2012-02-18 
15:21:21.137924605 -0500
+@@ -1,8 +1,10 @@
+ #include <reloadthread.h>
+ #include <logger.h>
+ 
++#include <unistd.h>
++
+ namespace newsbeuter {
+ 
+ reloadthread::reloadthread(controller * c, configcontainer * cf) : ctrl(c), 
oldtime(0), waittime_sec(0), suppressed_first(false), cfg(cf) {
+       LOG(LOG_INFO,"reloadthread: waiting %u seconds between 
reloads",waittime_sec);
+ }
+diff -u -r -U5 newsbeuter-2.5/src/utils.cpp 
newsbeuter-2.5.includes/src/utils.cpp
+--- newsbeuter-2.5/src/utils.cpp       2012-01-06 09:41:13.000000000 -0500
++++ newsbeuter-2.5.includes/src/utils.cpp      2012-02-18 15:01:55.076912171 
-0500
+@@ -8,10 +8,11 @@
+ #include <iconv.h>
+ #include <errno.h>
+ #include <pwd.h>
+ #include <libgen.h>
+ #include <sys/utsname.h>
++#include <unistd.h>
+ 
+ #include <sstream>
+ #include <locale>
+ #include <cwchar>
+ #include <cstring>

Copied: newsbeuter/repos/community-staging-i686/libjson.patch (from rev 85782, 
newsbeuter/trunk/libjson.patch)
===================================================================
--- community-staging-i686/libjson.patch                                (rev 0)
+++ community-staging-i686/libjson.patch        2013-03-07 07:35:25 UTC (rev 
85783)
@@ -0,0 +1,29 @@
+Description: propagate boolean json type
+Apparently the libjson project decided to rename their boolean type to
+json_bool...
+Author: Nico Golde <[email protected]>
+Bug-Debian: http://bugs.debian.org/689225
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: vendor
+Bug: http://bugs.debian.org/689225
+Bug-Debian: http://bugs.debian.org/689225
+Forwarded: 
+
+Index: newsbeuter-2.5/src/ttrss_api.cpp
+===================================================================
+--- newsbeuter-2.5.orig/src/ttrss_api.cpp      2012-09-30 17:25:23.000000000 
+0200
++++ newsbeuter-2.5/src/ttrss_api.cpp   2012-09-30 17:43:24.000000000 +0200
+@@ -220,7 +220,7 @@
+               const char * link = 
json_object_get_string(json_object_object_get(item_obj, "link"));
+               const char * content = 
json_object_get_string(json_object_object_get(item_obj, "content"));
+               time_t updated = 
(time_t)json_object_get_int(json_object_object_get(item_obj, "updated"));
+-              boolean unread = 
json_object_get_boolean(json_object_object_get(item_obj, "unread"));
++              json_bool unread = 
json_object_get_boolean(json_object_object_get(item_obj, "unread"));
+ 
+               rsspp::item item;
+ 

Copied: newsbeuter/repos/community-staging-i686/newsbeuter.changelog (from rev 
85782, newsbeuter/trunk/newsbeuter.changelog)
===================================================================
--- community-staging-i686/newsbeuter.changelog                         (rev 0)
+++ community-staging-i686/newsbeuter.changelog 2013-03-07 07:35:25 UTC (rev 
85783)
@@ -0,0 +1,27 @@
+2013-03-07 Andrea Scarpino <[email protected]>
+    * ruby 2.0 rebuild
+
+2012-02-23 Jaroslav Lichtblau <[email protected]>
+       * newsbeuter 2.5-1
+
+2011-01-06 Jaroslav Lichtblau <[email protected]>
+       * newsbeuter 2.4-1
+
+2010-06-26 Jaroslav Lichtblau <[email protected]>
+       * Update to major release v2.3
+       * FS#19744 fixed - non-working locale
+
+2010-03-17 Jaroslav Lichtblau <[email protected]>
+       * Update to major release v2.2
+
+2009-12-19 Jaroslav Lichtblau <[email protected]>
+       * Update to major release v2.1
+
+2009-10-28 Biru Ionut <[email protected]>
+       * Fixed FS#16857
+
+2009-10-26 Jaroslav Lichtblau <[email protected]>
+       * Fixed FS#16850 
+
+2009-06-21 Jaroslav Lichtblau <[email protected]>
+       * Package moved to [community] in v2.0

Copied: newsbeuter/repos/community-staging-i686/newsbeuter.install (from rev 
85782, newsbeuter/trunk/newsbeuter.install)
===================================================================
--- community-staging-i686/newsbeuter.install                           (rev 0)
+++ community-staging-i686/newsbeuter.install   2013-03-07 07:35:25 UTC (rev 
85783)
@@ -0,0 +1,6 @@
+post_install() {
+cat << EOF
+==> If you're not satisfied by the information "man newsbeuter" provides,
+==> have a look at /usr/share/doc/newsbeuter/newsbeuter.html
+EOF
+}

Copied: newsbeuter/repos/community-staging-x86_64/PKGBUILD (from rev 85782, 
newsbeuter/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-07 07:35:25 UTC (rev 85783)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Sven Pfleiderer <[email protected]>
+
+pkgname=newsbeuter
+pkgver=2.5
+pkgrel=2
+pkgdesc="A RSS feed reader for the text console with special Podcast support"
+arch=('i686' 'x86_64')
+url="http://www.newsbeuter.org/";
+license=('custom: MIT')
+depends=('curl' 'json-c' 'libxml2' 'sqlite' 'stfl')
+makedepends=('swig' 'gettext')
+optdepends=('ruby')
+options=('!libtool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://www.newsbeuter.org/downloads/$pkgname-$pkgver.tar.gz
+        'gcc47.patch'
+        'libjson.patch')
+sha256sums=('abc54b7bee3e062cd166787edf35aadbeb0ae1f5fcc8d955b77143aaca096825'
+            '24f30f83649deb8e2e268ebd2394243eb25824701f0c576a6c20f3f64e70dd52'
+            '6fa9f8a814474e3262595745309c0263c7f3d40feb4ea8da29d2808ab710e781')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  patch -p1 -i "${srcdir}"/gcc47.patch
+  patch -p1 -i "${srcdir}"/libjson.patch
+
+  make prefix=/usr
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=/usr DESTDIR=$pkgdir install
+
+#license
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: newsbeuter/repos/community-staging-x86_64/gcc47.patch (from rev 85782, 
newsbeuter/trunk/gcc47.patch)
===================================================================
--- community-staging-x86_64/gcc47.patch                                (rev 0)
+++ community-staging-x86_64/gcc47.patch        2013-03-07 07:35:25 UTC (rev 
85783)
@@ -0,0 +1,90 @@
+diff -u -r -U5 newsbeuter-2.5/src/controller.cpp 
newsbeuter-2.5.includes/src/controller.cpp
+--- newsbeuter-2.5/src/controller.cpp  2012-01-06 09:41:13.000000000 -0500
++++ newsbeuter-2.5.includes/src/controller.cpp 2012-02-18 15:57:32.525947811 
-0500
+@@ -36,10 +36,11 @@
+ 
+ #include <sys/types.h>
+ #include <sys/wait.h>
+ #include <sys/stat.h>
+ #include <pwd.h>
++#include <unistd.h>
+ 
+ #include <ncurses.h>
+ 
+ #include <libxml/xmlversion.h>
+ #include <libxml/parser.h>
+diff -u -r -U5 newsbeuter-2.5/src/google_api.cpp 
newsbeuter-2.5.includes/src/google_api.cpp
+--- newsbeuter-2.5/src/google_api.cpp  2012-01-06 09:41:13.000000000 -0500
++++ newsbeuter-2.5.includes/src/google_api.cpp 2012-02-18 15:28:32.287929217 
-0500
+@@ -7,10 +7,12 @@
+ #include <config.h>
+ #include <utils.h>
+ 
+ #include <curl/curl.h>
+ 
++#include <unistd.h>
++
+ #define GREADER_LOGIN                                 
"https://www.google.com/accounts/ClientLogin";
+ #define GREADER_API_PREFIX                            
"http://www.google.com/reader/api/0/";
+ #define GREADER_FEED_PREFIX                           
"http://www.google.com/reader/atom/";
+ 
+ #define GREADER_SUBSCRIPTION_LIST             GREADER_API_PREFIX 
"subscription/list"
+diff -u -r -U5 newsbeuter-2.5/src/pb_controller.cpp 
newsbeuter-2.5.includes/src/pb_controller.cpp
+--- newsbeuter-2.5/src/pb_controller.cpp       2012-01-06 09:41:13.000000000 
-0500
++++ newsbeuter-2.5.includes/src/pb_controller.cpp      2012-02-18 
15:57:48.241947978 -0500
+@@ -10,10 +10,11 @@
+ #include <sys/stat.h>
+ #include <sys/types.h>
+ #include <pwd.h>
+ #include <cstdlib>
+ #include <signal.h>
++#include <unistd.h>
+ 
+ #include <keymap.h>
+ #include <configcontainer.h>
+ #include <colormanager.h>
+ #include <exceptions.h>
+diff -u -r -U5 newsbeuter-2.5/src/queueloader.cpp 
newsbeuter-2.5.includes/src/queueloader.cpp
+--- newsbeuter-2.5/src/queueloader.cpp 2012-01-06 09:41:13.000000000 -0500
++++ newsbeuter-2.5.includes/src/queueloader.cpp        2012-02-18 
15:57:59.472948099 -0500
+@@ -5,10 +5,11 @@
+ #include <logger.h>
+ #include <fstream>
+ #include <cstring>
+ #include <config.h>
+ #include <libgen.h>
++#include <unistd.h>
+ 
+ using namespace newsbeuter;
+ 
+ namespace podbeuter {
+ 
+diff -u -r -U5 newsbeuter-2.5/src/reloadthread.cpp 
newsbeuter-2.5.includes/src/reloadthread.cpp
+--- newsbeuter-2.5/src/reloadthread.cpp        2012-01-06 09:41:13.000000000 
-0500
++++ newsbeuter-2.5.includes/src/reloadthread.cpp       2012-02-18 
15:21:21.137924605 -0500
+@@ -1,8 +1,10 @@
+ #include <reloadthread.h>
+ #include <logger.h>
+ 
++#include <unistd.h>
++
+ namespace newsbeuter {
+ 
+ reloadthread::reloadthread(controller * c, configcontainer * cf) : ctrl(c), 
oldtime(0), waittime_sec(0), suppressed_first(false), cfg(cf) {
+       LOG(LOG_INFO,"reloadthread: waiting %u seconds between 
reloads",waittime_sec);
+ }
+diff -u -r -U5 newsbeuter-2.5/src/utils.cpp 
newsbeuter-2.5.includes/src/utils.cpp
+--- newsbeuter-2.5/src/utils.cpp       2012-01-06 09:41:13.000000000 -0500
++++ newsbeuter-2.5.includes/src/utils.cpp      2012-02-18 15:01:55.076912171 
-0500
+@@ -8,10 +8,11 @@
+ #include <iconv.h>
+ #include <errno.h>
+ #include <pwd.h>
+ #include <libgen.h>
+ #include <sys/utsname.h>
++#include <unistd.h>
+ 
+ #include <sstream>
+ #include <locale>
+ #include <cwchar>
+ #include <cstring>

Copied: newsbeuter/repos/community-staging-x86_64/libjson.patch (from rev 
85782, newsbeuter/trunk/libjson.patch)
===================================================================
--- community-staging-x86_64/libjson.patch                              (rev 0)
+++ community-staging-x86_64/libjson.patch      2013-03-07 07:35:25 UTC (rev 
85783)
@@ -0,0 +1,29 @@
+Description: propagate boolean json type
+Apparently the libjson project decided to rename their boolean type to
+json_bool...
+Author: Nico Golde <[email protected]>
+Bug-Debian: http://bugs.debian.org/689225
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: vendor
+Bug: http://bugs.debian.org/689225
+Bug-Debian: http://bugs.debian.org/689225
+Forwarded: 
+
+Index: newsbeuter-2.5/src/ttrss_api.cpp
+===================================================================
+--- newsbeuter-2.5.orig/src/ttrss_api.cpp      2012-09-30 17:25:23.000000000 
+0200
++++ newsbeuter-2.5/src/ttrss_api.cpp   2012-09-30 17:43:24.000000000 +0200
+@@ -220,7 +220,7 @@
+               const char * link = 
json_object_get_string(json_object_object_get(item_obj, "link"));
+               const char * content = 
json_object_get_string(json_object_object_get(item_obj, "content"));
+               time_t updated = 
(time_t)json_object_get_int(json_object_object_get(item_obj, "updated"));
+-              boolean unread = 
json_object_get_boolean(json_object_object_get(item_obj, "unread"));
++              json_bool unread = 
json_object_get_boolean(json_object_object_get(item_obj, "unread"));
+ 
+               rsspp::item item;
+ 

Copied: newsbeuter/repos/community-staging-x86_64/newsbeuter.changelog (from 
rev 85782, newsbeuter/trunk/newsbeuter.changelog)
===================================================================
--- community-staging-x86_64/newsbeuter.changelog                               
(rev 0)
+++ community-staging-x86_64/newsbeuter.changelog       2013-03-07 07:35:25 UTC 
(rev 85783)
@@ -0,0 +1,27 @@
+2013-03-07 Andrea Scarpino <[email protected]>
+    * ruby 2.0 rebuild
+
+2012-02-23 Jaroslav Lichtblau <[email protected]>
+       * newsbeuter 2.5-1
+
+2011-01-06 Jaroslav Lichtblau <[email protected]>
+       * newsbeuter 2.4-1
+
+2010-06-26 Jaroslav Lichtblau <[email protected]>
+       * Update to major release v2.3
+       * FS#19744 fixed - non-working locale
+
+2010-03-17 Jaroslav Lichtblau <[email protected]>
+       * Update to major release v2.2
+
+2009-12-19 Jaroslav Lichtblau <[email protected]>
+       * Update to major release v2.1
+
+2009-10-28 Biru Ionut <[email protected]>
+       * Fixed FS#16857
+
+2009-10-26 Jaroslav Lichtblau <[email protected]>
+       * Fixed FS#16850 
+
+2009-06-21 Jaroslav Lichtblau <[email protected]>
+       * Package moved to [community] in v2.0

Copied: newsbeuter/repos/community-staging-x86_64/newsbeuter.install (from rev 
85782, newsbeuter/trunk/newsbeuter.install)
===================================================================
--- community-staging-x86_64/newsbeuter.install                         (rev 0)
+++ community-staging-x86_64/newsbeuter.install 2013-03-07 07:35:25 UTC (rev 
85783)
@@ -0,0 +1,6 @@
+post_install() {
+cat << EOF
+==> If you're not satisfied by the information "man newsbeuter" provides,
+==> have a look at /usr/share/doc/newsbeuter/newsbeuter.html
+EOF
+}

Reply via email to