commit gnusocialshell for openSUSE:Factory

2018-08-08 Thread root
Hello community,

here is the log from the commit of package gnusocialshell for openSUSE:Factory 
checked in at 2018-08-08 14:54:08

Comparing /work/SRC/openSUSE:Factory/gnusocialshell (Old)
 and  /work/SRC/openSUSE:Factory/.gnusocialshell.new (New)


Package is "gnusocialshell"

Wed Aug  8 14:54:08 2018 rev:2 rq:627955 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/gnusocialshell/gnusocialshell.changes
2017-05-17 10:53:58.398042231 +0200
+++ /work/SRC/openSUSE:Factory/.gnusocialshell.new/gnusocialshell.changes   
2018-08-08 14:54:52.193685764 +0200
@@ -1,0 +2,6 @@
+Mon Aug  6 22:03:50 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.3.0:
+  * Add a new "/tag" command, to read tags timelines.
+
+---

Old:

  GnuSocialShell-1.2.0.tar.gz

New:

  GnuSocialShell-v1.3.0.tar.bz2



Other differences:
--
++ gnusocialshell.spec ++
--- /var/tmp/diff_new_pack.35zf6C/_old  2018-08-08 14:54:52.665686544 +0200
+++ /var/tmp/diff_new_pack.35zf6C/_new  2018-08-08 14:54:52.669686550 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnusocialshell
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,15 @@
 #
 
 
-%define _rev01ee8ccd7322e9780f8e7dbe9e2f0edac9227409
 %define _name   GnuSocialShell
 Name:   gnusocialshell
-Version:1.2.0
+Version:1.3.0
 Release:0
 Summary:Text-based GNU social client
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Networking/Other
-Url:https://gnusocialshell.eu/
-Source: 
https://github.com/dalmemail/GnuSocialShell/archive/%{_rev}.tar.gz#/%{_name}-%{version}.tar.gz
+URL:https://dalme.net/gnusocialshell
+Source: 
https://gitlab.com/DalmeGNU/GnuSocialShell/-/archive/v%{version}/%{_name}-v%{version}.tar.bz2
 Patch0: gnusocialshell-fix-cflags.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -37,7 +36,7 @@
 GnuSocialShell is a text-based GNU social client written in C.
 
 %prep
-%setup -q -n %{_name}-%{_rev}
+%setup -q -n %{_name}-v%{version}
 %patch0 -p1
 touch config.rpath
 mv config config.example
@@ -51,8 +50,8 @@
 %make_install
 
 %files
-%defattr(-,root,root)
-%doc LICENSE README.md config.example
+%license LICENSE
+%doc README.md config.example
 %{_bindir}/%{name}
 
 %changelog




commit gnusocialshell for openSUSE:Factory

2017-05-17 Thread root
Hello community,

here is the log from the commit of package gnusocialshell for openSUSE:Factory 
checked in at 2017-05-17 10:53:54

Comparing /work/SRC/openSUSE:Factory/gnusocialshell (Old)
 and  /work/SRC/openSUSE:Factory/.gnusocialshell.new (New)


Package is "gnusocialshell"

Wed May 17 10:53:54 2017 rev:1 rq:494370 version:1.2.0

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.gnusocialshell.new/gnusocialshell.changes   
2017-05-17 10:53:58.398042231 +0200
@@ -0,0 +1,31 @@
+---
+Wed May 10 16:23:41 UTC 2017 - jeng...@inai.de
+
+- Trim fillers from descriptions.
+
+---
+Tue May  9 16:45:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.2.0:
+  * No changelog available.
+- Place the example config in documentation instead of defaulting
+  it in /etc/.
+
+---
+Thu Sep  1 20:15:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.0:
+  * No changelog available.
+
+---
+Fri Jul 22 16:23:41 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.9:
+  * Add "make install" option.
+  * Change executable binary name from "gss" to "gnusocialshell".
+  * Change default config path to "/etc/gnusocialshell.conf".
+
+---
+Mon Jul 11 12:36:31 UTC 2016 - sor.ale...@meowr.ru
+
+- Initial package.

New:

  GnuSocialShell-1.2.0.tar.gz
  gnusocialshell-fix-cflags.patch
  gnusocialshell.changes
  gnusocialshell.spec



Other differences:
--
++ gnusocialshell.spec ++
#
# spec file for package gnusocialshell
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define _rev01ee8ccd7322e9780f8e7dbe9e2f0edac9227409
%define _name   GnuSocialShell
Name:   gnusocialshell
Version:1.2.0
Release:0
Summary:Text-based GNU social client
License:GPL-3.0+
Group:  Productivity/Networking/Other
Url:https://gnusocialshell.eu/
Source: 
https://github.com/dalmemail/GnuSocialShell/archive/%{_rev}.tar.gz#/%{_name}-%{version}.tar.gz
Patch0: gnusocialshell-fix-cflags.patch
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  pkgconfig
BuildRequires:  readline-devel
BuildRequires:  pkgconfig(libcurl)

%description
GnuSocialShell is a text-based GNU social client written in C.

%prep
%setup -q -n %{_name}-%{_rev}
%patch0 -p1
touch config.rpath
mv config config.example

%build
autoreconf -fi
%configure
make %{?_smp_mflags} V=1

%install
%make_install

%files
%defattr(-,root,root)
%doc LICENSE README.md config.example
%{_bindir}/%{name}

%changelog
++ gnusocialshell-fix-cflags.patch ++
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,13 +4,11 @@ bin_PROGRAMS = gnusocialshell
 
 gnusocialshell_SOURCES = Main.c loadConfig.c lib/get_account_info.c 
lib/gnusocial.c gnusocialshell.c lib/send_status.c lib/favorite.c 
lib/search_by_id.c lib/delete_status_by_id.c lib/answer_status_by_id.c 
lib/read_timeline.c lib/retweet_by_id.c lib/get_user_info_by_id.c 
lib/print_users_array_info.c lib/verify_account.c lib/get_group_info.c 
lib/join_group.c lib/leave_group.c lib/list_groups.c lib/follow_user.c 
lib/unfollow_user.c lib/send_to_api.c help.c
 
-CFLAGS = -Wall
+gnusocialshell_CFLAGS = -Wall
 
-LIBS =
-LDADD =
-LDADD += $(LIBCURL)
+gnusocialshell_LDADD = $(LIBCURL)
 #if USE_READLINE
-LDADD += $(LIBREADLINE)
+gnusocialshell_LDADD += $(LIBREADLINE)
 #endif
 
 initconfig: