Hello community,

here is the log from the commit of package tesseract for openSUSE:Factory 
checked in at 2018-02-05 10:52:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tesseract (Old)
 and      /work/SRC/openSUSE:Factory/.tesseract.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tesseract"

Mon Feb  5 10:52:14 2018 rev:3 rq:571808 version:2018_02_01

Changes:
--------
--- /work/SRC/openSUSE:Factory/tesseract/tesseract.changes      2017-02-21 
13:38:12.351077702 +0100
+++ /work/SRC/openSUSE:Factory/.tesseract.new/tesseract.changes 2018-02-05 
10:53:10.615841410 +0100
@@ -1,0 +2,5 @@
+Thu Feb  1 18:06:53 UTC 2018 - [email protected]
+
+- update to current SVN
+
+-------------------------------------------------------------------

Old:
----
  tesseract_2014_05_12_first_edition_linux.tar.xz

New:
----
  tesseract-2018_02_01.tar.xz
  update.sh

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

Other differences:
------------------
++++++ tesseract.spec ++++++
--- /var/tmp/diff_new_pack.XtZh1I/_old  2018-02-05 10:53:21.931312215 +0100
+++ /var/tmp/diff_new_pack.XtZh1I/_new  2018-02-05 10:53:21.931312215 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tesseract
 #
-# 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,18 +16,17 @@
 #
 
 
-%define edition first
-
 Name:           tesseract
-Version:        2014_05_12
+Version:        2018_02_01
 Release:        0
 Url:            http://tesseract.gg/
 Summary:        First-person shooter with cooperative in-game map editing
 License:        Zlib
 Group:          Amusements/Games/3D/Shoot
-Source:         
http://download.tuxfamily.org/tesseract/%{name}_%{version}_%{edition}_edition_linux.tar.xz
+Source:         %{name}-%{version}.tar.xz
 Source1:        tesseract.desktop
 Source2:        tesseract.png
+Source3:        update.sh
 BuildRequires:  Mesa-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes


++++++ update.sh ++++++
#! /bin/bash

NAME=tesseract
svn co svn://svn.tuxfamily.org/svnroot/tesseract/main ${NAME}_
osc rm $NAME-*.tar.bz2
pushd ${NAME}_
svn export . ../$NAME
ver=`date -u +%Y_%m_%d`
ARC=$NAME-$ver.tar.xz
popd
echo "New version $ver"
sed -i "s/\(Version: \+\).\+/\1$ver/;" ${NAME}.spec
tar -cJf $ARC $NAME
rm -rf ${NAME}_ $NAME
osc add $ARC

Reply via email to