Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2014-02-24 10:58:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/terminology (Old)
 and      /work/SRC/openSUSE:Factory/.terminology.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "terminology"

Changes:
--------
--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2013-11-01 
14:39:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.terminology.new/terminology.changes     
2014-02-24 10:58:58.000000000 +0100
@@ -1,0 +2,43 @@
+Wed Feb 19 12:19:39 UTC 2014 - [email protected]
+
+- upstream theme that provides terminology-theme-dft now conflicts with
+  other providers
+
+-------------------------------------------------------------------
+Tue Dec 24 03:25:13 UTC 2013 - [email protected]
+
+- Split themes into separate packages as terminology-theme-openSUSE
+  can provide default.edj
+
+-------------------------------------------------------------------
+Thu Dec 19 18:58:37 UTC 2013 - [email protected]
+
+- use Recommends only for *SUSE as that is SUSE specific RPM spec tag
+
+-------------------------------------------------------------------
+Mon Dec 16 23:56:43 UTC 2013 - [email protected]
+
+- change to use pkgconfig dependencies
+- beautify spec a bit
+
+-------------------------------------------------------------------
+Sat Dec  7 21:13:01 UTC 2013 - [email protected]
+
+- Version 0.4.0 Release
+               * compress backscroll
+        * add audio keyboard
+        * text reflow
+        * full 256-colors support
+        * improve terminal compatibility
+        * improve selection
+        * add a man page
+        * add option to set geometry on start
+        * be able to inline edje objects
+        * bug fixes
+
+-------------------------------------------------------------------
+Sat Nov 30 23:33:43 UTC 2013 - [email protected]
+
+- Updated to 0.4.0-alpha4
+
+-------------------------------------------------------------------

Old:
----
  terminology-0.3.0.tar.bz2

New:
----
  terminology-0.4.0.tar.bz2

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

Other differences:
------------------
++++++ terminology.spec ++++++
--- /var/tmp/diff_new_pack.9qX5vz/_old  2014-02-24 10:58:59.000000000 +0100
+++ /var/tmp/diff_new_pack.9qX5vz/_new  2014-02-24 10:58:59.000000000 +0100
@@ -17,31 +17,72 @@
 
 
 Name:           terminology
-Version:        0.3.0
+Version:        0.4.0
 Release:        0
 Summary:        EFL based terminal emulator
 License:        BSD-2-Clause and OFL-1.1
 Group:          System/X11/Terminals
 Url:            http://enlightenment.org
 Source:         %{name}-%{version}.tar.bz2
-BuildRequires:  ecore-devel
-BuildRequires:  edje-devel
-BuildRequires:  eet-devel
-BuildRequires:  efreet-devel
-BuildRequires:  eina-devel
-BuildRequires:  elementary-devel >= 1.6.99
-BuildRequires:  evas-devel
+BuildRequires:  pkgconfig(ecore)
+BuildRequires:  pkgconfig(ecore-evas)
+BuildRequires:  pkgconfig(ecore-file)
+BuildRequires:  pkgconfig(ecore-imf)
+BuildRequires:  pkgconfig(ecore-imf-evas)
+BuildRequires:  pkgconfig(ecore-input)
+BuildRequires:  pkgconfig(ecore-ipc)
+BuildRequires:  pkgconfig(edje)
+BuildRequires:  pkgconfig(eet)
+BuildRequires:  pkgconfig(efreet)
+BuildRequires:  pkgconfig(eina)
+BuildRequires:  pkgconfig(elementary) >= 1.8.0
+BuildRequires:  pkgconfig(emotion)
+BuildRequires:  pkgconfig(ethumb_client)
+BuildRequires:  pkgconfig(evas)
+Requires:       elementary >= 1.8.0
+Requires:       evas-generic-loaders >= 1.8.0
+# provides default.edj
+Requires:              terminology-theme-dft
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version}
+Recommends:     terminology-theme-openSUSE
+Recommends:            terminology-theme-misc
+Recommends:            terminology-theme-dark
+%endif
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Requires:       elementary >= 1.7.0
-Recommends:            terminology-theme-openSUSE
 
 %description
 Fast and lightweight terminal emulator using EFL libraries.
 
+%package -n terminology-theme-upstream
+Summary:        Default Enlightenment theme 
+Group:          System/X11/Terminals
+Provides:       terminology-theme = 0.1
+Provides:       terminology-theme-dft
+Conflicts:             otherproviders(terminology-theme-dft)
+
+%description  -n terminology-theme-upstream
+For use with upstream branding, when using openSUSE themes, when using 
openSUSE themes Use the Dark theme instead
+
+%package -n terminology-theme-dark
+Summary:        Default terminology theme(Dark)
+Group:          System/X11/Terminals
+Provides:       terminology-theme
+
+%description  -n terminology-theme-dark
+The default theme for terminology install when using openSUSE branding
+
+%package -n terminology-theme-misc
+Summary:        Miscellaneous terminology themes
+Group:          System/X11/Terminals
+Provides:       terminology-theme
+
+%description  -n terminology-theme-misc
+Miscellaneous themes provided by the terminology devs, includes Solarized, 
Mild and Black themes.
+
 %prep
 %setup -q
 
@@ -50,16 +91,15 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 sed -i 's/.png[[:blank:]]*$//' 
%{buildroot}%{_datadir}/applications/terminology.desktop
 %if 0%{?suse_version}
 %suse_update_desktop_file terminology TerminalEmulator
 %fdupes %{buildroot}/%{_datadir}
 %endif
 mv %{buildroot}%{_datadir}/icons %{buildroot}%{_datadir}/pixmaps
-
-%clean
-%{?buildroot:rm -rf %{buildroot}}
+# make 2 copys of default for branding
+cp %{buildroot}%{_datadir}/terminology/themes/default.edj 
%{buildroot}%{_datadir}/terminology/themes/dark.edj
 
 %files
 %defattr(-,root,root)
@@ -69,5 +109,21 @@
 %{_datadir}/applications/terminology.desktop
 %{_datadir}/pixmaps/terminology.png
 %{_datadir}/terminology
+%exclude %{_datadir}/terminology/themes/*
+%{_mandir}/*/*
+
+%files -n terminology-theme-upstream
+%defattr(-, root, root)
+%{_datadir}/terminology/themes/default.edj
+
+%files -n terminology-theme-dark
+%defattr(-, root, root)
+%{_datadir}/terminology/themes/dark.edj
+
+%files -n terminology-theme-dark
+%defattr(-, root, root)
+%{_datadir}/terminology/themes/*
+%exclude %{_datadir}/terminology/themes/dark.edj
+%exclude %{_datadir}/terminology/themes/default.edj
 
 %changelog

++++++ terminology-0.3.0.tar.bz2 -> terminology-0.4.0.tar.bz2 ++++++
++++ 25154 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to