Hello community,

here is the log from the commit of package barrier for openSUSE:Factory checked 
in at 2020-11-17 21:26:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/barrier (Old)
 and      /work/SRC/openSUSE:Factory/.barrier.new.24930 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "barrier"

Tue Nov 17 21:26:20 2020 rev:3 rq:848984 version:2.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/barrier/barrier.changes  2020-04-18 
00:32:21.798292458 +0200
+++ /work/SRC/openSUSE:Factory/.barrier.new.24930/barrier.changes       
2020-11-17 21:26:20.725440895 +0100
@@ -1,0 +2,17 @@
+Mon Nov 16 23:15:52 UTC 2020 - Simon Lees <[email protected]>
+
+- Fix url for Source
+
+-------------------------------------------------------------------
+Fri Nov 13 20:29:19 UTC 2020 - [email protected]
+
+- Updated to version 2.3.3:
+  * This release fixes a lot of bugs, and adds several
+    enhancmeents, such as testing. Specific mentions
+    (gh#debauchee/barrier#488 and gh#debauchee/barrier#487).
+- Add ChangeLogs to package.
+- Add gmock and gtest to build requires.
+- Add barrier-use-system-includes.patch: Use the system gtest and
+  gmock files for testing.
+
+-------------------------------------------------------------------

Old:
----
  v2.3.2.tar.gz

New:
----
  barrier-2.3.3.tar.gz
  barrier-use-system-includes.patch

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

Other differences:
------------------
++++++ barrier.spec ++++++
--- /var/tmp/diff_new_pack.eR9iZa/_old  2020-11-17 21:26:21.409441574 +0100
+++ /var/tmp/diff_new_pack.eR9iZa/_new  2020-11-17 21:26:21.409441574 +0100
@@ -18,17 +18,21 @@
 
 
 Name:           barrier
-Version:        2.3.2
+Version:        2.3.3
 Release:        0
 Summary:        Mouse, keyboard and clipboard sharing utility
 License:        GPL-2.0-or-later
 URL:            https://github.com/debauchee/barrier
-Source0:        https://github.com/debauchee/barrier/archive/v%{version}.tar.gz
+Source0:        
https://github.com/debauchee/barrier/archive/v%{version}/%{name}-%{version}.tar.gz
 Source2:        barriers.socket
 Source3:        barriers.service
+#PATCH-FIX-OPENSUSE barrier-use-system-includes.patch 
[email protected] -- Use the system gtest and gmock files for testing.
+Patch0:         barrier-use-system-includes.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  git-core
+BuildRequires:  gmock
+BuildRequires:  gtest
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Network)
@@ -42,8 +46,8 @@
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xtst)
-#Provides:       synergy = %{version}
-#Obsoletes:      synergy < %{version}
+#Provides:       synergy = %%{version}
+#Obsoletes:      synergy < %%{version}
 %{?systemd_ordering}
 
 %description
@@ -61,7 +65,7 @@
 unlock them all.
 
 %prep
-%setup -q -n barrier-%{version}
+%autosetup -p1
 # not enough categories in the desktop file
 sed -i -e 's:Utility;:Utility;DesktopUtility;:g' res/barrier.desktop
 
@@ -103,6 +107,7 @@
 %service_del_preun barriers.service barriers.socket
 
 %files
+%doc ChangeLog debian/changelog
 %config(noreplace) %{_sysconfdir}/barrier.conf
 %{_bindir}/barrier
 %{_bindir}/barrierc

++++++ barrier-use-system-includes.patch ++++++
diff -Naur a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt
--- a/src/test/CMakeLists.txt   2020-07-14 12:37:45.000000000 -0500
+++ b/src/test/CMakeLists.txt   2020-11-13 15:18:03.598163859 -0600
@@ -15,13 +15,11 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 include_directories(
-    ../../ext/gtest
-    ../../ext/gtest/include
-    ../../ext/gmock
-    ../../ext/gmock/include)
+    /usr/include/gtest
+    /usr/include/gmock)
     
-add_library(gtest STATIC ../../ext/gtest/src/gtest-all.cc)
-add_library(gmock STATIC ../../ext/gmock/src/gmock-all.cc)
+add_library(gtest STATIC /usr/include/gtest/src/gtest-all.cc)
+add_library(gmock STATIC /usr/include/gmock/src/gmock-all.cc)
 
 if (UNIX)
     # ignore warnings in gtest and gmock
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to