Hello community,

here is the log from the commit of package brise for openSUSE:Factory checked 
in at 2019-07-21 11:35:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brise (Old)
 and      /work/SRC/openSUSE:Factory/.brise.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brise"

Sun Jul 21 11:35:18 2019 rev:14 rq:717227 version:0.39+git20190120.8d5bc2e

Changes:
--------
--- /work/SRC/openSUSE:Factory/brise/brise.changes      2016-04-22 
16:23:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.brise.new.4126/brise.changes    2019-07-21 
11:35:20.372766060 +0200
@@ -1,0 +2,13 @@
+Sat Jul 20 09:56:51 UTC 2019 - Marguerite Su <i...@marguerite.su>
+
+- update 0.39+git20190120.8d5ec2e
+  * brise was deprecated since plum came out. openSUSE still
+    provides brise but it is just a collection of ":all"
+    schema set fetched by plum. the version will just
+    indicate the time when maintainer updates the package
+    from now on, because every schema has a separate git
+    repository and no way to get a version. but we'd better
+    collect some major changes from these repositories and
+    list here.
+
+-------------------------------------------------------------------

Old:
----
  _service
  _servicedata
  brise-0.36+git20160221.7dbd56b.tar.xz

New:
----
  README
  brise-0.39+git20190120.8d5bc2e.tar.xz
  rime-plum-go.tar.xz

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

Other differences:
------------------
++++++ brise.spec ++++++
--- /var/tmp/diff_new_pack.VGcP3K/_old  2019-07-21 11:35:21.368765856 +0200
+++ /var/tmp/diff_new_pack.VGcP3K/_new  2019-07-21 11:35:21.368765856 +0200
@@ -17,15 +17,16 @@
 
 
 Name:           brise
-Version:        0.36+git20160221.7dbd56b
+Version:        0.39+git20190120.8d5bc2e
 Release:        0
 Summary:        Rime Input Schemas Collection
 License:        GPL-3.0+
 Group:          System/I18n/Chinese
-Url:            https://github.com/lotem/brise
+Url:            https://github.com/rime/brise
 Source:         brise-%{version}.tar.xz
-BuildRequires:  kyotocabinet
-BuildRequires:  librime-devel
+Source1:        rime-plum-go.tar.xz
+Source99:       README
+BuildRequires:  go
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -35,18 +36,38 @@
 
 Brise is the input schemas collection of Rime.
 
+%package -n rime-plum
+Summary:    Rime's configuration manager
+Group:      System/I18n/Chinese
+
+%description -n rime-plum
+Plum is rime's configuration manager.
+
 %prep
 %setup -q
+echo %{_builddir}
+mkdir -p %{_builddir}/go/src/github.com/marguerite
+tar -xf %{S:1} -C %{_builddir}/go/src/github.com/marguerite
+cp -r %{_builddir}/go/src/github.com/marguerite/rime-plum-go/vendor/* 
%{_builddir}/go/src/
 
 %build
-make %{?_smp_mflags}
+pushd %{_builddir}/go/src/github.com/marguerite/rime-plum-go
+export GOPATH=%{_builddir}/go
+go build plum.go
+popd
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+mkdir -p %{buildroot}%{_bindir}
+install -m 0755 %{_builddir}/go/src/github.com/marguerite/rime-plum-go/plum 
%{buildroot}%{_bindir}/rime-plum
+mkdir -p %{buildroot}%{_datadir}/rime-data
+rm -rf package
+cp -r * %{buildroot}%{_datadir}/rime-data
 
 %files
 %defattr(-,root,root)
 %{_datadir}/rime-data/
-%doc LICENSE
+
+%files -n rime-plum
+%{_bindir}/rime-plum
 
 %changelog

++++++ README ++++++
brise is deprecated since plum comes out.

the standard [plum](https://github.com/rime/plum) is developed in bash. 
openSUSE uses [rime-plum-go](https://github.com/marguerite/rime-plum-go).

brise in openSUSE is just a checkout of :all

    mkdir brise-0.38
    go build rime-plum-go/plum.go
    rime-plum-go/plum -d brise -b -r :all
++++++ brise-0.36+git20160221.7dbd56b.tar.xz -> 
brise-0.39+git20190120.8d5bc2e.tar.xz ++++++
/work/SRC/openSUSE:Factory/brise/brise-0.36+git20160221.7dbd56b.tar.xz 
/work/SRC/openSUSE:Factory/.brise.new.4126/brise-0.39+git20190120.8d5bc2e.tar.xz
 differ: char 17, line 1


Reply via email to