Hello community,

here is the log from the commit of package corebird for openSUSE:Factory 
checked in at 2016-11-04 21:01:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/corebird (Old)
 and      /work/SRC/openSUSE:Factory/.corebird.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "corebird"

Changes:
--------
--- /work/SRC/openSUSE:Factory/corebird/corebird.changes        2016-07-01 
10:01:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.corebird.new/corebird.changes   2016-11-04 
21:01:50.000000000 +0100
@@ -1,0 +2,44 @@
+Wed Nov  2 15:49:52 UTC 2016 - [email protected]
+
+- Update to version 1.3.3:
+  + Support longer tweets in a few more places.
+  + Properly escape ampersand characters in user mentions to fix
+    GtkLabel warnings about wrong escape characters in tooltips.
+  + Fix tweet length calculations for whitespace-only tweets.
+  + Check for duplicated entries in media arrays. This is
+    apparently a problem on Twitter's side but led to crashes in
+    Corebird (gh#baedert/corebird#627).
+  + Use the correct nsfw status of a tweet, i.e. the one that can
+    actually show images.
+  + Fix a crash when sending a tweet with multiple images attached.
+  + Fix tweet length calculation of quote tweets. This previously
+    led to tweets getting rejected by the server even though
+    Corebird claimed they were fine (gh#baedert/corebird#628).
+- Changes from version 1.3.2:
+  + Cope with the tweet length changes introduced by Twitter.
+  + Fix a problem with malformed media URLs.
+- Changes from version 1.3.1:
+  + Fix muted and/or blocked tweets still showing up in timelines.
+  + Fix accounts not getting saved when first created.
+  + Fix retweets of the authenticating user not getting their
+    correct seen status.
+  + Fix profiles descriptions containing ampersand characters and
+    links.
+  + Fix profile banner fade-in transition.
+  + Fix doubly-escaped ampersands in link tooltips.
+  + Fix missing underlines in @screen_names in the profile popover.
+- Changes from version 1.3.0:
+  + The build system will now check for gtksink.
+  + Remove libgee dependency.
+  + The compose tweet window will now a save the current text on
+    cancel.
+  + Allow self-retweeting.
+  + Fade loaded inline media in.
+  + Twitter wont send mp4 urls for their videos anymore starting
+    August 1st, so support HLS videos.
+  + Query full-length DMs.
+  + Support muting in profiles.
+- Drop pkgconfig(gee-0.8) BuildRequires: no longer needed.
+- No longer call autogen.sh: the tarball is bootstrapped.
+
+-------------------------------------------------------------------

Old:
----
  corebird-1.2.2.tar.gz

New:
----
  corebird-1.3.3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ corebird.spec ++++++
--- /var/tmp/diff_new_pack.Lof1xT/_old  2016-11-04 21:01:51.000000000 +0100
+++ /var/tmp/diff_new_pack.Lof1xT/_new  2016-11-04 21:01:51.000000000 +0100
@@ -18,20 +18,18 @@
 
 
 Name:           corebird
-Version:        1.2.2
+Version:        1.3.3
 Release:        0
 Summary:        A lightweight Twitter Client
 License:        GPL-3.0+
 Group:          Productivity/Networking/Other
 Url:            http://corebird.baedert.org/
-#Source:        https://github.com/baedert/corebird/archive/%%{version}.tar.gz
-Source0:        %{name}-%{version}.tar.gz
+Source:         
https://github.com/baedert/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  intltool
 BuildRequires:  libtool
 BuildRequires:  update-desktop-files
 BuildRequires:  vala-devel >= 0.28.0
 BuildRequires:  pkgconfig(gdk-x11-3.0)
-BuildRequires:  pkgconfig(gee-0.8)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.44
 BuildRequires:  pkgconfig(gstreamer-video-1.0) >= 1.6
@@ -52,7 +50,6 @@
 %setup -q
 
 %build
-NOCONFIGURE=1 ./autogen.sh
 %configure
 make %{?_smp_mflags}
 


Reply via email to