martinkg pushed to otter-browser (f22). "Merge branch 'master' into f22"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Jun 2 18:35:53 UTC 2015


From 07cc0e71791496e78e48b830e3b9621f58430e9f Mon Sep 17 00:00:00 2001
From: Martin Gansser <mgansser at alice.de>
Date: Mon, 6 Apr 2015 14:16:03 +0200
Subject: Update to 0.9.05-02.beta5

- Mark license files as %license where available

diff --git a/otter-browser.1 b/otter-browser.1
deleted file mode 100644
index bc61de3..0000000
--- a/otter-browser.1
+++ /dev/null
@@ -1,57 +0,0 @@
-.TH "otter-browser" "1" "05. Feb. 2014" "man page by Malcolm J Lewis" ""
-.SH NAME
-.B
-otter-browser
-- Web browser controlled by the user, not vice-versa.
-.P
-.SH SYNOPSIS
-.B
-otter-browser 
-.I
-[OPTIONS] [URL]
-.P
-.SH DESCRIPTION
-Project aiming to recreate classic Opera (12.x) UI using Qt5.
-.SH OPTIONS
-
-.B
--h|--help
-Displays this help.
-
-.B
--v|--version
-Displays version information.
-
-.B
---cache <path>
-Uses <path> as cache directory.
-
-.B
---profile <path>
-Uses <path> as profile directory.
-
-.B
---session <session>
-Restores session <session> if it exists.
-
-.B
---privatesession
-Starts private session.
-
-.B
---portable
-Sets profile and cache paths to directories inside the same directory as that of application binary.
-
-.SH URL
-.B
-url
-URL to open.
-
-.SH AUTHOR
-Written by MichaƂ Emdek
-
-.SH HOMEPAGE
-http://otter-browser.org/
-
-.SH REPORTING BUGS
-https://github.com/Emdek/otter/issues
\ No newline at end of file
-- 
cgit v0.10.2


From 5dba75e54cf03acfc002a31a41ea4494c6b5300a Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember at gmail.com>
Date: Sat, 2 May 2015 16:31:16 +0200
Subject: Rebuilt for GCC 5 C++11 ABI change


diff --git a/otter-browser.spec b/otter-browser.spec
index a6ebce5..985dd17 100644
--- a/otter-browser.spec
+++ b/otter-browser.spec
@@ -5,7 +5,7 @@ Name:           otter-browser
 Summary:        Web browser controlled by the user, not vice-versa
 License:        GPLv3+
 Version:        0.9.05 
-Release:        0.2.beta5git%{shortcommit}%{?dist}
+Release:        0.3.beta5git%{shortcommit}%{?dist}
 Group:          Applications/Internet
 URL:            http://otter-browser.org/
 # wget https://github.com/Emdek/otter/archive/8c705ab5dea96495a6220774320735f3938e8abc/otter-browser-0.9.05-8c705ab.tar.gz
@@ -63,6 +63,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
 
 
 %changelog
+* Sat May 02 2015 Kalev Lember <kalevlember at gmail.com> - 0.9.05-0.3.beta5git8c705ab
+- Rebuilt for GCC 5 C++11 ABI change
+
 * Mon Apr 06 2015 Martin Gansser <martinkg at fedoraproject.org> - 0.9.05-0.2.beta5git8c705ab
 - Update to 0.9.05-02.beta5
 - Mark license files as %%license where available
-- 
cgit v0.10.2


From 0f24f2127b29d2924c2d0eccc6343b653c16f598 Mon Sep 17 00:00:00 2001
From: Martin Gansser <mgansser at alice.de>
Date: Tue, 2 Jun 2015 20:31:15 +0200
Subject: Update to 0.9.06-01.beta6


diff --git a/.gitignore b/.gitignore
index 6c9da7d..ecf59c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /otter-browser-0.9.04-cdcf0c0.tar.gz
 /otter-browser-0.9.05-d998eb4.tar.gz
 /otter-browser-0.9.05-8c705ab.tar.gz
+/otter-browser-0.9.06-af837be.tar.gz
diff --git a/otter-browser.spec b/otter-browser.spec
index 985dd17..aaa9126 100644
--- a/otter-browser.spec
+++ b/otter-browser.spec
@@ -1,14 +1,14 @@
-%global commit  8c705ab5dea96495a6220774320735f3938e8abc
+%global commit  af837be47276e23a9ef23efb72a1ac613c2d376b
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:           otter-browser
 Summary:        Web browser controlled by the user, not vice-versa
 License:        GPLv3+
-Version:        0.9.05 
-Release:        0.3.beta5git%{shortcommit}%{?dist}
+Version:        0.9.06 
+Release:        0.1.beta6git%{shortcommit}%{?dist}
 Group:          Applications/Internet
 URL:            http://otter-browser.org/
-# wget https://github.com/Emdek/otter/archive/8c705ab5dea96495a6220774320735f3938e8abc/otter-browser-0.9.05-8c705ab.tar.gz
+# wget https://github.com/Emdek/otter/archive/af837be47276e23a9ef23efb72a1ac613c2d376b/otter-browser-0.9.06-af837be.tar.gz
 Source0:        https://github.com/Emdek/otter/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
 
 BuildRequires:  cmake
@@ -63,8 +63,8 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
 
 
 %changelog
-* Sat May 02 2015 Kalev Lember <kalevlember at gmail.com> - 0.9.05-0.3.beta5git8c705ab
-- Rebuilt for GCC 5 C++11 ABI change
+* Tue Jun 02 2015 Martin Gansser <martinkg at fedoraproject.org> - 0.9.06-0.1.beta6gitaf837be
+- Update to 0.9.06-01.beta6
 
 * Mon Apr 06 2015 Martin Gansser <martinkg at fedoraproject.org> - 0.9.05-0.2.beta5git8c705ab
 - Update to 0.9.05-02.beta5
diff --git a/sources b/sources
index 75ec4ef..1d3a3af 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-18da79bee57beb8b6425088c85e0289b  otter-browser-0.9.05-8c705ab.tar.gz
+109d233e6ecfd9ed7f08619c59e785a5  otter-browser-0.9.06-af837be.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/otter-browser.git/commit/?h=f22&id=9ab92c8f9ccaa8a64266569f23ae0fa6e7a67fc1


More information about the scm-commits mailing list