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 - [email protected]
+
+- Trim fillers from descriptions.
+
+-------------------------------------------------------------------
+Tue May  9 16:45:47 UTC 2017 - [email protected]
+
+- 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 - [email protected]
+
+- Update to version 1.0:
+  * No changelog available.
+
+-------------------------------------------------------------------
+Fri Jul 22 16:23:41 UTC 2016 - [email protected]
+
+- 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 - [email protected]
+
+- 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 _rev    01ee8ccd7322e9780f8e7dbe9e2f0edac9227409
%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:

Reply via email to