]> git.pld-linux.org Git - packages/tin.git/commitdiff
- up to 1.9.6 auto/th/tin-1_9_6-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 4 Mar 2011 20:32:06 +0000 (20:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tin-ncurses.patch -> 1.3
    tin-range.patch -> 1.2
    tin.spec -> 1.151

tin-ncurses.patch
tin-range.patch
tin.spec

index c947af594fdb3ef831681701b3e787e2ec9e9936..c66bf09f796679d5faaf84f9f6c0db323843f041 100644 (file)
@@ -20,3 +20,14 @@ diff -urN tin-1.5.9.org/configure.in tin-1.5.9/configure.in
  save_CFLAGS="$CFLAGS"
  AC_PROG_CC
  AC_PROG_GCC_TRADITIONAL
+--- tin-1.9.6/src/Makefile.in~ 2010-01-01 11:08:12.000000000 +0100
++++ tin-1.9.6/src/Makefile.in  2011-03-04 21:30:48.932221763 +0100
+@@ -73,7 +73,7 @@
+ INTL_LIBS     = @INTLLIBS@
+ PCRE_LIBS     = @PCREDIR_LIBS@ @PCREDIR_MAKE@ -L../pcre -lpcre
+ LIBS          = @LIBS@
+-LINK_LIBS     = $(PCRE_LIBS) $(CANLIB) @LIBS@ $(INTL_LIBS)
++LINK_LIBS     = $(PCRE_LIBS) $(CANLIB) @LIBS@ $(INTL_LIBS) -ltinfo
+ # Where do you want the binary & manual page installed?
+ DESTDIR       = @DESTDIR@
index b860b77fbb2325f888f19b45d7586c3f62ff70a2..2118e6bbb1eaf3e9e52bc8c55ca2af3d37369961 100644 (file)
@@ -5,8 +5,8 @@ diff -urN tin-1.5.7.org/src/newsrc.c tin-1.5.7/src/newsrc.c
        struct t_group *group)
  {
        long artnum;
--      long i, last;
-+      unsigned long long i, last;
+-      long i;
++      unsigned long long i;
        t_bool flag = FALSE;
  
  #ifdef DEBUG_NEWSRC
index bd0a0191e61f02b12ef64600e1314600541bcd9f..1184827d71c6bffaf0e8d81f1810476f828f6e22 100644 (file)
--- a/tin.spec
+++ b/tin.spec
@@ -11,13 +11,13 @@ Summary(ru.UTF-8):  tin - программа для чтения телеконф
 Summary(tr.UTF-8):     Haber okuyucu
 Summary(uk.UTF-8):     tin - програма для читання телеконференцій Usenet
 Name:          tin
-Version:       1.9.4
-Release:       5
+Version:       1.9.6
+Release:       1
 Epoch:         5
 License:       distributable
 Group:         Applications/News
 Source0:       ftp://ftp.tin.org/pub/news/clients/tin/v1.9/%{name}-%{version}.tar.gz
-# Source0-md5: 21b02faf65bb523ce1ee58d4dfbc77fa
+# Source0-md5: 2102f3efd82a342005bd9afd30e03778
 Source1:       %{name}.desktop
 Source2:       %{name}.attributes
 Patch0:                %{name}-enable_coloring.patch
This page took 0.119044 seconds and 4 git commands to generate.